<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/doc/source, branch main</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>DOC: delete out-of-date description of ResultType algorithm</title>
<updated>2023-05-16T17:17:41+00:00</updated>
<author>
<name>Nathan Goldbaum</name>
<email>nathan.goldbaum@gmail.com</email>
</author>
<published>2023-05-16T17:17:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d99683c065209549c5199e41fcd3efb7cd92f55b'/>
<id>d99683c065209549c5199e41fcd3efb7cd92f55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: clarify how inputs of PyArray_ResultType are used</title>
<updated>2023-05-16T15:50:40+00:00</updated>
<author>
<name>Nathan Goldbaum</name>
<email>nathan.goldbaum@gmail.com</email>
</author>
<published>2023-05-16T15:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=630c0895a3d72755a19464682f228170e995b33a'/>
<id>630c0895a3d72755a19464682f228170e995b33a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: rm bool8 from scalars summary page.</title>
<updated>2023-05-12T18:30:05+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2023-05-12T18:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=19be920eadebfbcd53819fb39d8a2e2395a599ee'/>
<id>19be920eadebfbcd53819fb39d8a2e2395a599ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update index.rst</title>
<updated>2023-05-08T10:46:11+00:00</updated>
<author>
<name>DhavalParmar61</name>
<email>53395856+DhavalParmar61@users.noreply.github.com</email>
</author>
<published>2023-05-08T10:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=60df5fe252ea7a260742dd4c0e84294322a8f558'/>
<id>60df5fe252ea7a260742dd4c0e84294322a8f558</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix link to site.cfg.example</title>
<updated>2023-05-02T10:48:18+00:00</updated>
<author>
<name>Dominic Davis-Foster</name>
<email>dominic@davis-foster.co.uk</email>
</author>
<published>2023-05-02T10:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c3876bdd9db8539ce69cc326799bb1187cf79028'/>
<id>c3876bdd9db8539ce69cc326799bb1187cf79028</id>
<content type='text'>
It was using Markdown syntax, but this is a ReStructedText file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was using Markdown syntax, but this is a ReStructedText file.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix return type of `PyArray_EinsteinSum` (#23684)</title>
<updated>2023-04-29T17:23:38+00:00</updated>
<author>
<name>Yuki</name>
<email>drsuaimqjgar@gmail.com</email>
</author>
<published>2023-04-29T17:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4335727271708352df532e077baa3c118a8dd5ed'/>
<id>4335727271708352df532e077baa3c118a8dd5ed</id>
<content type='text'>
The return type `PyArray_EinsteinSum` is `PyArrayObject*`, not
`PyObject*`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return type `PyArray_EinsteinSum` is `PyArrayObject*`, not
`PyObject*`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598</title>
<updated>2023-04-28T11:45:35+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-04-28T11:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f983afd70046e807dd61962800ce147f42ccc457'/>
<id>f983afd70046e807dd61962800ce147f42ccc457</id>
<content type='text'>
BUG: Infer return types for Fortran functions in `f2py`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: Infer return types for Fortran functions in `f2py`</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489)</title>
<updated>2023-04-28T11:16:38+00:00</updated>
<author>
<name>Younes</name>
<email>65843206+Unessam@users.noreply.github.com</email>
</author>
<published>2023-04-28T11:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e0320b7d97be9c1f8de6175553cc4c88d5fd6697'/>
<id>e0320b7d97be9c1f8de6175553cc4c88d5fd6697</id>
<content type='text'>
* DOC: Fixing incorrect sentence - Boolean array indexing #23377

* Update doc/source/user/basics.indexing.rst

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

---------

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Fixing incorrect sentence - Boolean array indexing #23377

* Update doc/source/user/basics.indexing.rst

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

---------

Co-authored-by: Sebastian Berg &lt;sebastian@sipsolutions.net&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23528 from seberg/allow-backcomp-builds</title>
<updated>2023-04-28T11:02:40+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-04-28T11:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=46055823a517d9e53918cb9b4495d05633ff6f35'/>
<id>46055823a517d9e53918cb9b4495d05633ff6f35</id>
<content type='text'>
ENH: Allow, and default to, downstream building with old API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Allow, and default to, downstream building with old API</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #22493 from mwtoews/maint-open</title>
<updated>2023-04-28T08:04:53+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-04-28T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1c9532bb8857551d163517bf0028441c7cd544c8'/>
<id>1c9532bb8857551d163517bf0028441c7cd544c8</id>
<content type='text'>
MAINT: remove redundant open() modes and io.open() alias</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: remove redundant open() modes and io.open() alias</pre>
</div>
</content>
</entry>
</feed>
