<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/src/pcg64, 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>BUG: do not force emulation of 128-bit arithmetic.</title>
<updated>2019-06-28T05:27:55+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2019-06-28T05:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=6e7f42efe7a2e3c9a8222429de94c4fbed98769b'/>
<id>6e7f42efe7a2e3c9a8222429de94c4fbed98769b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix PCG64 ng-&gt;inc.high initialization</title>
<updated>2019-06-26T03:31:09+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-06-26T03:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0897a68a124a18bebcadeb30d92134ea4f049c96'/>
<id>0897a68a124a18bebcadeb30d92134ea4f049c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: use SeedSequence to generate entropy for seeding</title>
<updated>2019-06-25T22:13:48+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-06-25T21:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=efa35e738027dc833c0d02c8b15f41c9cf547749'/>
<id>efa35e738027dc833c0d02c8b15f41c9cf547749</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 intrinsic use on Windows</title>
<updated>2019-06-21T13:50:46+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2019-06-21T13:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e391672443259ebc2c1f31026b877a131f74546e'/>
<id>e391672443259ebc2c1f31026b877a131f74546e</id>
<content type='text'>
Add pragme and include for Windows PCG64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add pragme and include for Windows PCG64
</pre>
</div>
</content>
</entry>
<entry>
<title>PERF: Use intrinsics in Win64-PCG64</title>
<updated>2019-05-30T17:09:34+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2019-05-29T11:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=3e01f891d8e207e0dfe351c1e3d082682435a89b'/>
<id>3e01f891d8e207e0dfe351c1e3d082682435a89b</id>
<content type='text'>
Use intrinsics to speed up PCG64 on Windows 64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use intrinsics to speed up PCG64 on Windows 64
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13657 from rkern/fix/c-underscores</title>
<updated>2019-05-28T22:38:42+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2019-05-28T22:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0190305d9bbd03f347d734356b1dfc45d9f562d8'/>
<id>0190305d9bbd03f347d734356b1dfc45d9f562d8</id>
<content type='text'>
BUG: Avoid leading underscores in C function names.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Avoid leading underscores in C function names.</pre>
</div>
</content>
</entry>
<entry>
<title>PERF: Use intrinsic rotr on Windows</title>
<updated>2019-05-28T17:44:47+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2019-05-28T09: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=b1b7605c68ad9d92295b2fde82f3624b4dac88c7'/>
<id>b1b7605c68ad9d92295b2fde82f3624b4dac88c7</id>
<content type='text'>
Use _rotr64 on Windows to avoid compiler generated rotr instructions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use _rotr64 on Windows to avoid compiler generated rotr instructions
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Avoid leading underscores in C function names.</title>
<updated>2019-05-28T17:27:17+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2019-05-28T17:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e98a48d2d6640ca2a0add0504c3c7d266c4d4523'/>
<id>e98a48d2d6640ca2a0add0504c3c7d266c4d4523</id>
<content type='text'>
They are reserved in the C and POSIX standards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are reserved in the C and POSIX standards.
</pre>
</div>
</content>
</entry>
<entry>
<title>PERF: Reorder header for philox (#34)</title>
<updated>2019-05-27T19:58:35+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>bashtage@users.noreply.github.com</email>
</author>
<published>2019-05-27T10:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9c261e6d617fcb3d58708f10b52dd3ea1eb6e301'/>
<id>9c261e6d617fcb3d58708f10b52dd3ea1eb6e301</id>
<content type='text'>
* PERF: Reorder header for philox

Reorder header so that support uint128 is always used if avilable, irrespective of platform
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PERF: Reorder header for philox

Reorder header so that support uint128 is always used if avilable, irrespective of platform
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "MAINT: Implement API changes for randomgen-derived code"</title>
<updated>2019-05-27T19:58:35+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2019-05-24T09:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=58c0e72854c3f79d3d165d74f2dc721815a38b57'/>
<id>58c0e72854c3f79d3d165d74f2dc721815a38b57</id>
<content type='text'>
This reverts commit 17e0070df93f4262908f884dca4b08cb7d0bba7f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 17e0070df93f4262908f884dca4b08cb7d0bba7f.
</pre>
</div>
</content>
</entry>
</feed>
