<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/include, branch v1.0b1</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Change c-api to 1.0</title>
<updated>2006-07-21T08:00:51+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-21T08:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=83d1d47bb8e5df4c9578a42f9f2ce8db408ccd00'/>
<id>83d1d47bb8e5df4c9578a42f9f2ce8db408ccd00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a memory-leak in EnsureArray.  Added __array_priority__ to array scalars.  Added bug-fixes part of david huard's histogramdd ticket.</title>
<updated>2006-07-20T22:58:35+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-20T22:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ee4083f770439ec67e71b45fea68a8369aee57ce'/>
<id>ee4083f770439ec67e71b45fea68a8369aee57ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix-up optimization for assignment.  Fix threading one more time.</title>
<updated>2006-07-19T15:55:43+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-19T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0991c5d70f87c38a92364da8485be265762686db'/>
<id>0991c5d70f87c38a92364da8485be265762686db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PyArray_ToString to C-API and made default .tostring() method return C-order.</title>
<updated>2006-07-18T16:32:12+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T16:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=565f8c335c12a9365d6c9163889b8db1ac44690e'/>
<id>565f8c335c12a9365d6c9163889b8db1ac44690e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ticket #178 which was an error whenever multiple buffers needed to be used to cast.</title>
<updated>2006-07-18T08:10:31+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T08:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=958601cb55c15930a443057d61230a6aa5a45c02'/>
<id>958601cb55c15930a443057d61230a6aa5a45c02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix-up usage of NPY_ALLOW_THREADS.  Default is now WITH_THREAD but an environment variable NUMPY_NOSMP can be set which will make the default 0</title>
<updated>2006-07-18T06:24:09+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T06:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b098d6252f944b814663d4dbf9ac4e08c4e15e38'/>
<id>b098d6252f944b814663d4dbf9ac4e08c4e15e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure generated C-API uses new names.</title>
<updated>2006-07-18T03:59:49+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T03:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6e3790036dab34159c6973c64d6e5626db64b829'/>
<id>6e3790036dab34159c6973c64d6e5626db64b829</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow threads at several places in the code.</title>
<updated>2006-07-18T02:29:05+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T02:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=78a9dbd850514694438e03933001000c7d5787ff'/>
<id>78a9dbd850514694438e03933001000c7d5787ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS.  Created a names member of PyArray_Descr and changed usages that extracted -1 out of the fields dict.</title>
<updated>2006-07-10T23:05:09+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-10T23:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac7ff77afad04b6c330a534463dd02681d278c9b'/>
<id>ac7ff77afad04b6c330a534463dd02681d278c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CopyAnyInto and CastAnyInto functions for implementing UPDATEIFCOPY functionality when source and destination are not broadcastable but the same shape.</title>
<updated>2006-07-08T04:00:53+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-08T04:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=adeeb8102a681f4b23a59b765a3b8a0ee45f218e'/>
<id>adeeb8102a681f4b23a59b765a3b8a0ee45f218e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
