<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, branch v1.6.2</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>TST: mark floating point error tests as unconditional knownfail.  See #1755.</title>
<updated>2012-05-19T13:03:53+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-05-19T13:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c43a8f282f66cf86cf30e56ef8efc61264fd6e86'/>
<id>c43a8f282f66cf86cf30e56ef8efc61264fd6e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Remove tests of complex __format__.</title>
<updated>2012-05-03T01:41:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-05-03T00:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=eff738e4440aa6d8c293df70223fefb7a85826fe'/>
<id>eff738e4440aa6d8c293df70223fefb7a85826fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unicode string length computation in UNICODE_compare and add test.</title>
<updated>2012-05-02T14:57:05+00:00</updated>
<author>
<name>Thouis (Ray) Jones</name>
<email>thouis@gmail.com</email>
</author>
<published>2012-03-29T10:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0e16a292f33b36e3df16e4ec2616420a7cb6fcd6'/>
<id>0e16a292f33b36e3df16e4ec2616420a7cb6fcd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: PR #188, PyArray_{Get,Set}Map using low-precision counter</title>
<updated>2012-05-01T22:10:21+00:00</updated>
<author>
<name>David Warde-Farley</name>
<email>wardefar@iro.umontreal.ca</email>
</author>
<published>2012-01-24T22:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=34f27c1e74871419f307591fe89726fa9588174f'/>
<id>34f27c1e74871419f307591fe89726fa9588174f</id>
<content type='text'>
Should be using npy_intp rather than int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be using npy_intp rather than int.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #2073, fix float16 __array_interface__ bug.</title>
<updated>2012-04-30T02:53:52+00:00</updated>
<author>
<name>Nicolas Pinto</name>
<email>pinto@alum.mit.edu</email>
</author>
<published>2012-03-14T23:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=25b021de0247df018566112eec563a73ad7f63f1'/>
<id>25b021de0247df018566112eec563a73ad7f63f1</id>
<content type='text'>
Squashed backport also containing two following commits.

TST: Test float16 __array_interface__.
STY: Cleanup test_half.py a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Squashed backport also containing two following commits.

TST: Test float16 __array_interface__.
STY: Cleanup test_half.py a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #2021. Fix segfault.</title>
<updated>2012-04-30T02:44:24+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-01-19T00:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=75086316357286753f9b3dcafd34d2f5fa9b83cd'/>
<id>75086316357286753f9b3dcafd34d2f5fa9b83cd</id>
<content type='text'>
The return from PyArray_DescrFromObject PyArray_SearchSorted needed
to be checked for NULL. Also added checks in other spots where
PyArray_DescrFromObject was called. Added regression test for same.
Made a few small code cleanups along the way.

All the checks may not be necessary, but
1) No one should have to waste brain cycles figuring that out.
2) Bugs happen.
3) Things change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return from PyArray_DescrFromObject PyArray_SearchSorted needed
to be checked for NULL. Also added checks in other spots where
PyArray_DescrFromObject was called. Added regression test for same.
Made a few small code cleanups along the way.

All the checks may not be necessary, but
1) No one should have to waste brain cycles figuring that out.
2) Bugs happen.
3) Things change.
</pre>
</div>
</content>
</entry>
<entry>
<title>PY3: Fix for python3.2.</title>
<updated>2012-04-29T23:05:24+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-04-29T22:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6be9dcf443551b8f28ea08a1981f9cb2806f4962'/>
<id>6be9dcf443551b8f28ea08a1981f9cb2806f4962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Silence some test warnings.</title>
<updated>2012-04-29T22:04:52+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-04-29T22:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fc2d6c8d929d4dd9ef7e0b39a61e234027608fba'/>
<id>fc2d6c8d929d4dd9ef7e0b39a61e234027608fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #2045, make attribute/iterator_element deletions not segfault.</title>
<updated>2012-04-29T21:47:18+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-02-14T02:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7fcf24ce7b5a63c736a421fc00627d8e405e0eee'/>
<id>7fcf24ce7b5a63c736a421fc00627d8e405e0eee</id>
<content type='text'>
Attempted attribute deletion raises an Attribute error. Deleting
an iterator index or slice raises a TypeError. This is a change for
nditer, which used to raise ValueError when deletes were attempted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempted attribute deletion raises an Attribute error. Deleting
an iterator index or slice raises a TypeError. This is a change for
nditer, which used to raise ValueError when deletes were attempted.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ticket #2046, deleting array attributes causes segfault.</title>
<updated>2012-04-29T21:25:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2012-02-13T02:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9a34be0d317d96687742a43d0a41b84d2c1bf8d4'/>
<id>9a34be0d317d96687742a43d0a41b84d2c1bf8d4</id>
<content type='text'>
Add check for NULL in setter functions and return Attribute error
if found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add check for NULL in setter functions and return Attribute error
if found.
</pre>
</div>
</content>
</entry>
</feed>
