diff options
| author | Sebastian Berg <sebastianb@nvidia.com> | 2023-04-12 12:14:33 +0200 |
|---|---|---|
| committer | Sebastian Berg <sebastianb@nvidia.com> | 2023-04-12 12:26:48 +0200 |
| commit | 569f7bc692aab41014ddc683c06e84e1bc276305 (patch) | |
| tree | 7e1b490fe442d71fb9bcf01eb797bfebcaac16d6 /numpy/tests | |
| parent | 868a53b6725da70d408eb60b93a6f248cdd4b880 (diff) | |
| download | numpy-569f7bc692aab41014ddc683c06e84e1bc276305.tar.gz | |
MAINT: Move module to be `np.dtypes` and add release note
Diffstat (limited to 'numpy/tests')
| -rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index add444558..eaa89aa6f 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -136,6 +136,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "doc", "doc.constants", "doc.ufuncs", + "dtypes", "exceptions", "f2py", "fft", @@ -160,7 +161,6 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "random", "testing", "testing.overrides", - "types", "typing", "typing.mypy_plugin", "version", |
