<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/py-numarray/PLIST, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-12T22:42:57Z</updated>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a'/>
<id>urn:sha1:841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a</id>
<content type='text'>
through PLIST_SUBST to the plist module.</content>
</entry>
<entry>
<title>Let the package find BLAS routines on Mac OS X.  This makes the package build</title>
<updated>2006-03-08T17:21:34Z</updated>
<author>
<name>minskim</name>
<email>minskim@pkgsrc.org</email>
</author>
<published>2006-03-08T17:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cebefd121c184a51bdfadaf15b3942bbb771fb8c'/>
<id>urn:sha1:cebefd121c184a51bdfadaf15b3942bbb771fb8c</id>
<content type='text'>
on Darwin.</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>remove sitecustomize - this doesn't belong here</title>
<updated>2005-10-25T11:18:52Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2005-10-25T11:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d407f9bd857fa06411336a1fb0ce35aa4947b739'/>
<id>urn:sha1:d407f9bd857fa06411336a1fb0ce35aa4947b739</id>
<content type='text'>
should fix bulk-build error</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>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>
