<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random, branch v1.6.2</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>TST: for numpy.random test, back off test precision a little.</title>
<updated>2012-05-19T13:13:13+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2012-05-19T13:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5982e1b33d25e029429f52f181a868b70067b3b0'/>
<id>5982e1b33d25e029429f52f181a868b70067b3b0</id>
<content type='text'>
This test was reported to be failing once for 1.6.2rc1, test precision may be
set slightly too agressive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test was reported to be failing once for 1.6.2rc1, test precision may be
set slightly too agressive.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: PR #227, Use npy_intp instead of long in mtrand.</title>
<updated>2012-05-01T21:48:07+00:00</updated>
<author>
<name>cgohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2012-03-05T23:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=862cc3b128e252294d7714cc89f638d2c5ed0c87'/>
<id>862cc3b128e252294d7714cc89f638d2c5ed0c87</id>
<content type='text'>
This fixes a problem on 64 bit Windows where a 64 bit index is
needed but long is only 32 bits.

Regenerate mtrand.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a problem on 64 bit Windows where a 64 bit index is
needed but long is only 32 bits.

Regenerate mtrand.c
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801.</title>
<updated>2011-04-22T18:12:31+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-04-22T17:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7bb23a7ee6d48c58c8d35d9df5ec90f0bf2100bd'/>
<id>7bb23a7ee6d48c58c8d35d9df5ec90f0bf2100bd</id>
<content type='text'>
Thanks to Christoph Gohlke for the patch.
(backport of 137ec8e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Christoph Gohlke for the patch.
(backport of 137ec8e)
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: lower precision for one more test in random. Closes #1768. Again.</title>
<updated>2011-04-01T19:24:06+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-04-01T19:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bf655d0fa730eed168431bd9dbde054c99cd4b79'/>
<id>bf655d0fa730eed168431bd9dbde054c99cd4b79</id>
<content type='text'>
(backport of 689b68c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(backport of 689b68c)
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: lower precision of lognormal test a little more. Closes #1768.</title>
<updated>2011-03-16T02:44:23+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-16T02:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5ee9804dd299899a75659aea9b989a0a3ddf996e'/>
<id>5ee9804dd299899a75659aea9b989a0a3ddf996e</id>
<content type='text'>
Thanks to Mark Sienkiewicz for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Mark Sienkiewicz for testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Some tests in random module were failing on RHEL4 due to too high precision.</title>
<updated>2011-03-15T02:35:39+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-15T02:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cb063b26ff6aa7ae6127d763d97e737b5bc819ed'/>
<id>cb063b26ff6aa7ae6127d763d97e737b5bc819ed</id>
<content type='text'>
It is not yet confirmed this is the right precision, since I don't have an
RHEL4 test machine. Changing this anyway for 1.6.0 beta 1.

See ticket 1768.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not yet confirmed this is the right precision, since I don't have an
RHEL4 test machine. Changing this anyway for 1.6.0 beta 1.

See ticket 1768.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test.</title>
<updated>2011-03-11T10:06:01+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-11T10:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=082903ecc89afe2512f7cab34b6d2b75b44a51c2'/>
<id>082903ecc89afe2512f7cab34b6d2b75b44a51c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CYT: Regenerate mtrand.c file.</title>
<updated>2011-03-10T17:23:43+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-03-10T17:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1e5760a2a80c8c0e4847326f23ba566ed00e94c'/>
<id>e1e5760a2a80c8c0e4847326f23ba566ed00e94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add test for poisson exceptions.</title>
<updated>2011-03-10T17:23:43+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-03-10T17:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=df09a3feb85079eadb91a5d200494ee3de721c56'/>
<id>df09a3feb85079eadb91a5d200494ee3de721c56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add check for maximum average allowed in poisson rng. Original</title>
<updated>2011-03-10T17:23:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-03-10T04:17:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8cd4faaa0ec7b35b804633bacbbd959180309efe'/>
<id>8cd4faaa0ec7b35b804633bacbbd959180309efe</id>
<content type='text'>
implementation due to olsonse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implementation due to olsonse.
</pre>
</div>
</content>
</entry>
</feed>
