<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/src/mt19937, branch build_test</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>MAINT: Remove unused file</title>
<updated>2020-05-12T21:39:47+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2020-05-05T10:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f7d740c99f31ed2ec826ef7d459b016a556aa178'/>
<id>f7d740c99f31ed2ec826ef7d459b016a556aa178</id>
<content type='text'>
Remove unused file containing the old polynomial representation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused file containing the old polynomial representation.
</pre>
</div>
</content>
</entry>
<entry>
<title>REF: Refactor jump code</title>
<updated>2020-05-12T21:39:47+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2020-05-05T08:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=b79be4888136c43805307c0151068089c68dd43c'/>
<id>b79be4888136c43805307c0151068089c68dd43c</id>
<content type='text'>
Refactor polynomial to be unsigned long array
Remove unused code
Fix md5 calculation on BE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor polynomial to be unsigned long array
Remove unused code
Fix md5 calculation on BE
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Correct loop order in MT19937 jump</title>
<updated>2020-05-12T21:39:47+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2020-05-04T16:52:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3bc2c0daee4f72b3c2decb470b4d0dd4941ce5f9'/>
<id>3bc2c0daee4f72b3c2decb470b4d0dd4941ce5f9</id>
<content type='text'>
Use the original loop order instead of an inverted order

closes #15394
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the original loop order instead of an inverted order

closes #15394
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Implement API changes for randomgen-derived code</title>
<updated>2019-05-20T16:00:34+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-05-13T21:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=17e0070df93f4262908f884dca4b08cb7d0bba7f'/>
<id>17e0070df93f4262908f884dca4b08cb7d0bba7f</id>
<content type='text'>
remove numpy.random.gen, BRNG.generator, pcg*, rand, randn
remove use_mask and Lemire's method, fix benchmarks for PCG removal
convert brng to bitgen (in C) and bit_generator (in python)
convert base R{NG,andom.*} to BitGenerator, fix last commit
randint -&gt; integers, remove rand, randn, random_integers
RandomGenerator -&gt; Generator, more "basic RNG" -&gt; BitGenerator
random_sample -&gt; random, jump -&gt; jumped, resync with randomgen
Remove derived code from entropy
Port over changes accepted in upstream to protect log(0.0) where relevant
fix doctests for jumped, better document choice
Remove Python 2.7 shims
Use NPY_INLINE to simplify
Fix performance.py to work
Renam directory brng to bit_generators
Fix examples wiht new directory structure
Clarify relationship to historical RandomState
Remove references to .generator
Rename xoshiro256/512starstar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove numpy.random.gen, BRNG.generator, pcg*, rand, randn
remove use_mask and Lemire's method, fix benchmarks for PCG removal
convert brng to bitgen (in C) and bit_generator (in python)
convert base R{NG,andom.*} to BitGenerator, fix last commit
randint -&gt; integers, remove rand, randn, random_integers
RandomGenerator -&gt; Generator, more "basic RNG" -&gt; BitGenerator
random_sample -&gt; random, jump -&gt; jumped, resync with randomgen
Remove derived code from entropy
Port over changes accepted in upstream to protect log(0.0) where relevant
fix doctests for jumped, better document choice
Remove Python 2.7 shims
Use NPY_INLINE to simplify
Fix performance.py to work
Renam directory brng to bit_generators
Fix examples wiht new directory structure
Clarify relationship to historical RandomState
Remove references to .generator
Rename xoshiro256/512starstar
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: convert bencmarks to asv format</title>
<updated>2019-05-20T15:45:27+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-04-09T21:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b'/>
<id>c53b2eb729bae1f248a2654dfcfa4a3dd3e2902b</id>
<content type='text'>
remove files that were part of the origal repo
rework randomgen docs to integrate with numpy and fix some links
remove convenience functions, require explicit call to gen.brng
move code out of numpy.random.randomgen into numpy.random
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove files that were part of the origal repo
rework randomgen docs to integrate with numpy and fix some links
remove convenience functions, require explicit call to gen.brng
move code out of numpy.random.randomgen into numpy.random
</pre>
</div>
</content>
</entry>
</feed>
