<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/_pyinstaller, 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>MAINT: Move unused import into hook for pyinstaller</title>
<updated>2023-01-20T12:10:36+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-01-20T12:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=99104bd2d0557078d7ea9a590129c87dd63df623'/>
<id>99104bd2d0557078d7ea9a590129c87dd63df623</id>
<content type='text'>
pyinstaller should pack it to allow running the tests, but doesn't
pack the tests themselves and thus doesn't find the `import` statements
that use `numpy.core._multiarray_tests`.

This makes sure that pyinstaller will ship `numpy.core._multiarray_tests`
in any case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pyinstaller should pack it to allow running the tests, but doesn't
pack the tests themselves and thus doesn't find the `import` statements
that use `numpy.core._multiarray_tests`.

This makes sure that pyinstaller will ship `numpy.core._multiarray_tests`
in any case.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove all nose testing support.</title>
<updated>2023-01-19T21:35:44+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-01-19T00:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f75bb0edb0e6eec2564de4bf798242984860a19b'/>
<id>f75bb0edb0e6eec2564de4bf798242984860a19b</id>
<content type='text'>
NumPy switched to using pytest in 2018 and nose has been unmaintained
for many years. We have kept NumPy's nose support to avoid breaking
downstream projects who might have been using it and not yet switched to
pytest or some other testing framework. With the arrival of Python 3.12,
unpatched nose will raise an error. It it time to move on.

Decorators removed

- raises
- slow
- setastest
- skipif
- knownfailif
- deprecated
- parametrize
- _needs_refcount

These are not to be confused with pytest versions with similar names,
e.g., pytest.mark.slow, pytest.mark.skipif, pytest.mark.parametrize.

Functions removed

- Tester
- import_nose
- run_module_suite
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NumPy switched to using pytest in 2018 and nose has been unmaintained
for many years. We have kept NumPy's nose support to avoid breaking
downstream projects who might have been using it and not yet switched to
pytest or some other testing framework. With the arrival of Python 3.12,
unpatched nose will raise an error. It it time to move on.

Decorators removed

- raises
- slow
- setastest
- skipif
- knownfailif
- deprecated
- parametrize
- _needs_refcount

These are not to be confused with pytest versions with similar names,
e.g., pytest.mark.slow, pytest.mark.skipif, pytest.mark.parametrize.

Functions removed

- Tester
- import_nose
- run_module_suite
</pre>
</div>
</content>
</entry>
<entry>
<title>remove 'six' dependency from pyinstaller</title>
<updated>2022-11-24T16:13:25+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-11-24T16:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=52f903c1b7eda45f11fa52dfe00cdb26ca35d159'/>
<id>52f903c1b7eda45f11fa52dfe00cdb26ca35d159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typos found by codespell</title>
<updated>2022-10-07T08:21:11+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-10-07T08:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8551018184e16dc76cadb05cfaf73985105a3293'/>
<id>8551018184e16dc76cadb05cfaf73985105a3293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add hook and test for PyInstaller.</title>
<updated>2022-01-20T20:29:51+00:00</updated>
<author>
<name>bwoodsend</name>
<email>bwoodsend@gmail.com</email>
</author>
<published>2022-01-06T00:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bac9d0e8a21deb9ea28506f6b16f9dcecdef4eaf'/>
<id>bac9d0e8a21deb9ea28506f6b16f9dcecdef4eaf</id>
<content type='text'>
Adding this special hook file tells PyInstaller what files a self contained
NumPy application needs to run. A test is included to verify that the hook still
finds all necessary files.

Closes #17184.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding this special hook file tells PyInstaller what files a self contained
NumPy application needs to run. A test is included to verify that the hook still
finds all necessary files.

Closes #17184.
</pre>
</div>
</content>
</entry>
</feed>
