<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/src/pcg64, branch main</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>BLD: add back stdlib.h include in pcg64.h</title>
<updated>2022-09-11T05:22:06+00:00</updated>
<author>
<name>Christoph Reiter</name>
<email>reiter.christoph@gmail.com</email>
</author>
<published>2022-09-11T05:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=80c75e370b77296965ed571eb3bd30b316d2efd8'/>
<id>80c75e370b77296965ed571eb3bd30b316d2efd8</id>
<content type='text'>
This seems to have been removed by accident in #21887
stdlib.h is required for _rotr64() further down.

Fixes:
  error: call to undeclared function '_rotr64'; ISO C99 and later do not support
  implicit function declarations [-Wimplicit-function-declaration]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to have been removed by accident in #21887
stdlib.h is required for _rotr64() further down.

Fixes:
  error: call to undeclared function '_rotr64'; ISO C99 and later do not support
  implicit function declarations [-Wimplicit-function-declaration]
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: drop support for msvc&lt;=1900 and Interix (#22139)</title>
<updated>2022-08-19T19:12:50+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-08-19T19:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=17d730ae32f5f60c9c2ca75d202b4e866debd686'/>
<id>17d730ae32f5f60c9c2ca75d202b4e866debd686</id>
<content type='text'>
[ci skip]

Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]

Co-authored-by: h-vetinari &lt;h.vetinari@gmx.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Allow GCC compile on mingw-w64-based systems</title>
<updated>2022-06-29T22:20:23+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2022-06-29T22:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=467be385f57cfdf373ba076836054fee3a8218ca'/>
<id>467be385f57cfdf373ba076836054fee3a8218ca</id>
<content type='text'>
Macro `__MINGW32__` always defined for Mingw-w64 compilers (32- or
64-bit):

https://sourceforge.net/p/predef/wiki/Compilers/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Macro `__MINGW32__` always defined for Mingw-w64 compilers (32- or
64-bit):

https://sourceforge.net/p/predef/wiki/Compilers/
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Correct incorrect advance in PCG with emulated int128</title>
<updated>2021-10-06T22:23:14+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-10-06T08:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=401b26e880117ae5bc72b84a7fd267e999f99aa1'/>
<id>401b26e880117ae5bc72b84a7fd267e999f99aa1</id>
<content type='text'>
Correct incorrect implemetation of carry in PCG64 and PCG64DXSM
when advancing more than 2**64 steps

closes #20048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct incorrect implemetation of carry in PCG64 and PCG64DXSM
when advancing more than 2**64 steps

closes #20048
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: manually inline code for performance.</title>
<updated>2021-05-07T19:22:28+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2021-05-07T19:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9bb6a0c202e8c72b3b388ef35312ad8fda391e80'/>
<id>9bb6a0c202e8c72b3b388ef35312ad8fda391e80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Wrong logic for Windows</title>
<updated>2021-05-05T02:12:20+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2021-05-05T02:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d82ef187439081088ab606da712628959e711a3c'/>
<id>d82ef187439081088ab606da712628959e711a3c</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 the emulated 128-bit math for PCG64DXSM</title>
<updated>2021-05-05T01:33:15+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2021-05-05T01:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a1142e3761d152df7e34ad5ad4d9276661b84f71'/>
<id>a1142e3761d152df7e34ad5ad4d9276661b84f71</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 PCG64DXSM implementation.</title>
<updated>2021-05-04T05:16:04+00:00</updated>
<author>
<name>Robert Kern</name>
<email>robert.kern@gmail.com</email>
</author>
<published>2021-05-04T05:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1cb1f67429997e894c32c3e7484c0bb29324390b'/>
<id>1cb1f67429997e894c32c3e7484c0bb29324390b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Enable Werror=undef in travis</title>
<updated>2020-11-17T22:03:44+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2020-11-17T08:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=cba1d6f1cab31b1dca0e7ec7e6ee40ead786ca08'/>
<id>cba1d6f1cab31b1dca0e7ec7e6ee40ead786ca08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
