<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git, branch fix/seed-sequence-zeros</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>DOC: Add release note.</title>
<updated>2020-06-10T16:40:45+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2020-06-10T16:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e1db72c2c99d23982551def864b24d277b297aa6'/>
<id>e1db72c2c99d23982551def864b24d277b297aa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Ensure SeedSequence 0-padding does not collide with spawn keys</title>
<updated>2020-06-09T15:58:49+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2020-06-09T15:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7a82f14075eaf8f59ea3bb2594b71639e938611e'/>
<id>7a82f14075eaf8f59ea3bb2594b71639e938611e</id>
<content type='text'>
Fixes #16539

The implicit 0-padding that is done to small entropy inputs to make them the
size of the internal pool conflicts with the spawn keys, which start with an
appended 0.

In order to maintain stream compatibility with unspawned `SeedSequence`s, we
explicitly 0-pad short inputs out to the pool size only if the spawn key is
provided, and thus would trigger the bug. This should minimize the impact on
users that were not encountering the bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #16539

The implicit 0-padding that is done to small entropy inputs to make them the
size of the internal pool conflicts with the spawn keys, which start with an
appended 0.

In order to maintain stream compatibility with unspawned `SeedSequence`s, we
explicitly 0-pad short inputs out to the pool size only if the spawn key is
provided, and thus would trigger the bug. This should minimize the impact on
users that were not encountering the bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix ``np.ma.core.doc_note`` (#16311)</title>
<updated>2020-06-09T15:26:15+00:00</updated>
<author>
<name>Takanori H</name>
<email>takanori17h@gmail.com</email>
</author>
<published>2020-06-09T15:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ad30b31af0bb3fbfdc0f11486807edc76cec2680'/>
<id>ad30b31af0bb3fbfdc0f11486807edc76cec2680</id>
<content type='text'>
* fix np.ma.core.doc_note</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix np.ma.core.doc_note</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16515 from person142/add-type-stubs</title>
<updated>2020-06-09T05:25:36+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-06-09T05:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e73c8e5479297f235b37fba91d6d0e8464be66a6'/>
<id>e73c8e5479297f235b37fba91d6d0e8464be66a6</id>
<content type='text'>
ENH: add type stubs from numpy-stubs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: add type stubs from numpy-stubs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16446 from dgasmith/einsum_order</title>
<updated>2020-06-09T03:28:41+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-06-09T03:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d647ef2d98852e322d487d6045d5860223dcda79'/>
<id>d647ef2d98852e322d487d6045d5860223dcda79</id>
<content type='text'>
BUG: fixes einsum output order with optimization (#14615)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: fixes einsum output order with optimization (#14615)</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fixes einsum ouput order with optimization (#14615)</title>
<updated>2020-06-09T02:28:09+00:00</updated>
<author>
<name>Daniel G. A. Smith</name>
<email>dgasmith@icloud.com</email>
</author>
<published>2020-05-30T14:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5f6be40bf009aa4438ec89310c4b55ce2eb9ee07'/>
<id>5f6be40bf009aa4438ec89310c4b55ce2eb9ee07</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 #16445 from rgommers/roadmap-update</title>
<updated>2020-06-08T21:40:06+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-06-08T21:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8f8603dd18c9c70191fd75d98793dc94c8ac30fa'/>
<id>8f8603dd18c9c70191fd75d98793dc94c8ac30fa</id>
<content type='text'>
DOC: update roadmap</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: update roadmap</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16504 from bashtage/doc-mv-norm</title>
<updated>2020-06-08T21:17:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-06-08T21:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f1c4ba3e97cbf5c494f29531b35da6144cac5aec'/>
<id>f1c4ba3e97cbf5c494f29531b35da6144cac5aec</id>
<content type='text'>
DOC: Correct MV Normal sig</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Correct MV Normal sig</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Deprecate inexact matches for mode, searchside (gh-16056)</title>
<updated>2020-06-08T14:10:10+00:00</updated>
<author>
<name>Anirudh Subramanian</name>
<email>anirudh2290@ufl.edu</email>
</author>
<published>2020-06-08T14:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1d799fdcadeaa155855d4d91e39e1c83b9649dd8'/>
<id>1d799fdcadeaa155855d4d91e39e1c83b9649dd8</id>
<content type='text'>
Previously misspelling were allowed by these functions as long as e.g. the first
letter matched. They will now check whether the match is exact giving a deprecation
warning when it is not.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously misspelling were allowed by these functions as long as e.g. the first
letter matched. They will now check whether the match is exact giving a deprecation
warning when it is not.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16510 from madphysicist/patch-1</title>
<updated>2020-06-08T13:39:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-06-08T13:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ee60cc9164e5a20b98ee6722e25b0df41e411675'/>
<id>ee60cc9164e5a20b98ee6722e25b0df41e411675</id>
<content type='text'>
DOC: Minor rounding correction in Generator.binomial</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Minor rounding correction in Generator.binomial</pre>
</div>
</content>
</entry>
</feed>
