<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/lib/tests/test_index_tricks.py, branch build_test</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: reference issue in comments for added index_tricks tests</title>
<updated>2020-07-13T20:45:13+00:00</updated>
<author>
<name>Cameron Blocker</name>
<email>cameronjblocker@gmail.com</email>
</author>
<published>2020-07-13T20:45:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7a3962dddd619ede248558da9de7d0d1a196d938'/>
<id>7a3962dddd619ede248558da9de7d0d1a196d938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: update mgrid test from code review</title>
<updated>2020-07-13T20:41:33+00:00</updated>
<author>
<name>Cameron Blocker</name>
<email>cameronjblocker@gmail.com</email>
</author>
<published>2020-07-13T20:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f82c7d73ce116471f8009d481ded4449dfec3106'/>
<id>f82c7d73ce116471f8009d481ded4449dfec3106</id>
<content type='text'>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fixed dtype check error from code review</title>
<updated>2020-07-12T18:46:11+00:00</updated>
<author>
<name>Cameron Blocker</name>
<email>cameronjblocker@gmail.com</email>
</author>
<published>2020-07-12T18:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5d1fbf4df4233d38844acc33aa3116fd19729d6e'/>
<id>5d1fbf4df4233d38844acc33aa3116fd19729d6e</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 mgrid output for lower precision float inputs</title>
<updated>2020-07-12T07:38:37+00:00</updated>
<author>
<name>Cameron Blocker</name>
<email>cameronjblocker@gmail.com</email>
</author>
<published>2020-07-12T07:38:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1cdc9a8f72e41c21c44187701d74133d8ee58412'/>
<id>1cdc9a8f72e41c21c44187701d74133d8ee58412</id>
<content type='text'>
Floats besides float64 were being coerced to integers
and complex step sizes for the index trick classes
would fail for complex64 input. Fixes #16466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Floats besides float64 were being coerced to integers
and complex step sizes for the index trick classes
would fail for complex64 input. Fixes #16466
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove implicit inheritance from object class (#15236)</title>
<updated>2020-01-05T05:53:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-05T05:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c31cc36a8a814ed4844a2a553454185601914a5a'/>
<id>c31cc36a8a814ed4844a2a553454185601914a5a</id>
<content type='text'>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Add missing check for 0-sized array in ravel_multi_index</title>
<updated>2019-09-23T00:45:31+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-09-23T00:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7aee2ef21ef25a81f75392e0dfffd64455c1e6b5'/>
<id>7aee2ef21ef25a81f75392e0dfffd64455c1e6b5</id>
<content type='text'>
In wrap and clip modes ravel_multi_index crashes or gave
invalid results if input arrays were empty but the shape not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In wrap and clip modes ravel_multi_index crashes or gave
invalid results if input arrays were empty but the shape not.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Replace integers in places where booleans are expected</title>
<updated>2019-07-01T19:19:51+00:00</updated>
<author>
<name>MSeifert04</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2019-07-01T19:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=94d6a3759d5b56b7c1c2ba4c327f891aedde2ebc'/>
<id>94d6a3759d5b56b7c1c2ba4c327f891aedde2ebc</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 unravel_index when dimension is greater than 'intp'</title>
<updated>2019-05-02T00:36:30+00:00</updated>
<author>
<name>psschand</name>
<email>psschand@gmail.com</email>
</author>
<published>2019-05-02T00:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f16c558fc3c3b57c4f2a93a80a778746ddd2f8ef'/>
<id>f16c558fc3c3b57c4f2a93a80a778746ddd2f8ef</id>
<content type='text'>
The PR is: gh13439

Closes gh-9538</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PR is: gh13439

Closes gh-9538</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8641 from eric-wieser/ix_-preserve-type</title>
<updated>2019-04-29T17:37:01+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-04-29T17:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c23bd98de665733dd090636f38b6aacf9f99450b'/>
<id>c23bd98de665733dd090636f38b6aacf9f99450b</id>
<content type='text'>
BUG: Preserve types of empty arrays in ix_ when known</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Preserve types of empty arrays in ix_ when known</pre>
</div>
</content>
</entry>
</feed>
