Skip to content

Commit

Permalink
DEP: remove deprecated numpy.dual module
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
rgommers committed Mar 28, 2023
1 parent 94d4f70 commit 8bdb8c3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 135 deletions.
1 change: 1 addition & 0 deletions doc/release/upcoming_changes/23480.expired.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* The ``np.dual`` submodule has been removed.
47 changes: 0 additions & 47 deletions doc/source/reference/routines.dual.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/reference/routines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ indentation.
routines.ctypeslib
routines.datetime
routines.dtype
routines.dual
routines.emath
routines.err
routines.fft
Expand Down
4 changes: 0 additions & 4 deletions numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
Run numpy unittests
show_config
Show numpy build configuration
dual
Overwrite certain functions with high-performance SciPy tools.
Note: `numpy.dual` is deprecated. Use the functions from NumPy or Scipy
directly instead of importing them from `numpy.dual`.
matlib
Make everything matrices.
__version__
Expand Down
83 changes: 0 additions & 83 deletions numpy/dual.py

This file was deleted.

0 comments on commit 8bdb8c3

Please sign in to comment.