<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/umath, 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>BUG: Fix true_divide when dtype=np.float64 specified.</title>
<updated>2017-08-14T23:24:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-07-27T02:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fe6174f2b1baae18f71c366fa2948f0806f453a9'/>
<id>fe6174f2b1baae18f71c366fa2948f0806f453a9</id>
<content type='text'>
The problem here was due to the signature matching when dtype is
specified. A signature matches when

1) The output dtype matches the specified dtype
2) The input arguments can be cast to the signatures dtypes using
   casting="same_kind"

The signature 'bb-&gt;d' was present for true_divide, consequently when
dtype=np.float64 was specified, all integer inputs were cast to int8.

The solution adopted here was to remove all signatures/loops for
true_divide that had integer inputs. Lesser measures broke a lot of
existing code that relied on the behavior for other functions

Closes #3484. Again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem here was due to the signature matching when dtype is
specified. A signature matches when

1) The output dtype matches the specified dtype
2) The input arguments can be cast to the signatures dtypes using
   casting="same_kind"

The signature 'bb-&gt;d' was present for true_divide, consequently when
dtype=np.float64 was specified, all integer inputs were cast to int8.

The solution adopted here was to remove all signatures/loops for
true_divide that had integer inputs. Lesser measures broke a lot of
existing code that relied on the behavior for other functions

Closes #3484. Again.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use a for loop to traverse the linked list</title>
<updated>2017-07-06T20:05:36+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-03T07:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e05097ac10e8d2863f939956c318a1dbf812dbb2'/>
<id>e05097ac10e8d2863f939956c318a1dbf812dbb2</id>
<content type='text'>
This avoids bugs like gh-9351 being introduced later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids bugs like gh-9351 being introduced later
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Prevent hangs traversing ufunc userloop linked lists</title>
<updated>2017-07-06T20:05:20+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-07-02T21:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=074770f9446dd4d2bfe3c0d64c31b907b4d885c7'/>
<id>074770f9446dd4d2bfe3c0d64c31b907b4d885c7</id>
<content type='text'>
Fixes gh-9351
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes gh-9351
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9339 from jleahy/master</title>
<updated>2017-07-01T02:16:02+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-07-01T02:16:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f1254c6eb6e42aff10ec32f8302dc03ca57fa79b'/>
<id>f1254c6eb6e42aff10ec32f8302dc03ca57fa79b</id>
<content type='text'>
BUG: Prevent crash if ufunc doc string is null </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Prevent crash if ufunc doc string is null </pre>
</div>
</content>
</entry>
<entry>
<title>BUG: umath: un-break ufunc where= when no out= is given</title>
<updated>2017-06-30T23:04:23+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2017-06-30T18:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dd2a1e6dac17d0df6b049ca88900782d324d238b'/>
<id>dd2a1e6dac17d0df6b049ca88900782d324d238b</id>
<content type='text'>
Calling ufuncs with where= specified but without out= was broken.
Un-break it and add some test coverage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calling ufuncs with where= specified but without out= was broken.
Un-break it and add some test coverage.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: prevent crash when ufunc doc string is null</title>
<updated>2017-06-30T22:46:45+00:00</updated>
<author>
<name>Joshua Leahy</name>
<email>jleahy@gmail.com</email>
</author>
<published>2017-06-30T21:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b19fe295fd7427b03e65ed1f5212623153b792e2'/>
<id>b19fe295fd7427b03e65ed1f5212623153b792e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "DEP: Raise TypeError for subtract(bool_, bool_)."</title>
<updated>2017-06-15T15:06:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-06-15T12:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=45598d7d0a26ae2ddeb707f9cf48e450a672497b'/>
<id>45598d7d0a26ae2ddeb707f9cf48e450a672497b</id>
<content type='text'>
This reverts commit c9adc35e68b92b10ab0b20069465fd784388bc14.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c9adc35e68b92b10ab0b20069465fd784388bc14.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: pull request 9087 modifies a tuple after use</title>
<updated>2017-05-31T21:24:24+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2017-05-31T20:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=433145683c9414789b74d36e002f27c3ed625875'/>
<id>433145683c9414789b74d36e002f27c3ed625875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tuple</title>
<updated>2017-05-18T09:32:59+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2017-05-18T09:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c52dbea523c1cd833faee5fa5886b65695553e4'/>
<id>9c52dbea523c1cd833faee5fa5886b65695553e4</id>
<content type='text'>
BUG: Array ufunc reduce out tuple</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Array ufunc reduce out tuple</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.</title>
<updated>2017-05-12T18:20:40+00:00</updated>
<author>
<name>Marten van Kerkwijk</name>
<email>mhvk@astro.utoronto.ca</email>
</author>
<published>2017-05-12T02:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=18bac353f667da6969716b60f3d3315ffd0b7aaa'/>
<id>18bac353f667da6969716b60f3d3315ffd0b7aaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
