summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-06 14:20:51 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-06 14:20:51 -0700
commit318c243ef77cc8fb0c9c714e68a09bc3e05a47b9 (patch)
tree38e4d7c7f15724515a74585febfe1f9ea8257c4d /doc
parent34b4c2f5450046a9a363c395c51412644fb35951 (diff)
parentee1c555d2fe025fd2bb87c87e0673575be90c251 (diff)
downloadnumpy-318c243ef77cc8fb0c9c714e68a09bc3e05a47b9.tar.gz
Merge pull request #6958 from charris/update-1.10.3-notes
DOC: update 1.10.3 release notes.
Diffstat (limited to 'doc')
-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 b9a890d64..77b4d0a58 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
============