<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, 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>MAINT,BUG: Fix mtrand for Cython 0.27.</title>
<updated>2017-09-26T13:47:05+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-25T16:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76e05a187b296f6e5a4976c6537526280c1a6ed9'/>
<id>76e05a187b296f6e5a4976c6537526280c1a6ed9</id>
<content type='text'>
The `import_array()` macro, that defined a C code block that included a
return, was not handled correctly. The fix here is to cdef a replacement
`import_array` function with a defined error return. The new function is
a slight variation of the corresponding function defined by Cython.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `import_array()` macro, that defined a C code block that included a
return, was not handled correctly. The fix here is to cdef a replacement
`import_array` function with a defined error return. The new function is
a slight variation of the corresponding function defined by Cython.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ensure consistent result dtype of count_nonzero</title>
<updated>2017-09-24T22:00:44+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2017-09-01T11:40:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=40d91db07b0ddafeb27e799dd2e960698b2e1132'/>
<id>40d91db07b0ddafeb27e799dd2e960698b2e1132</id>
<content type='text'>
The slowpath using apply_along_axis for size 1 axis did not ensure that
the dtype is intp like all other paths. This caused inconsistent dtypes
on windows where the default integer type is int32.
Closes gh-9468
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The slowpath using apply_along_axis for size 1 axis did not ensure that
the dtype is intp like all other paths. This caused inconsistent dtypes
on windows where the default integer type is int32.
Closes gh-9468
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9766 from charris/backport-9294</title>
<updated>2017-09-24T21:49:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-24T21:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b37f13ce5f533a58f370afbb43934645b7b2389'/>
<id>9b37f13ce5f533a58f370afbb43934645b7b2389</id>
<content type='text'>
BUG: Fixes histogram monotonicity check for unsigned bin values</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Fixes histogram monotonicity check for unsigned bin values</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9765 from charris/backport-9300</title>
<updated>2017-09-24T20:50:05+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-09-24T20:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=406c41f7d4842410d72f1069b80b3cf2e8a6e895'/>
<id>406c41f7d4842410d72f1069b80b3cf2e8a6e895</id>
<content type='text'>
BUG: PyArray_CountNonzero does not check for exceptions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: PyArray_CountNonzero does not check for exceptions</pre>
</div>
</content>
</entry>
<entry>
<title>allow non-strictly increasing bins</title>
<updated>2017-09-24T20:48:57+00:00</updated>
<author>
<name>Brandon Carter</name>
<email>bcarter@mit.edu</email>
</author>
<published>2017-08-20T01:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a3b67226c48ebcbc12fd2820ec124d070ea7610c'/>
<id>a3b67226c48ebcbc12fd2820ec124d070ea7610c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor change to the logic</title>
<updated>2017-09-24T20:48:44+00:00</updated>
<author>
<name>Brandon Carter</name>
<email>bcarter@mit.edu</email>
</author>
<published>2017-06-26T03:04:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9b8f46b45f2232413a9b276b68da6f044349336f'/>
<id>9b8f46b45f2232413a9b276b68da6f044349336f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fixes unsigned bins monotonicity check, see #9222</title>
<updated>2017-09-24T20:48:31+00:00</updated>
<author>
<name>Brandon Carter</name>
<email>bcarter@mit.edu</email>
</author>
<published>2017-06-25T03:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a70bc983b9ab5b83d71e074d573a9445f2d8e8b0'/>
<id>a70bc983b9ab5b83d71e074d573a9445f2d8e8b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add test for unsigned bins monotonicity check, see #9222</title>
<updated>2017-09-24T20:48:16+00:00</updated>
<author>
<name>Brandon Carter</name>
<email>bcarter@mit.edu</email>
</author>
<published>2017-06-25T02:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=60e4946905aaabb2b1a8a325237c4a40beff1ee9'/>
<id>60e4946905aaabb2b1a8a325237c4a40beff1ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
