Next | Query returned 44 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2006-03-08 18:21:34 by Min Sik Kim | Files touched by this commit (2)
Log message:
Let the package find BLAS routines on Mac OS X.  This makes the package build
on Darwin.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-15 17:41:04 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 1.5.1
changes:
-fix a NumArray Operator Optimization Bug
-Better NumPy dtype Support.
-more bugfixes
   2006-02-07 14:28:08 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 1.5
changes:
-better interoperability with py-Numeric and scipy (uses "scipy newcore")
-bugfixes
-speed improvements
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-10-25 13:18:52 by Matthias Drochner | Files touched by this commit (1)
Log message:
remove sitecustomize - this doesn't belong here
should fix bulk-build error
   2005-10-21 16:57:02 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 1.3.3
changes:
-many bugfixes
-code cleanup, speedup
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 13:06:59 by Alistair G. Crooks | Files touched by this commit (101)
Log message:
Add RMD160 digests in addition to SHA1 ones.
   2005-02-09 13:16:02 by Mark Davies | Files touched by this commit (4)
Log message:
Update py-numarray to version 1.1.1

Support Python 2.4

1.1.1 changes:
numarray-1.1.1 is a bugfix release to numarray-1.1. Notable bugs
fixed include memory leaks in matrixmultiply and comparison ufuncs.

1.1 changes:
I. ENHANCEMENTS

CharArray eval() sped up
Document memmap.py (memory mapping)
Unsigned int type support limited
Add kroenecker product

II. BUGS FIXED / CLOSED

max.reduce of byteswapped array
numeric compatibility byteoffset
matrixmultiply (a,b) leaves b transposed
random_array.randint exceeds boundaries
buffer not aligned on 8 byte boundary  (Windows-98 broken)
Object Array repr for >1000 elements
Invalid sequences errors
Segfault in array element deletion
Incorrect handling of overlapping assignments in Numarray
Weirdness with 'new' method
searchsorted bug and fix
randint bug fix patch
a.is_c_array() mixed int/bool results
argsort of string arrays

III. CAUTIONS

1. This release is binary incompatible with numarray-1.0.  Writers of
C-extensions which directly reference the byteoffset field of the
PyArrayObject should be aware that the data pointer is now the sum of
byteoffset and the buffer base pointer.  All C extensions which use
the numarray C-API must be recompiled.  This incompatibility was an
unfortunate consequence of the fix for "numeric compatibility
byteoffset".

Next | Query returned 44 messages, browsing 31 to 40 | Previous