<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/tests, branch dependabot/pip/gitpython-3.1.14</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>TST: Add `numpy.typing.mypy_plugin` to the list of public modules</title>
<updated>2020-12-22T16:24:04+00:00</updated>
<author>
<name>Bas van Beek</name>
<email>b.f.van.beek@vu.nl</email>
</author>
<published>2020-11-25T12:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fd17d1eb73b93facafac84ecc24f3117de5247b4'/>
<id>fd17d1eb73b93facafac84ecc24f3117de5247b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Doc for deprecate_with_doc (#17852)</title>
<updated>2020-12-17T18:08:22+00:00</updated>
<author>
<name>kumudlakara</name>
<email>55556183+kumudlakara@users.noreply.github.com</email>
</author>
<published>2020-12-17T18:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5b63f260933672b7182daf4fb15ffcd15bae68bf'/>
<id>5b63f260933672b7182daf4fb15ffcd15bae68bf</id>
<content type='text'>
* Add doc for deprecate_with_doc

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add doc for deprecate_with_doc

Co-authored-by: Bas van Beek &lt;43369155+BvB93@users.noreply.github.com&gt;
Co-authored-by: Matti Picus &lt;matti.picus@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Warn when reloading numpy or using numpy in sub-interpreter</title>
<updated>2020-12-15T18:39:47+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-05-14T19:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=7628292e005fd3d6faf1b77434d2224921d49ad8'/>
<id>7628292e005fd3d6faf1b77434d2224921d49ad8</id>
<content type='text'>
This adds a warning when the main NumPy module is reloaded
with the assumption that in this case objects such as `np.matrix`,
`np._NoValue` or exceptions may be cached internally.

It also gives a warning when NumPy is imported in a sub-interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a warning when the main NumPy module is reloaded
with the assumption that in this case objects such as `np.matrix`,
`np._NoValue` or exceptions may be cached internally.

It also gives a warning when NumPy is imported in a sub-interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Use versioneer to manage numpy versions.</title>
<updated>2020-12-08T17:25:28+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-12-02T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad'/>
<id>40fd17e3a2418d54284b53dbcf2ba72dbfbb58ad</id>
<content type='text'>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.

See https://github.com/python-versioneer/python-versioneer/ for more
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add support for fujitsu compiler to numpy. (#17792)</title>
<updated>2020-12-03T13:01:43+00:00</updated>
<author>
<name>Tomoki, Karatsu</name>
<email>49965247+t-karatsu@users.noreply.github.com</email>
</author>
<published>2020-12-03T13:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4950fd10e678faea859fc8d8bd5d7ea9df2007b1'/>
<id>4950fd10e678faea859fc8d8bd5d7ea9df2007b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17122 from charris/cleanup-f2py-versioning</title>
<updated>2020-11-28T13:22:14+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2020-11-28T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c2b9d20cd6a8d28785972bd883f11d1a7fc3a8fa'/>
<id>c2b9d20cd6a8d28785972bd883f11d1a7fc3a8fa</id>
<content type='text'>
MAINT: Use numpy version for f2py version.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: Use numpy version for f2py version.</pre>
</div>
</content>
</entry>
<entry>
<title>Change string to f-string</title>
<updated>2020-10-23T18:56:18+00:00</updated>
<author>
<name>Jakob</name>
<email>jakobjakobson13@posteo.de</email>
</author>
<published>2020-10-23T18:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=54d8c9f50228da85f79755e2891a368e572425ad'/>
<id>54d8c9f50228da85f79755e2891a368e572425ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #17344 from danbeibei/master</title>
<updated>2020-10-09T19:07:54+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-10-09T19:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=328135c3a355baed063a1ccbb224c9dc1b71a464'/>
<id>328135c3a355baed063a1ccbb224c9dc1b71a464</id>
<content type='text'>
ENH: Support for the NVIDIA HPC SDK nvfortran compiler</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Support for the NVIDIA HPC SDK nvfortran compiler</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add support for the NVIDIA HPC SDK fortran compiler</title>
<updated>2020-09-22T08:02:52+00:00</updated>
<author>
<name>Daniel Vanzo</name>
<email>daniel.vanzo@external.total.com</email>
</author>
<published>2020-09-18T08:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e1c109910e6f78fce17099c5cbdebd08867b1d8b'/>
<id>e1c109910e6f78fce17099c5cbdebd08867b1d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Move typing tests</title>
<updated>2020-09-07T19:24:20+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-07-10T23:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e97d91325567cacc64fe5112a4b933b425f4aee8'/>
<id>e97d91325567cacc64fe5112a4b933b425f4aee8</id>
<content type='text'>
Move them into a new `numpy/typing/tests directory`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move them into a new `numpy/typing/tests directory`
</pre>
</div>
</content>
</entry>
</feed>
