<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, branch maintenance/1.8.x</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>BUG: Fix seg fault converting empty string to object</title>
<updated>2014-08-08T21:54:12+00:00</updated>
<author>
<name>Mike Kelly</name>
<email>mtk@numeric.com</email>
</author>
<published>2014-05-16T17:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a785c79206528385d76bc6366774cb6d9cacbcda'/>
<id>a785c79206528385d76bc6366774cb6d9cacbcda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Prevent division by zero. Closes #650.</title>
<updated>2014-08-04T21:47:33+00:00</updated>
<author>
<name>szpy</name>
<email>tyha@tyha.us</email>
</author>
<published>2014-04-06T00:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=75101324d839fcf635b7dcee844d065e16a0cc1b'/>
<id>75101324d839fcf635b7dcee844d065e16a0cc1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix lack of NULL check in array_richcompare.</title>
<updated>2014-08-04T21:46:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-04-11T16:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ca78a8d9a48b3c927ef44895ee1f802f43277472'/>
<id>ca78a8d9a48b3c927ef44895ee1f802f43277472</id>
<content type='text'>
The lack of this check led to a segfault.

Closes #4613.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The lack of this check led to a segfault.

Closes #4613.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Hold GIL for types with fields, fixes #4642</title>
<updated>2014-08-04T21:42:17+00:00</updated>
<author>
<name>jaimefrio</name>
<email>jaime.frio@gmail.com</email>
</author>
<published>2014-04-28T20:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=23e07d8c935c22b8ec79ad67a4577857ee09b629'/>
<id>23e07d8c935c22b8ec79ad67a4577857ee09b629</id>
<content type='text'>
Set the `NPY_NEEDS_PYAPI` flag for types with fields, as these need
access to the Python API to manipulate the tuples and dicts holding
field information. It remains unset for the base `np.void` type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set the `NPY_NEEDS_PYAPI` flag for types with fields, as these need
access to the Python API to manipulate the tuples and dicts holding
field information. It remains unset for the base `np.void` type.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: check alignment of strides for byteswap</title>
<updated>2014-08-04T21:34:57+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-06-04T17:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=386458024eef1edb1c2efc995109e64fe69be160'/>
<id>386458024eef1edb1c2efc995109e64fe69be160</id>
<content type='text'>
closes gh-4774
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes gh-4774
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: add missing elementsize alignment check for simd reductions</title>
<updated>2014-08-04T21:34:00+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-07-08T21:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6674294f82d5eb6563dd0ab0fffb6aebb7d2ca74'/>
<id>6674294f82d5eb6563dd0ab0fffb6aebb7d2ca74</id>
<content type='text'>
e.g. doubles are only aligned to 4 bytes on i386 so one cannot peel them
to 16 byte alignment.
Closes gh-4853
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g. doubles are only aligned to 4 bytes on i386 so one cannot peel them
to 16 byte alignment.
Closes gh-4853
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: wrong selection for orders falling into equal ranges</title>
<updated>2014-08-04T21:31:21+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-07-04T16:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=763aeeaffcd1572d4da3d7f98f7627d0e271df26'/>
<id>763aeeaffcd1572d4da3d7f98f7627d0e271df26</id>
<content type='text'>
when orders are selected where the kth element falls into an equal range
the the last stored pivot was not the kth element, this leads to losing
the ordering of smaller orders as following selection steps can start at
index 0 again instead of the at the offset of the last selection.
Closes gh-4836
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when orders are selected where the kth element falls into an equal range
the the last stored pivot was not the kth element, this leads to losing
the ordering of smaller orders as following selection steps can start at
index 0 again instead of the at the offset of the last selection.
Closes gh-4836
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: backport test_zeros changes from master</title>
<updated>2014-03-25T21:27:12+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-03-25T21:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da4ae7a4afcd399c07e933e57bbde4917ab21bdf'/>
<id>da4ae7a4afcd399c07e933e57bbde4917ab21bdf</id>
<content type='text'>
existing test is very slow and eats all the RAM of my testing VM,
windows apparently does not have sparse memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
existing test is very slow and eats all the RAM of my testing VM,
windows apparently does not have sparse memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: increase test time to avoid negative times on UTC conversion</title>
<updated>2014-03-25T21:21:13+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-03-25T21:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6a43153ecbc2d2d6428d0af6101f4f0cd44c6296'/>
<id>6a43153ecbc2d2d6428d0af6101f4f0cd44c6296</id>
<content type='text'>
fixes the test on windows where mingw _mktemp64 will return an error
instead of a negative time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes the test on windows where mingw _mktemp64 will return an error
instead of a negative time.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: nditer: Initialize buffer reduce pos</title>
<updated>2014-03-23T21:52:13+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2014-03-23T19:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=84ff5e50035009ed24936f92aea96680cbd5b045'/>
<id>84ff5e50035009ed24936f92aea96680cbd5b045</id>
<content type='text'>
The FirstVisit function uses this, but when the reduction is
over a single element it isn't considered a reduction. This is
fine, however the reduce pos must still be initialized to 0 in
that case. Also changes the check order so that it is not
necessary to initialize the outerstrides as well.

See also gh-4134, and gh-4535.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FirstVisit function uses this, but when the reduction is
over a single element it isn't considered a reduction. This is
fine, however the reduce pos must still be initialized to 0 in
that case. Also changes the check order so that it is not
necessary to initialize the outerstrides as well.

See also gh-4134, and gh-4535.
</pre>
</div>
</content>
</entry>
</feed>
