summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/17577.compatibility.rst
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-11-27 07:55:36 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-11-27 08:12:20 -0700
commita37b3a82f1abc3e73287883acfd2b06f88a09f13 (patch)
tree20cc1acf844546c4fa72aa8dfe11c78a504bc2af /doc/release/upcoming_changes/17577.compatibility.rst
parent4635c9966f9f9a1bbb775fafc4096fddee8160dd (diff)
downloadnumpy-1.21.0.dev0.tar.gz
MAINT: Update master after 1.20.x branch.v1.21.0.dev0
- Update setup.py - Update pavement.py - Add 1.21.0-note.rst - Update npyconfig.h - Clear release/upcoming_changes
Diffstat (limited to 'doc/release/upcoming_changes/17577.compatibility.rst')
-rw-r--r--doc/release/upcoming_changes/17577.compatibility.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/upcoming_changes/17577.compatibility.rst b/doc/release/upcoming_changes/17577.compatibility.rst
deleted file mode 100644
index d08805607..000000000
--- a/doc/release/upcoming_changes/17577.compatibility.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-poly1d respects the dtype of all-zero argument
-----------------------------------------------
-Previously, constructing an instance of ``poly1d`` with all-zero
-coefficients would cast the coefficients to ``np.float64``.
-This affected the output dtype of methods which construct
-``poly1d`` instances internally, such as ``np.polymul``. \ No newline at end of file