<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/mtrand, 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>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>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>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>
<entry>
<title>DOC: merge wiki changes for numpy.random and regenerate mtrand.c</title>
<updated>2011-03-02T05:24:00+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2011-03-02T04:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f059c6757a3a3b7daa423d5b961cfa2eaa171bfc'/>
<id>f059c6757a3a3b7daa423d5b961cfa2eaa171bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Ticket #1690, fix overflow error in randint. Slightly modified from the</title>
<updated>2011-01-24T22:23:48+00:00</updated>
<author>
<name>Justin Peel</name>
<email>jpscipy@gmail.com</email>
</author>
<published>2011-01-24T21:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b7fbd3290e956dc1f9a8f9b99b777d22e9b5e2ce'/>
<id>b7fbd3290e956dc1f9a8f9b99b777d22e9b5e2ce</id>
<content type='text'>
original by committer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
original by committer.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Merge wiki changes for RandomState as far as possible. Closes #1503.</title>
<updated>2010-07-26T14:06:51+00:00</updated>
<author>
<name>rgommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2010-07-26T14:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dc3aa189d6941c628fe493c78cf471b2a1cc5ba9'/>
<id>dc3aa189d6941c628fe493c78cf471b2a1cc5ba9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: core: use PyCapsule objects only on Python &gt;= 3.0, stay with PyCObjects on Python 2.x</title>
<updated>2010-07-17T15:15:15+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-07-17T15:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6f20d1e7650fbb3ad61855ca5d85dff0aafe2f72'/>
<id>6f20d1e7650fbb3ad61855ca5d85dff0aafe2f72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: random: strip absolute paths from generated mtrand.c line number comments; they just add unnecessary noise to the changesets</title>
<updated>2010-07-09T08:12:04+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-07-09T08:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2f15b16db2ef171d8730f76f6c97b6f67983255a'/>
<id>2f15b16db2ef171d8730f76f6c97b6f67983255a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GEN: random: Regenerate mtrand.c</title>
<updated>2010-07-09T08:11:54+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-07-09T08:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=20bd63ef9dc31f6982e851b9142a7c5c60ac76cd'/>
<id>20bd63ef9dc31f6982e851b9142a7c5c60ac76cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
