<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/_generator.pyx, branch dependabot/pip/gitpython-3.1.14</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 #18439 from WarrenWeckesser/random-choice-exc</title>
<updated>2021-03-07T19:00:50+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-07T19:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4af35a75b313411753b037f040d0eaf234321c5b'/>
<id>4af35a75b313411753b037f040d0eaf234321c5b</id>
<content type='text'>
MAINT: random: Use 'from exc' when raising a ValueError in choice.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: random: Use 'from exc' when raising a ValueError in choice.</pre>
</div>
</content>
</entry>
<entry>
<title>Address comments</title>
<updated>2021-02-26T23:01:15+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.sheppard@gmail.com</email>
</author>
<published>2021-02-26T23:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e900be2bf367d2a90af922e56c27aadcd0581bdf'/>
<id>e900be2bf367d2a90af922e56c27aadcd0581bdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept suggestion</title>
<updated>2021-02-26T22:41:04+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>bashtage@users.noreply.github.com</email>
</author>
<published>2021-02-24T15:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2ee92e20151f5c7b0c5602a550b91b9171898210'/>
<id>2ee92e20151f5c7b0c5602a550b91b9171898210</id>
<content type='text'>

Use if else.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use if else.

Co-authored-by: Eric Wieser &lt;wieser.eric@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Improve error message in multinomial</title>
<updated>2021-02-26T22:41:03+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2020-07-02T17:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9e068f4032dab58cf310cfb663fa4930371cecf3'/>
<id>9e068f4032dab58cf310cfb663fa4930371cecf3</id>
<content type='text'>
Improve error message when the sum of pvals is larger than 1
when the input data is an ndarray

closes #8317
xref #16732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve error message when the sum of pvals is larger than 1
when the input data is an ndarray

closes #8317
xref #16732
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Explaing differences in code paths in choice</title>
<updated>2021-02-24T08:49:37+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-24T08:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=789fee5d507c7f21fc143cc1c0599d71176e6537'/>
<id>789fee5d507c7f21fc143cc1c0599d71176e6537</id>
<content type='text'>
Add explanation for different results when using user-specified probabilities
even if uniform

closes #18172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add explanation for different results when using user-specified probabilities
even if uniform

closes #18172
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Correct poisson docstring</title>
<updated>2021-02-24T08:39:08+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-24T08:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cbf5c130ca29e9605a594fe7fb8ac0f18fd7f575'/>
<id>cbf5c130ca29e9605a594fe7fb8ac0f18fd7f575</id>
<content type='text'>
closes #18314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #18314
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #18372 from lelayf/random-standard_t-doc</title>
<updated>2021-02-23T21:19:39+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-02-23T21:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=10e43ca5882a22de3ef9082ffce82c65c3261b8f'/>
<id>10e43ca5882a22de3ef9082ffce82c65c3261b8f</id>
<content type='text'>
DOC: improve standard_t example in numpy.random.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: improve standard_t example in numpy.random.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: random: use 'from exc' instead of 'from None'; tweak error messages.</title>
<updated>2021-02-19T23:28:18+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-02-19T23:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=54572d275dd5d12b564ab444958af7a0aa91e701'/>
<id>54572d275dd5d12b564ab444958af7a0aa91e701</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 stacklevel in warning within random.shuffle</title>
<updated>2021-02-19T17:10:45+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-02-19T01:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=60e82e19df952ec13272afe6bf345ac21442ce8e'/>
<id>60e82e19df952ec13272afe6bf345ac21442ce8e</id>
<content type='text'>
Cython does _not_ add a new stacklevel (at least at this time),
so `stacklevel=1` (or ommiting it) is, maybe surprisingly, correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cython does _not_ add a new stacklevel (at least at this time),
so `stacklevel=1` (or ommiting it) is, maybe surprisingly, correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: random: Use 'from None' when raising a ValueError in choice.</title>
<updated>2021-02-18T14:18:56+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-02-18T05:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4de12597c1f15fad33201aea2cc918a687c20665'/>
<id>4de12597c1f15fad33201aea2cc918a687c20665</id>
<content type='text'>
Use 'from None' when the ValueError is raised when the first argument to
`choice` is not an array and not an integer.

Also fix the error message for the ValueError, and add a missing space
to two other error messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'from None' when the ValueError is raised when the first argument to
`choice` is not an array and not an integer.

Also fix the error message for the ValueError, and add a missing space
to two other error messages.
</pre>
</div>
</content>
</entry>
</feed>
