<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/tests, 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 module to be `np.dtypes` and add release note</title>
<updated>2023-04-12T10:26:48+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-04-12T10:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=569f7bc692aab41014ddc683c06e84e1bc276305'/>
<id>569f7bc692aab41014ddc683c06e84e1bc276305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Add `numpy.types` module and fill it with DType classes</title>
<updated>2023-04-12T10:21:41+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-03-07T17:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03e5cf0b5697957c3f8345ed09a3662494633e7e'/>
<id>03e5cf0b5697957c3f8345ed09a3662494633e7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove numpy.dual from API check</title>
<updated>2023-03-29T00:34:04+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-03-29T00:34:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d3d6da4be8e456809b5f26ec9cf0a60c17c785f2'/>
<id>d3d6da4be8e456809b5f26ec9cf0a60c17c785f2</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 #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2</title>
<updated>2023-03-06T07:59:44+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2023-03-06T07:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde'/>
<id>b4f6b0b9d2af3e5a7ed0bfb51c8d692298bc2dde</id>
<content type='text'>
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.</title>
<updated>2023-03-02T08:32:23+00:00</updated>
<author>
<name>yamadafuyuka</name>
<email>yamada.fuyuka@jp.fuijitsu.com</email>
</author>
<published>2022-12-28T03:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fccb005a6c995923d47aeda4e71a1d2a4a07f703'/>
<id>fccb005a6c995923d47aeda4e71a1d2a4a07f703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: xfail api entry point test when building with meson</title>
<updated>2023-02-22T18:37:03+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2023-02-22T15:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da6eeb81d26d2c9e4d3870828add330cd5e602a4'/>
<id>da6eeb81d26d2c9e4d3870828add330cd5e602a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Meson `__config__` generation (#22769)</title>
<updated>2023-01-24T10:19:43+00:00</updated>
<author>
<name>Ganesh Kathiresan</name>
<email>ganesh3597@gmail.com</email>
</author>
<published>2023-01-24T10:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=04823c1a95e23c55432a78c7c7414c040279c2e1'/>
<id>04823c1a95e23c55432a78c7c7414c040279c2e1</id>
<content type='text'>
Add functionality to autogenerate build information for a Meson-based build.

In order to add new information, do the following:
- Add the information as an argument in `numpy/meson.build`
- Modify `__config__.py.in` to accept the new argument

Note that SIMD information is added to config, but is WIP/empty,
because  `__cpu*` lists are not yet populated as meson does not build
SIMD features yet.

There are two display modes:

    - `stdout`: Uses `PyYaml` to display in a human friendly
       format. Uses `json` if `PyYaml` is not installed
    - `dicts`: Returns a `dict` object

Things will work fine without `pyyaml` installed, an unobtrusive
warning is displayed that the printed output will look better
with `pyyaml`.

[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add functionality to autogenerate build information for a Meson-based build.

In order to add new information, do the following:
- Add the information as an argument in `numpy/meson.build`
- Modify `__config__.py.in` to accept the new argument

Note that SIMD information is added to config, but is WIP/empty,
because  `__cpu*` lists are not yet populated as meson does not build
SIMD features yet.

There are two display modes:

    - `stdout`: Uses `PyYaml` to display in a human friendly
       format. Uses `json` if `PyYaml` is not installed
    - `dicts`: Returns a `dict` object

Things will work fine without `pyyaml` installed, an unobtrusive
warning is displayed that the printed output will look better
with `pyyaml`.

[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: Remove the deprecated utils.py shim.</title>
<updated>2023-01-22T00:06:44+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2023-01-21T22:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d62280de7b4d7e0da26cbe3342ad85ed7562ef5b'/>
<id>d62280de7b4d7e0da26cbe3342ad85ed7562ef5b</id>
<content type='text'>
The shim has been deprecated since 2019, the proper place to import
utils funtions is directly from numpy.testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The shim has been deprecated since 2019, the proper place to import
utils funtions is directly from numpy.testing.
</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>TST: ignore more np.distutils.log imports</title>
<updated>2022-12-19T13:15:07+00:00</updated>
<author>
<name>Ben Greiner</name>
<email>code@bnavigator.de</email>
</author>
<published>2022-12-19T13:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2df41fd07ac43d97c2dfb3c038947d53b82cd4eb'/>
<id>2df41fd07ac43d97c2dfb3c038947d53b82cd4eb</id>
<content type='text'>
Ignore two more modules from np.distutils.log found by
test_public_api.py::test_all_modules_are_expected_2
Closes #22827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore two more modules from np.distutils.log found by
test_public_api.py::test_all_modules_are_expected_2
Closes #22827
</pre>
</div>
</content>
</entry>
</feed>
