<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core, branch pr/19857</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>Merge pull request #18884 from seiko2plus/breathe_doxygen</title>
<updated>2021-09-05T04:50:40+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2021-09-05T04:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4af05ea0c88be6120190a70f00094ed764421015'/>
<id>4af05ea0c88be6120190a70f00094ed764421015</id>
<content type='text'>
DOC: Add support for documenting C/C++ via Doxygen &amp; Breathe</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Add support for documenting C/C++ via Doxygen &amp; Breathe</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Small cleanups of includes in *.c files.</title>
<updated>2021-09-03T21:06:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T20:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7653829fa0d409d5850566cda1c031d9fadc1c22'/>
<id>7653829fa0d409d5850566cda1c031d9fadc1c22</id>
<content type='text'>
This puts the following numpy defines at the top of the files before
the includes.

define NPY_NO_DEPRECATED_API NPY_API_VERSION
define _MULTIARRAYMODULE
define _UMATHMODULE

There are also minor cleanups of &lt;...&gt; vs "..." include styles together
with a small fix to the .clang-format file to include "pymem.h" among
the Python supplied headers.

Further cleanups will follow if clang-format is used on the files but
that is not done here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This puts the following numpy defines at the top of the files before
the includes.

define NPY_NO_DEPRECATED_API NPY_API_VERSION
define _MULTIARRAYMODULE
define _UMATHMODULE

There are also minor cleanups of &lt;...&gt; vs "..." include styles together
with a small fix to the .clang-format file to include "pymem.h" among
the Python supplied headers.

Further cleanups will follow if clang-format is used on the files but
that is not done here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19810 from charris/update-some-includes</title>
<updated>2021-09-03T18:27:37+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T18:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=410a89ef04a2d3c50dd2dba2ad403c872c3745ac'/>
<id>410a89ef04a2d3c50dd2dba2ad403c872c3745ac</id>
<content type='text'>
MAINT: Minor include rationalizations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Minor include rationalizations.</pre>
</div>
</content>
</entry>
<entry>
<title>MAIN: Minor include rationalization.</title>
<updated>2021-09-03T16:35:29+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-02T00:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a3e2b7c46d4c4025f4945e3e3ea207a00a63c499'/>
<id>a3e2b7c46d4c4025f4945e3e3ea207a00a63c499</id>
<content type='text'>
- Replace "Python.h" by &lt;Python.h&gt;
- Replace "structmember.h" by &lt;structmember.h&gt;
- Replace &lt;npy_config&gt; by "npy_config"
- Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Replace "Python.h" by &lt;Python.h&gt;
- Replace "structmember.h" by &lt;structmember.h&gt;
- Replace &lt;npy_config&gt; by "npy_config"
- Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19809 from charris/fix-compiler-warnings</title>
<updated>2021-09-03T15:05:31+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-03T15:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=516355fc0cd4f507075abb9df5442ce8a58e6ab3'/>
<id>516355fc0cd4f507075abb9df5442ce8a58e6ab3</id>
<content type='text'>
MAINT: Fix compiler warnings generated by convert_datatype.h.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Fix compiler warnings generated by convert_datatype.h.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19803 from BvB93/is_integer</title>
<updated>2021-09-02T23:01:46+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-02T23:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=630501438a1ce0ac13ad7342dc8614e3f0440392'/>
<id>630501438a1ce0ac13ad7342dc8614e3f0440392</id>
<content type='text'>
 ENH: Add `is_integer` to `np.floating` &amp; `np.integer` </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 ENH: Add `is_integer` to `np.floating` &amp; `np.integer` </pre>
</div>
</content>
</entry>
<entry>
<title>STY: Use a more descriptive variable name</title>
<updated>2021-09-02T19:05:54+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-09-02T19:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=bb3e4077a32078deb31d7c31034303303fc268f4'/>
<id>bb3e4077a32078deb31d7c31034303303fc268f4</id>
<content type='text'>
Co-Authored-By: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Charles Harris &lt;charlesr.harris@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #19815 from mwtoews/maint-ioerror</title>
<updated>2021-09-02T16:28:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-09-02T16:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=95d254027f2fb526fe4c745f330e6fa448a7e4db'/>
<id>95d254027f2fb526fe4c745f330e6fa448a7e4db</id>
<content type='text'>
MAINT: revise OSError aliases (IOError, EnvironmentError)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: revise OSError aliases (IOError, EnvironmentError)</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use custom file-like protocols instead of `typing.IO`</title>
<updated>2021-09-02T14:28:16+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>43369155+BvB93@users.noreply.github.com</email>
</author>
<published>2021-09-02T14:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0275d624cf2d980faca5829c2a4147cf4c8becf7'/>
<id>0275d624cf2d980faca5829c2a4147cf4c8becf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: revise OSError aliases (IOError, EnvironmentError)</title>
<updated>2021-09-02T10:56:43+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-09-02T09:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7ad8ea7b11e3544b133d8b397dd3bbe4833d3308'/>
<id>7ad8ea7b11e3544b133d8b397dd3bbe4833d3308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
