<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/py-numarray/distinfo, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-10-17T14:25:43Z</updated>
<entry>
<title>update to 1.5.2</title>
<updated>2006-10-17T14:25:43Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-10-17T14:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=64d7e6f72a9ce0b263fe45365741cd0e84ef57d4'/>
<id>urn:sha1:64d7e6f72a9ce0b263fe45365741cd0e84ef57d4</id>
<content type='text'>
This is a very modest release which primarily consists of bug fixes to
numarray's implementation of the numpy array interface.</content>
</entry>
<entry>
<title>update to 1.5.1</title>
<updated>2006-02-15T16:41:04Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-02-15T16:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e1f01d3eec6d476e21f1558ac89ef2376bf69635'/>
<id>urn:sha1:e1f01d3eec6d476e21f1558ac89ef2376bf69635</id>
<content type='text'>
changes:
-fix a NumArray Operator Optimization Bug
-Better NumPy dtype Support.
-more bugfixes</content>
</entry>
<entry>
<title>update to 1.5</title>
<updated>2006-02-07T13:28:08Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-02-07T13:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5da3bad38abf8a767c3268602fe4bbcaa4264318'/>
<id>urn:sha1:5da3bad38abf8a767c3268602fe4bbcaa4264318</id>
<content type='text'>
changes:
-better interoperability with py-Numeric and scipy (uses "scipy newcore")
-bugfixes
-speed improvements</content>
</entry>
<entry>
<title>update to 1.3.3</title>
<updated>2005-10-21T14:57:02Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2005-10-21T14:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=32e407bce8f39c7269bdf6d98e3619a2e30aac03'/>
<id>urn:sha1:32e407bce8f39c7269bdf6d98e3619a2e30aac03</id>
<content type='text'>
changes:
-many bugfixes
-code cleanup, speedup</content>
</entry>
<entry>
<title>Add RMD160 digests in addition to SHA1 ones.</title>
<updated>2005-02-23T12:06:53Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2005-02-23T12:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1e46c076aab8c53a01ae4c4d7ad5c4f0c3fc47d9'/>
<id>urn:sha1:1e46c076aab8c53a01ae4c4d7ad5c4f0c3fc47d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update py-numarray to version 1.1.1</title>
<updated>2005-02-09T12:16:02Z</updated>
<author>
<name>markd</name>
<email>markd@pkgsrc.org</email>
</author>
<published>2005-02-09T12:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4852d16c98c20e004165d4634354d11156f5db35'/>
<id>urn:sha1:4852d16c98c20e004165d4634354d11156f5db35</id>
<content type='text'>
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 &gt;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".</content>
</entry>
<entry>
<title>update to 1.0</title>
<updated>2004-07-09T15:50:25Z</updated>
<author>
<name>recht</name>
<email>recht@pkgsrc.org</email>
</author>
<published>2004-07-09T15:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86865c78c3ce5c9bdf1263cd4e6fa5645012ba44'/>
<id>urn:sha1:86865c78c3ce5c9bdf1263cd4e6fa5645012ba44</id>
<content type='text'>
important changes:

- Ports of Numeric functions

A bunch of Numeric functions were ported to numarray in the new
libnumeric module.  To get these import from numarray.numeric.  Most
notable among these are put, putmask, take, argmin, and argmax.  Also
added were sort, argsort, concatenate, repeat and resize.  These are
independent ports/implementations in C done for the purpose of best
Numeric compatibility and small array performance.  The numarray
versions, which handle additional cases, still exist and are the
default in numarray proper.

- Faster matrix multiply

The setup for numarray's matrix multiply was moved into C-code.  This
makes it faster for small matrices.

- bug fixes

For a complete list of changes see:
http://sourceforge.net/project/shownotes.php?release_id=250453</content>
</entry>
<entry>
<title>import the numarray-0.9 Python extension - a reimplemantation of</title>
<updated>2004-04-21T20:46:54Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2004-04-21T20:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a720ec32ed198f6d27fc4e77dd29c71ddcf988ad'/>
<id>urn:sha1:a720ec32ed198f6d27fc4e77dd29c71ddcf988ad</id>
<content type='text'>
py-Numeric</content>
</entry>
</feed>
