<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/random/_examples/cython, branch main</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>MAINT: random: remove `get_info` from "extending with Cython" example</title>
<updated>2022-09-11T13:46:39+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2022-09-11T13:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8c0e2bc4746417269c9cca105c729a08a0349a7e'/>
<id>8c0e2bc4746417269c9cca105c729a08a0349a7e</id>
<content type='text'>
xref gh-21431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xref gh-21431
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT, DOC: discard repeated words</title>
<updated>2022-01-13T10:29:51+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-01-13T09:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc'/>
<id>58dbe260a2e41c31f1ab03e1abdb1f01da4c1edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: import setuptools beforew distutils</title>
<updated>2021-11-19T10:28:02+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-11-19T10:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c2269a0608b607248d9b3adcda36b4b6a4c10bd4'/>
<id>c2269a0608b607248d9b3adcda36b4b6a4c10bd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Use lop1p to improve numerical precision</title>
<updated>2021-03-17T14:25:41+00:00</updated>
<author>
<name>Kevin Sheppard</name>
<email>kevin.k.sheppard@gmail.com</email>
</author>
<published>2021-03-17T10:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4572e12e199c2032c159121ae9afd12c3d3d5a5a'/>
<id>4572e12e199c2032c159121ae9afd12c3d3d5a5a</id>
<content type='text'>
Use log1p(-x) instead of log(1 - x)
Seperate legacy version from current

closes #17020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use log1p(-x) instead of log(1 - x)
Seperate legacy version from current

closes #17020
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: simplify source path names in compilation test</title>
<updated>2020-10-27T20:58:06+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-10-27T20:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76d12d3fcabad0371b24753ba7d36ca5b1d61bcf'/>
<id>76d12d3fcabad0371b24753ba7d36ca5b1d61bcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-15463)</title>
<updated>2020-03-16T22:02:06+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-03-16T22:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f2b219647ae6a7928590be2b709894ae2403274'/>
<id>4f2b219647ae6a7928590be2b709894ae2403274</id>
<content type='text'>
xref gh-14778

As pointed out in the comment by @jamesthomasgriffin, we did not include a pxd file to expose the distribution functions documented in the random c-api. This PR adds a c_distributions.pxd file that exposes them.

Squashed commits:

* BUG: add missing c_distributions.pxd to enable cython use of random C-API

* ENH, TST: add npyrandom library like npymath, test cython use of it

* BUG: actually prefix f-string with f

* MAINT: fixes from review, add _bit_generato_bit_generator.pxd

* STY: fixes from review

* BLD: don't use nprandom library for mtrand legacy build

* TST: WindowsPath cannot be used in subprocess's list2cmdline

* MAINT, API: move _bit_generator to bit_generator

* DOC: add release note about moving bit_generator

* DOC, MAINT: fixes from review

* MAINT: redo dtype determination from review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xref gh-14778

As pointed out in the comment by @jamesthomasgriffin, we did not include a pxd file to expose the distribution functions documented in the random c-api. This PR adds a c_distributions.pxd file that exposes them.

Squashed commits:

* BUG: add missing c_distributions.pxd to enable cython use of random C-API

* ENH, TST: add npyrandom library like npymath, test cython use of it

* BUG: actually prefix f-string with f

* MAINT: fixes from review, add _bit_generato_bit_generator.pxd

* STY: fixes from review

* BLD: don't use nprandom library for mtrand legacy build

* TST: WindowsPath cannot be used in subprocess's list2cmdline

* MAINT, API: move _bit_generator to bit_generator

* DOC: add release note about moving bit_generator

* DOC, MAINT: fixes from review

* MAINT: redo dtype determination from review</pre>
</div>
</content>
</entry>
<entry>
<title>convert shebang from python to python3 (#15687)</title>
<updated>2020-03-04T08:22:40+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-03-04T08:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=583901a074dc65145d3d6136ba7dcd02634d680b'/>
<id>583901a074dc65145d3d6136ba7dcd02634d680b</id>
<content type='text'>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: unskip test on win32</title>
<updated>2019-12-27T07:28:25+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-27T07:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af6e61668ac3598daca111e7ed81bcca5e910735'/>
<id>af6e61668ac3598daca111e7ed81bcca5e910735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: use tmp dir and check version for cython test (#15170)</title>
<updated>2019-12-26T15:23:49+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-26T15:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c18b3f59b5f5752ab038224fd3bdf2dadba55ecf'/>
<id>c18b3f59b5f5752ab038224fd3bdf2dadba55ecf</id>
<content type='text'>
* BUG: use tmp dir and check version for cython test

* TST, MAINT: skip on win32, fix formatting

* TST: fixes from review

* TST: fixes from review

* TST: fixes from review
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* BUG: use tmp dir and check version for cython test

* TST, MAINT: skip on win32, fix formatting

* TST: fixes from review

* TST: fixes from review

* TST: fixes from review
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs</title>
<updated>2019-11-22T00:47:30+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-11-21T06:10:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c63f8119afb65e30f837ab7198776854bb92b9b2'/>
<id>c63f8119afb65e30f837ab7198776854bb92b9b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
