8000 DEP: remove deprecated `numpy.dual` module · seiko2plus/numpy@8bdb8c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bdb8c3

Browse files
committed
DEP: remove deprecated numpy.dual module
It has been deprecated since numpy 1.20, and code search engines don't turn up a reason to keep this around. [skip actions] [skip cirrus]
1 parent 94d4f70 commit 8bdb8c3

File tree

5 files changed

+1
-135
lines changed

5 files changed

+1
-135
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* The ``np.dual`` submodule has been removed.

doc/source/reference/routines.dual.rst

Lines changed: 0 additions & 47 deletions
This file was deleted.

doc/source/reference/routines.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ indentation.
2424
routines.ctypeslib
2525
routines.datetime
2626
routines.dtype
27-
routines.dual
2827
routines.emath
2928
routines.err
3029
routines.fft

numpy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
Run numpy unittests
7575
show_config
7676
Show numpy build configuration
77-
dual
78-
Overwrite certain functions with high-performance SciPy tools.
79-
Note: `numpy.dual` is deprecated. Use the functions from NumPy or Scipy
80-
directly instead of importing them from `numpy.dual`.
8177
matlib
8278
Make everything matrices.
8379
__version__

numpy/dual.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0