<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/release, branch issue_20025</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>Merge pull request #19478 from r-devulap/svml</title>
<updated>2021-10-10T07:31:32+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-10-10T07:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2'/>
<id>1eff1c543a8f1e9d7ea29182b8c76db5a2efc3c2</id>
<content type='text'>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Vectorizing umath module using AVX-512 (open sourced from Intel Short Vector Math Library, SVML)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17530 from BvB93/fspath</title>
<updated>2021-10-09T20:33:10+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-10-09T20:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=83d8df9cdda474c51d18569bae8ad02ccf4d8411'/>
<id>83d8df9cdda474c51d18569bae8ad02ccf4d8411</id>
<content type='text'>
ENH: Allow `ctypeslib.load_library` to take any path-like object</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Allow `ctypeslib.load_library` to take any path-like object</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Correct incorrect advance in PCG with emulated int128</title>
<updated>2021-10-06T22:23:14+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-10-06T08:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=401b26e880117ae5bc72b84a7fd267e999f99aa1'/>
<id>401b26e880117ae5bc72b84a7fd267e999f99aa1</id>
<content type='text'>
Correct incorrect implemetation of carry in PCG64 and PCG64DXSM
when advancing more than 2**64 steps

closes #20048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct incorrect implemetation of carry in PCG64 and PCG64DXSM
when advancing more than 2**64 steps

closes #20048
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add a release note for the new `nan&lt;x&gt;`parameters</title>
<updated>2021-10-04T17:04:23+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-10-04T15:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a0748676e08da4835ff6eccab0f143b28fb6fb81'/>
<id>a0748676e08da4835ff6eccab0f143b28fb6fb81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG,DEP: Allow (arg-)partition to accept `uint64` indices  (#20000)</title>
<updated>2021-10-03T00:21:11+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-10-03T00:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=96d5993c4fca186f8c9f0f686c963549a03d0636'/>
<id>96d5993c4fca186f8c9f0f686c963549a03d0636</id>
<content type='text'>
* BUG: Allow (arg-)partition to accept `uint64` indices

* DEP: Deprecate the use of booleans as (arg-)partition indices

* TST,DEP: Add tests for the `parametrize` bool-index-deprecation

* TST: Add more dtype-based tests for (arg-)partition

* DOC: Add a release note for the (arg-)partition boolean deprecation

* DEP: Explicitly mention numpy 1.22 in the (arg-)partition deprecation warning

Co-Authored-By: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: Allow (arg-)partition to accept `uint64` indices

* DEP: Deprecate the use of booleans as (arg-)partition indices

* TST,DEP: Add tests for the `parametrize` bool-index-deprecation

* TST: Add more dtype-based tests for (arg-)partition

* DOC: Add a release note for the (arg-)partition boolean deprecation

* DEP: Explicitly mention numpy 1.22 in the (arg-)partition deprecation warning

Co-Authored-By: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add spaces after punctuation in dtype repr/str. (#19686)</title>
<updated>2021-09-29T18:09:32+00:00</updated>
<author>
<name>Antony Lee</name>
<email>anntzer.lee@gmail.com</email>
</author>
<published>2021-09-29T18:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a6f7d14e60e3d56fe1c0073730a06e23cf696c5a'/>
<id>a6f7d14e60e3d56fe1c0073730a06e23cf696c5a</id>
<content type='text'>
Before:
```
In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]})
Out[1]: dtype({'names':['a'], 'formats':['&lt;i8'], 'offsets':[2], 'itemsize':10})
```

After:
```
In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]})
Out[1]: dtype({'names': ['a'], 'formats': ['&lt;i8'], 'offsets': [2], 'itemsize': 10})
```

* Allow switching back to old dtype printing format.

* Add changelog.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before:
```
In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]})
Out[1]: dtype({'names':['a'], 'formats':['&lt;i8'], 'offsets':[2], 'itemsize':10})
```

After:
```
In [1]: np.dtype({"names": ["a"], "formats": [int], "offsets": [2]})
Out[1]: dtype({'names': ['a'], 'formats': ['&lt;i8'], 'offsets': [2], 'itemsize': 10})
```

* Allow switching back to old dtype printing format.

* Add changelog.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typo in public API</title>
<updated>2021-09-28T09:26:44+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2021-09-21T23:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cbfa658684d7e40005b9bcb84bd11838349366cb'/>
<id>cbfa658684d7e40005b9bcb84bd11838349366cb</id>
<content type='text'>
By keeping both variants of the keyowrd parameter, we achieve backwards
compatibility. The old mispelled variant has been removed from the
documentation, the new variant does appear in the documentation and
using noth variants raises a TypeError.

Additionally, the old variant can only be used as a keyword argument,
not as a positional argument.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By keeping both variants of the keyowrd parameter, we achieve backwards
compatibility. The old mispelled variant has been removed from the
documentation, the new variant does appear in the documentation and
using noth variants raises a TypeError.

Additionally, the old variant can only be used as a keyword argument,
not as a positional argument.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Minor cleanups after merging gh-19805</title>
<updated>2021-09-26T16:00:32+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-26T16:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b8e46c68c767a13941e7ea23ad8a082852712c00'/>
<id>b8e46c68c767a13941e7ea23ad8a082852712c00</id>
<content type='text'>
- Spelling fixes
- Release note fragment for gh-19805.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Spelling fixes
- Release note fragment for gh-19805.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add a release note for `__class_getitem__`</title>
<updated>2021-09-15T11:33:32+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-09-15T11:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=49f53580e23bcf7dc305d97678125b34e1cff0cb'/>
<id>49f53580e23bcf7dc305d97678125b34e1cff0cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix typo in upcoming changes filename</title>
<updated>2021-09-14T16:57:23+00:00</updated>
<author>
<name>Niels Dunnewind</name>
<email>43117768+ndunnewind@users.noreply.github.com</email>
</author>
<published>2021-09-14T16:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d73c499c266e7ebb06a27e84413963dffca113bf'/>
<id>d73c499c266e7ebb06a27e84413963dffca113bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
