<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, branch v1.9.0</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 #5051 from juliantaylor/thread-test-fix</title>
<updated>2014-09-06T12:18:33+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-06T12:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7961485532129e0f431a82ba4ed79b7c809e4bb'/>
<id>c7961485532129e0f431a82ba4ed79b7c809e4bb</id>
<content type='text'>
TST: accept small error in threaded random test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TST: accept small error in threaded random test
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: accept small error in threaded random test</title>
<updated>2014-09-06T11:27:05+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-06T11:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3ea3dece5a5ef586a07310e12236669220eada07'/>
<id>3ea3dece5a5ef586a07310e12236669220eada07</id>
<content type='text'>
freebsd and windows change x87 precision mode (fctrl bit 8 and 9) from
extended to double in child threads so the random numbers cannot be
exactly the same from master and child threads.
see gh-4909
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
freebsd and windows change x87 precision mode (fctrl bit 8 and 9) from
extended to double in child threads so the random numbers cannot be
exactly the same from master and child threads.
see gh-4909
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4937 from charris/pep8-numpy-random</title>
<updated>2014-08-24T20:37:43+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-08-24T20:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4475f1ea7643c08c1ea77d8b872fc5c7ad32bd4f'/>
<id>4475f1ea7643c08c1ea77d8b872fc5c7ad32bd4f</id>
<content type='text'>
Pep8 numpy random
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pep8 numpy random
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix None comparison giving FutureWarning in choice function.</title>
<updated>2014-08-01T01:07:38+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-01T01:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=275b1dd62f125e6a92cc64f69c2ce2154799717a'/>
<id>275b1dd62f125e6a92cc64f69c2ce2154799717a</id>
<content type='text'>
This is in numpy/random/mtrand/mtrand.pyx where the choice function
was using comparisons of the form `None != p`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in numpy/random/mtrand/mtrand.pyx where the choice function
was using comparisons of the form `None != p`.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: PEP8 fixups for numpy/random.</title>
<updated>2014-08-01T01:07:38+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-01T00:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=56471a170eee1c4694cde1889b8532e25f40e5d0'/>
<id>56471a170eee1c4694cde1889b8532e25f40e5d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: document broadcastable lam parameter of poisson</title>
<updated>2014-06-11T19:36:31+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-06-11T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6ec8a1d43737371b5a0899fa33067aff67422640'/>
<id>6ec8a1d43737371b5a0899fa33067aff67422640</id>
<content type='text'>
closes gh-4526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes gh-4526
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimization for pickling random states</title>
<updated>2014-06-02T18:47:35+00:00</updated>
<author>
<name>markdepristo</name>
<email>mdepristo@synapdx.com</email>
</author>
<published>2014-06-02T18:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=41dc794935e6b01ab0427c054e930a23e4429e4a'/>
<id>41dc794935e6b01ab0427c054e930a23e4429e4a</id>
<content type='text'>
-- Addresses https://github.com/numpy/numpy/issues/4763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Addresses https://github.com/numpy/numpy/issues/4763
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: avoid infinite loop for small kappa in vonmises</title>
<updated>2014-05-28T18:11:22+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-05-28T17:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=69e26e54edd3c83fae61e880a102d1b979e2d67d'/>
<id>69e26e54edd3c83fae61e880a102d1b979e2d67d</id>
<content type='text'>
rho results in 0. for kappa &lt; 1.4e-8 whch leads to nans appearing and an
infinite loop.
the second order taylor expansion is more precise up to at least 1e-5.
Closes gh-4720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rho results in 0. for kappa &lt; 1.4e-8 whch leads to nans appearing and an
infinite loop.
the second order taylor expansion is more precise up to at least 1e-5.
Closes gh-4720
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: reject too large seeds to RandomState</title>
<updated>2014-05-15T00:13:34+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-05-05T17:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6b1a1205eac6fe5d162f16155d500765e8bca53c'/>
<id>6b1a1205eac6fe5d162f16155d500765e8bca53c</id>
<content type='text'>
mtrand accepts seeds larger than 32 bit but silently truncates them back
to 32 bit. This can lead to accidentally getting the same random stream
for two different seeds, e.g. 1 and 1 + 2**40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mtrand accepts seeds larger than 32 bit but silently truncates them back
to 32 bit. This can lead to accidentally getting the same random stream
for two different seeds, e.g. 1 and 1 + 2**40.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: mtrand binomial algorithm is different from original paper algorithm</title>
<updated>2014-05-08T14:50:42+00:00</updated>
<author>
<name>Josh Lawrence</name>
<email>Josh.Lawrence@Dynetics.com</email>
</author>
<published>2014-05-08T14:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a2c8da022df3e6e5aca7d186c80a4998abb31942'/>
<id>a2c8da022df3e6e5aca7d186c80a4998abb31942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
