<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, branch v1.20.3</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>Merge pull request #18328 from charris/backport-18264</title>
<updated>2021-02-04T21:11:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-04T21:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af4ca367ce2bcf8d7ddc7aa05cfcd92e67905fbe'/>
<id>af4ca367ce2bcf8d7ddc7aa05cfcd92e67905fbe</id>
<content type='text'>
BUG: Use C linkage for random distributions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Use C linkage for random distributions</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: cffi parser ignores __cplusplus guards</title>
<updated>2021-02-04T19:34:06+00:00</updated>
<author>
<name>mckib2</name>
<email>nicholas.bgp@gmail.com</email>
</author>
<published>2021-01-31T03:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=395f1e1253c605661945b624481ac67ffc1bfb47'/>
<id>395f1e1253c605661945b624481ac67ffc1bfb47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: PR 18282 revisions</title>
<updated>2021-02-04T19:29:33+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2021-02-02T01:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c92393d5956a4813f892829c8c377af2c034308e'/>
<id>c92393d5956a4813f892829c8c377af2c034308e</id>
<content type='text'>
* based on reviewer feedback, instead of explicitly
supporting `memoryview` shuffling via `asarray()`, support
the shuffling implicitly by using `Sequence` instead
of `MutableSequence`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* based on reviewer feedback, instead of explicitly
supporting `memoryview` shuffling via `asarray()`, support
the shuffling implicitly by using `Sequence` instead
of `MutableSequence`
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: gracefully shuffle memoryviews</title>
<updated>2021-02-04T19:29:13+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2021-02-01T16:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=652933a72c4bc5e2cf376bc199af4617d2a6713a'/>
<id>652933a72c4bc5e2cf376bc199af4617d2a6713a</id>
<content type='text'>
* allow graceful shuffling of memoryviews, with
same behavior as arrays, instead of producing
a warning on `memoryview` shuffle
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow graceful shuffling of memoryviews, with
same behavior as arrays, instead of producing
a warning on `memoryview` shuffle
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Add missing `__all__` annotations</title>
<updated>2021-02-02T18:03:49+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2021-02-02T17:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c8a0cc07056832202b718806e9f76967b7c0e971'/>
<id>c8a0cc07056832202b718806e9f76967b7c0e971</id>
<content type='text'>
Backport of https://github.com/numpy/numpy/pull/18302/commits/12d99670040c265a615694fd3b8ae1492807c93f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of https://github.com/numpy/numpy/pull/18302/commits/12d99670040c265a615694fd3b8ae1492807c93f
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate axis check</title>
<updated>2021-01-24T20:02:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-01-23T19:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ed7689c9e5684b5490848f6f3b56c2bfc8cc6cf'/>
<id>3ed7689c9e5684b5490848f6f3b56c2bfc8cc6cf</id>
<content type='text'>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: shuffling empty array with axis=1 was broken</title>
<updated>2021-01-24T20:02:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-01-23T13:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=61f095bfaf161965539a670b7be40445d56b9741'/>
<id>61f095bfaf161965539a670b7be40445d56b9741</id>
<content type='text'>
This would trigger:
```
NotImplementedError: Axis argument is only supported on ndarray objects
```
because empty arrays and array scalars would take the "untyped" path.

The bug exists only for Generator, not in RandomState (it doesn't have
axis keyword for `shuffle`), but update both because it keeps
implementations in sync and the change results in more understandable
code also for RandomState.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would trigger:
```
NotImplementedError: Axis argument is only supported on ndarray objects
```
because empty arrays and array scalars would take the "untyped" path.

The bug exists only for Generator, not in RandomState (it doesn't have
axis keyword for `shuffle`), but update both because it keeps
implementations in sync and the change results in more understandable
code also for RandomState.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: warn when shuffling unrecognized objects</title>
<updated>2021-01-24T20:02:10+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-01-23T12:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b9711cff97bd4347c04eef56371e6f6e8fe83243'/>
<id>b9711cff97bd4347c04eef56371e6f6e8fe83243</id>
<content type='text'>
Closes gh-18206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-18206
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: remove stray '+' from f-string upgrade</title>
<updated>2020-12-04T20:55:57+00:00</updated>
<author>
<name>Derek Homeier</name>
<email>dhomeie@gwdg.de</email>
</author>
<published>2020-12-04T11:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ff43276f798f2a4e5688ffde94cdc5898f468d57'/>
<id>ff43276f798f2a4e5688ffde94cdc5898f468d57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages</title>
<updated>2020-11-03T14:08:38+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-11-03T14:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99051b40de3b77c166a24250df3fd38689aa412e'/>
<id>99051b40de3b77c166a24250df3fd38689aa412e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
