diff options
author | Holly Corbett <holly.corbett.de@gmail.com> | 2021-05-10 09:51:19 +0200 |
---|---|---|
committer | Holly Corbett <holly.corbett.de@gmail.com> | 2021-05-10 10:05:23 +0200 |
commit | 7ef9da0c0fea51597903a154348cdcaf60c8ae36 (patch) | |
tree | a8bdb07e7dbf63af4c475298d0cf77539854caae /doc | |
parent | 76097abea70b5f58301493d57016713d3bef4edb (diff) | |
download | numpy-7ef9da0c0fea51597903a154348cdcaf60c8ae36.tar.gz |
DEP: Remove PolyBase from np.polynomial.polyutils
Note removal in release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/18963.expired.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18963.expired.rst b/doc/release/upcoming_changes/18963.expired.rst new file mode 100644 index 000000000..b792fe0c8 --- /dev/null +++ b/doc/release/upcoming_changes/18963.expired.rst @@ -0,0 +1 @@ +* 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 |