<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/dummymodule.c, branch meson</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>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://git.baserock.org/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>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://git.baserock.org/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>MAINT: Remove Python2 specific C module setup (gh-15231)</title>
<updated>2020-01-03T21:23:52+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-03T21:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1aecb08f99321b72959cc50eb7b47454b613f52'/>
<id>e1aecb08f99321b72959cc50eb7b47454b613f52</id>
<content type='text'>
Dropping the support for python 2, the difference in module setup do not have to be accounted
for anymore. This removes the macros and ifdef's related to module setup code and python 2
support.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropping the support for python 2, the difference in module setup do not have to be accounted
for anymore. This removes the macros and ifdef's related to module setup code and python 2
support.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: silence some build warnings due to missing NO_IMPORT_ARRAY</title>
<updated>2014-01-19T11:04:48+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-01-18T21:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fd9f876ad8af93848bdef49f9baf9115d83acc2c'/>
<id>fd9f876ad8af93848bdef49f9baf9115d83acc2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyMODINIT_FUNC and update docs accordingly.</title>
<updated>2012-09-03T06:53:15+00:00</updated>
<author>
<name>cgohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2012-08-05T21:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ead9e09c5adbc94bfc3c5cc8344089b836cfffd5'/>
<id>ead9e09c5adbc94bfc3c5cc8344089b836cfffd5</id>
<content type='text'>
See https://github.com/scipy/scipy/pull/279
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/scipy/scipy/pull/279
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy_pycompat.h</title>
<updated>2012-07-13T16:03:33+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2012-06-11T20:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=423ddfb0484eecdf825209337b20ec929f038b6f'/>
<id>423ddfb0484eecdf825209337b20ec929f038b6f</id>
<content type='text'>
npy_3kcompat.h is semi-private, so this can be done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
npy_3kcompat.h is semi-private, so this can be done.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to be</title>
<updated>2012-04-06T21:54:30+00:00</updated>
<author>
<name>Mark Wiebe</name>
<email>mwwiebe@gmail.com</email>
</author>
<published>2012-02-05T00:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e1218cc68ddab6b806628877de19394616df04f7'/>
<id>e1218cc68ddab6b806628877de19394616df04f7</id>
<content type='text'>
versioned
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versioned
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix dummy module build.</title>
<updated>2011-08-21T15:08:06+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2011-08-21T15:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=065b34968c9d1e65ab4704f33457b3b8cffb45c2'/>
<id>065b34968c9d1e65ab4704f33457b3b8cffb45c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Disallow deprecated macros in more files.</title>
<updated>2011-07-06T20:57:55+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-07-06T15:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a84257505bfc5436affb3d62da0aac2038d6172e'/>
<id>a84257505bfc5436affb3d62da0aac2038d6172e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Move sorting functions into a library.</title>
<updated>2011-06-17T02:17:43+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2011-06-14T19:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d1155a365d755c5b28c383bd2cd45203a8fa060f'/>
<id>d1155a365d755c5b28c383bd2cd45203a8fa060f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
