summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-06 14:12:07 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-06 14:12:07 -0700
commitee1c555d2fe025fd2bb87c87e0673575be90c251 (patch)
tree769f7641bdb46f7982a0cd9c7ceddc8a3797f137
parent89dc3cfe0c1ad749b6b7e987883bb3bdddbb7792 (diff)
downloadnumpy-ee1c555d2fe025fd2bb87c87e0673575be90c251.tar.gz
DOC: update 1.10.3 release notes.
[ci skip]
-rw-r--r--doc/release/1.10.3-notes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release/1.10.3-notes.rst b/doc/release/1.10.3-notes.rst
index ae08394b5..67e646a0b 100644
--- a/doc/release/1.10.3-notes.rst
+++ b/doc/release/1.10.3-notes.rst
@@ -7,6 +7,14 @@ bugs in the toolchain we use to generate those files. Hopefully that
problem will be fixed for the next release. In the meantime, we suggest
using one of the providers of windows binaries.
+Compatibility notes
+===================
+
+* The trace function now calls the trace method on subclasses of ndarray,
+ except for matrix, for which the current behavior is preserved. This is
+ to help with the units package of AstroPy and hopefully will not cause
+ problems.
+
Issues Fixed
============