<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/arrayobject.c, 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>Fix so that broadcast copy and broadcast cast do not allow the broadcasted result to be larger than the destination.</title>
<updated>2006-07-21T00:01:56+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-21T00:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=748de97f20a8b76a8239c16ab2d8a462e9bdb367'/>
<id>748de97f20a8b76a8239c16ab2d8a462e9bdb367</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 ticket #192</title>
<updated>2006-07-20T01:58:39+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-20T01:58:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=999b6cd79c2609225a5793db81c346cff0ceec7b'/>
<id>999b6cd79c2609225a5793db81c346cff0ceec7b</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>Don't release GIL for casting involving extended data-types.</title>
<updated>2006-07-19T15:36:12+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-19T15:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f78f75ed14f93361452dcf2827c552560f81237b'/>
<id>f78f75ed14f93361452dcf2827c552560f81237b</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 rec.array when dtype and formats are both None for cases that support it.  Alter dtype=object parsing so that tuples and lists are recognized as sequences.</title>
<updated>2006-07-19T15:24:47+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-19T15:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5172ae3f46a2da8935e643c7ee6a2086fca3956c'/>
<id>5172ae3f46a2da8935e643c7ee6a2086fca3956c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve creation of object arrays when dtype=object is specified.</title>
<updated>2006-07-19T07:08:41+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-19T07:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b884d998f468f89704dae39ef4d1e0b2bc71a9f3'/>
<id>b884d998f468f89704dae39ef4d1e0b2bc71a9f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple of issues with object matrices</title>
<updated>2006-07-19T03:33:22+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-19T03:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=48ef07dc880e384409024c81e7da67cc47c90d9e'/>
<id>48ef07dc880e384409024c81e7da67cc47c90d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pickling of dtype objects with hasobject set so hasobject gets set on un-pickle.</title>
<updated>2006-07-18T19:02:34+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T19:02:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe9508708db30fde8629269792d25bea838a86e5'/>
<id>fe9508708db30fde8629269792d25bea838a86e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GIL-releases to tofile method.</title>
<updated>2006-07-18T17:16:08+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T17:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=70ff09c6be8979d81a26297e54962b3a5108510d'/>
<id>70ff09c6be8979d81a26297e54962b3a5108510d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
