summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Harfouche <mark.harfouche@gmail.com>2023-01-27 12:01:08 -0500
committerMark Harfouche <mark.harfouche@gmail.com>2023-01-27 12:01:36 -0500
commit51cfe4460d65242051c36894a26f47103d3e10f8 (patch)
tree1f355a48f07ede01a3119dc576cb00d7f308e65d
parenta38eb6d9bb5990b70e042c19f2d6daa51d784d6c (diff)
downloadnumpy-51cfe4460d65242051c36894a26f47103d3e10f8.tar.gz
DOC: Add release note for new feature
-rw-r--r--doc/release/upcoming_changes/23113.improvement.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/23113.improvement.rst b/doc/release/upcoming_changes/23113.improvement.rst
new file mode 100644
index 000000000..299b8f762
--- /dev/null
+++ b/doc/release/upcoming_changes/23113.improvement.rst
@@ -0,0 +1,3 @@
+- The ``NDArrayOperatorsMixin`` class now specifies that it contains no
+ ``__slots__`` ensureing that subclasses can now make use of this feature in
+ Python.