<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, branch v1.22.0rc3</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>BUG: Protect divide by 0 in multinomial (#20490)</title>
<updated>2021-12-02T15:22:18+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>bashtage@users.noreply.github.com</email>
</author>
<published>2021-12-02T14:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8050874b2d166b2ed53157c5691f9fb1e1a728f4'/>
<id>8050874b2d166b2ed53157c5691f9fb1e1a728f4</id>
<content type='text'>
Guard against empty pvals

closes #20483

* MAINT: Correct exception type

Raise TypeError for enhanced backward compat when pvals
is scalar</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guard against empty pvals

closes #20483

* MAINT: Correct exception type

Raise TypeError for enhanced backward compat when pvals
is scalar</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: import setuptools beforew distutils</title>
<updated>2021-11-20T17:12:53+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-11-19T10:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=14bec4f4cd268f95272ee947430de1902c0359df'/>
<id>14bec4f4cd268f95272ee947430de1902c0359df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: provide a convenience function to replace npy_load_module (#20395)</title>
<updated>2021-11-19T14:59:47+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-11-19T12:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58723f3d15f5887c2065b031885fe3d4195ddfd6'/>
<id>58723f3d15f5887c2065b031885fe3d4195ddfd6</id>
<content type='text'>
`load_module` is deprecated since python 3.4 and will be removed in python 3.12.
Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils`
instead of `npy_load_module` from `compat.py3k`.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`load_module` is deprecated since python 3.4 and will be removed in python 3.12.
Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils`
instead of `npy_load_module` from `compat.py3k`.

</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix formatting of a code example</title>
<updated>2021-11-15T17:36:58+00:00</updated>
<author>
<name>Eero Vaher</name>
<email>eero.vaher@astro.lu.se</email>
</author>
<published>2021-11-15T17:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31fbd0266df082240dc904c681e25f779d7fd025'/>
<id>31fbd0266df082240dc904c681e25f779d7fd025</id>
<content type='text'>
One of the code examples in the docstring of
`numpy.random.Generator.multivariate_normal()` was not being displayed
properly in the built documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One of the code examples in the docstring of
`numpy.random.Generator.multivariate_normal()` was not being displayed
properly in the built documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: random: Add broadcast support to Generator.multinomial (#16740)</title>
<updated>2021-11-13T04:17:50+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>bashtage@users.noreply.github.com</email>
</author>
<published>2021-11-13T04:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aa52dee8dcaba963faa0ec4e36a85d97bbc8e2de'/>
<id>aa52dee8dcaba963faa0ec4e36a85d97bbc8e2de</id>
<content type='text'>
xref github issue #15201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xref github issue #15201
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #20314 from WarrenWeckesser/float32-rand-unused-bit</title>
<updated>2021-11-12T18:47:48+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-11-12T18:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1995e2cdfd17ec75e37cc6e69a42ce9000aac966'/>
<id>1995e2cdfd17ec75e37cc6e69a42ce9000aac966</id>
<content type='text'>
BUG: Get full precision for 32 bit floating point random values.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Get full precision for 32 bit floating point random values.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix math formatting for zipf docstring</title>
<updated>2021-11-11T20:44:57+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-11-11T20:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=abb136cad711a0c23657926f8e6f3f50d9c37572'/>
<id>abb136cad711a0c23657926f8e6f3f50d9c37572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: random: Copy-edit zipf docstring: zipf is a discrete distribution.</title>
<updated>2021-11-11T18:41:20+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-11-11T18:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fd78f1fd44f46fc3d23f01e601268af2467dfa8b'/>
<id>fd78f1fd44f46fc3d23f01e601268af2467dfa8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: random: Update the zipf example for the legacy RandomState method.</title>
<updated>2021-11-11T18:28:42+00:00</updated>
<author>
<name>warren</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-11-11T18:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f0cce63fb7adcbd6664074fec4536d1ab761051e'/>
<id>f0cce63fb7adcbd6664074fec4536d1ab761051e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: random: Fix a mistake in the zipf example.</title>
<updated>2021-11-11T09:55:10+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2021-11-11T09:55:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cf71558b6c3648256bcc307a488866ecbfa1467e'/>
<id>cf71558b6c3648256bcc307a488866ecbfa1467e</id>
<content type='text'>
There was a mistake in the code that generated
the plot in the zipf docstring.  The Riemann
zeta function is `scipy.special.zeta`, not
`scipy.special.zetac`.

I also tweaked the sample parameters and the plot
code so the plot is a bit more informative.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a mistake in the code that generated
the plot in the zipf docstring.  The Riemann
zeta function is `scipy.special.zeta`, not
`scipy.special.zetac`.

I also tweaked the sample parameters and the plot
code so the plot is a bit more informative.
</pre>
</div>
</content>
</entry>
</feed>
