<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/src/distributions, branch dependabot/pip/gitpython-3.1.14</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>CLN: Move to legacy function</title>
<updated>2021-02-26T18:42:51+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-26T18:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=aa529592b33262bb9fdd73df3b493a3d3cf2e392'/>
<id>aa529592b33262bb9fdd73df3b493a3d3cf2e392</id>
<content type='text'>
Avoid conditional compilation and move old version to legacy_vonmises
Small clean up
Additional comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid conditional compilation and move old version to legacy_vonmises
Small clean up
Additional comments
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Prevent RandomState from changing</title>
<updated>2021-02-26T14:50:28+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-26T13:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=79c30300390c267bacb5297f36c1e9605bca8f2c'/>
<id>79c30300390c267bacb5297f36c1e9605bca8f2c</id>
<content type='text'>
Apply vonmises fix only to Generator
Add tests for correctness

closes #17378
closes #17275
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply vonmises fix only to Generator
Add tests for correctness

closes #17378
closes #17275
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed style and added check for bounds in [-pi,pi] interval.</title>
<updated>2021-02-26T11:35:53+00:00</updated>
<author>
<name>Raúl Montón Pinillos</name>
<email>raul_m_p@me.com</email>
</author>
<published>2020-09-26T21:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f26a7d202a7136c0750356f7ec6c148d67a5927e'/>
<id>f26a7d202a7136c0750356f7ec6c148d67a5927e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Von Mises distribution for big values of kappa by falling back to a normal distribution (which the von mises distribution converges to).</title>
<updated>2021-02-26T11:35:53+00:00</updated>
<author>
<name>Raúl Montón Pinillos</name>
<email>raul_m_p@me.com</email>
</author>
<published>2020-09-26T17:37:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b16dc4ad63ca02e5a3d88689fddc48159d297abd'/>
<id>b16dc4ad63ca02e5a3d88689fddc48159d297abd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Correct code producing warnings</title>
<updated>2021-02-18T16:39:36+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-02-17T11:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e2467e463d7f0c7fe01ef33311d007f7182a0cf7'/>
<id>e2467e463d7f0c7fe01ef33311d007f7182a0cf7</id>
<content type='text'>
Cast to avoid warnings
Correct function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cast to avoid warnings
Correct function
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237)</title>
<updated>2020-05-19T13:39:37+00:00</updated>
<author>
<name>Elia Franzella</name>
<email>eliafranzella@live.it</email>
</author>
<published>2020-05-19T13:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d329a66dbb9710aefd03cce6a8b0f46da51490ca'/>
<id>d329a66dbb9710aefd03cce6a8b0f46da51490ca</id>
<content type='text'>
Most compilers should optimize it, but it doesn't hurt to inline and has a better name
now.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most compilers should optimize it, but it doesn't hurt to inline and has a better name
now.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: random: Add assert() statements.</title>
<updated>2020-04-26T21:19:05+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2020-04-26T20:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1ded86d35efcc6516083840497b558247b263cfb'/>
<id>1ded86d35efcc6516083840497b558247b263cfb</id>
<content type='text'>
Assert that an invalid value (2**n-1 for n = 8, 16, 32, 64) has not
been passed to the Lemire function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assert that an invalid value (2**n-1 for n = 8, 16, 32, 64) has not
been passed to the Lemire function.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: random: Generator.integers(2**32) always returned 0.</title>
<updated>2020-04-26T20:43:03+00:00</updated>
<author>
<name>Warren Weckesser</name>
<email>warren.weckesser@gmail.com</email>
</author>
<published>2020-04-25T16:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e8b84012463927a1fc9c5a236ce7c4ab4a7effaa'/>
<id>e8b84012463927a1fc9c5a236ce7c4ab4a7effaa</id>
<content type='text'>
When the input to Generator.integers was 2**32, the value 2**32-1
was being passed as the `rng` argument to the 32-bit Lemire method,
but that method requires `rng` be strictly less then 2**32-1.

The fix was to handle 2**32-1 by calling next_uint32 directly.
This also works for the legacy code without changing the stream
of random integers from `randint`.

Closes gh-16066.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the input to Generator.integers was 2**32, the value 2**32-1
was being passed as the `rng` argument to the 32-bit Lemire method,
but that method requires `rng` be strictly less then 2**32-1.

The fix was to handle 2**32-1 by calling next_uint32 directly.
This also works for the legacy code without changing the stream
of random integers from `randint`.

Closes gh-16066.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: use 0.3.7 release version, add dependency on libgfortran5</title>
<updated>2020-01-17T07:27:38+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-01-13T19:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=879d0e43a0509641084a4286bf3159f1d54180d8'/>
<id>879d0e43a0509641084a4286bf3159f1d54180d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API, DOC: change names to multivariate_hypergeometric, improve docs</title>
<updated>2019-12-04T06:52:49+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-04T05:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=47fbdc1f8c9ed7ec79dfc7cdbb1affd453e84997'/>
<id>47fbdc1f8c9ed7ec79dfc7cdbb1affd453e84997</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
