<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/multiarray, branch v1.13.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>ENH: release GIL in CountNonzero trivial loop</title>
<updated>2017-09-24T19:47:18+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2017-09-03T16:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7ee5a8745bca8c9660153bca526bb098c677810'/>
<id>c7ee5a8745bca8c9660153bca526bb098c677810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Simplify array_contains using PyArray_Any</title>
<updated>2017-09-24T19:47:00+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2017-09-01T18:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c14caf6c4201afd9a3c303cc6bb24cf51d1cab5d'/>
<id>c14caf6c4201afd9a3c303cc6bb24cf51d1cab5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: array_any_nonzero now uses new iterator API</title>
<updated>2017-09-24T19:46:47+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2017-08-10T20:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6e39595b6d0c1f3ca1d92357b98851943e2503eb'/>
<id>6e39595b6d0c1f3ca1d92357b98851943e2503eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: PyArray_CountNonzero does not check for exceptions</title>
<updated>2017-09-24T19:46:26+00:00</updated>
<author>
<name>Allan Haldane</name>
<email>allan.haldane@gmail.com</email>
</author>
<published>2017-06-26T04:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f4f3d1473740f9d3078035ac68773804a96c6d4'/>
<id>4f4f3d1473740f9d3078035ac68773804a96c6d4</id>
<content type='text'>
Fixes #9295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #9295
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9746 from charris/backport-9624</title>
<updated>2017-09-23T00:42:52+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-23T00:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=720618f9bc43af90d928f4ff3533075f1e276a3a'/>
<id>720618f9bc43af90d928f4ff3533075f1e276a3a</id>
<content type='text'>
BUG: memory leak in np.dot of size 0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: memory leak in np.dot of size 0</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: memory leak in np.dot of size 0</title>
<updated>2017-09-23T00:05:47+00:00</updated>
<author>
<name>Michael Lamparski</name>
<email>diagonaldevice@gmail.com</email>
</author>
<published>2017-08-29T20:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f9581dcabf7ce18282e568751e4a6aadbdb60e88'/>
<id>f9581dcabf7ce18282e568751e4a6aadbdb60e88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Check for exception in sort functions, add tests</title>
<updated>2017-09-22T23:00:09+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2017-07-17T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db23ca37c8db38baaf8104af84913adad3b401ce'/>
<id>db23ca37c8db38baaf8104af84913adad3b401ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use PyArray_CHKFLAGS in more places.</title>
<updated>2017-09-22T17:35:52+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-22T17:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ede5a4453212894ac0a8438ba08fae952de88039'/>
<id>ede5a4453212894ac0a8438ba08fae952de88039</id>
<content type='text'>
This is more direct than `PyArray_FLAGS(a) &amp; AFLAG`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is more direct than `PyArray_FLAGS(a) &amp; AFLAG`.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Make scalar function elision check writeable.</title>
<updated>2017-09-21T16:22:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-18T23:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0dc06b36dc3567e9bb79d9ba404c85fec7e7f799'/>
<id>0dc06b36dc3567e9bb79d9ba404c85fec7e7f799</id>
<content type='text'>
Add checks for writeable and updateifcopy in the can_elide_temp_unary
function.

Closes #9679.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add checks for writeable and updateifcopy in the can_elide_temp_unary
function.

Closes #9679.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9317 from juliantaylor/nonzero-fix</title>
<updated>2017-06-27T15:23:21+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-06-27T15:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0af8759f69bd10a4d3f812ba6fa0b1f276171bd4'/>
<id>0af8759f69bd10a4d3f812ba6fa0b1f276171bd4</id>
<content type='text'>
BUG: fix wrong ndim used in empty where check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fix wrong ndim used in empty where check</pre>
</div>
</content>
</entry>
</feed>
