diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2021-05-11 11:57:53 -0700 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2021-05-11 11:57:53 -0700 |
commit | 2adb6bc36cc61e7bcb1e2244c7be899faaf97f06 (patch) | |
tree | b11bfc5c58dc9616631346657db91d355916a4de /doc | |
parent | 7ef9da0c0fea51597903a154348cdcaf60c8ae36 (diff) | |
download | numpy-2adb6bc36cc61e7bcb1e2244c7be899faaf97f06.tar.gz |
DOC: touchups to release note.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/18963.expired.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/18963.expired.rst b/doc/release/upcoming_changes/18963.expired.rst index b792fe0c8..d93b8a06a 100644 --- a/doc/release/upcoming_changes/18963.expired.rst +++ b/doc/release/upcoming_changes/18963.expired.rst @@ -1 +1,8 @@ -* The class ``PolyBase`` has been removed (deprecated in numpy 1.9.0). Please use use the abstract ``ABCPolyBase`` class instead.
\ No newline at end of file +Remove deprecated ``PolyBase`` and unused ``PolyError`` and ``PolyDomainError`` +------------------------------------------------------------------------------- + +The class ``PolyBase`` has been removed (deprecated in numpy 1.9.0). Please use +the abstract ``ABCPolyBase`` class instead. + +Furthermore, the unused ``PolyError`` and ``PolyDomainError`` exceptions are +removed from the `numpy.polynomial`. |