summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2017-01-12 17:15:02 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2017-01-12 17:26:03 +0100
commitf2a47486a4ccaa141ceeb585e24b2be17b359998 (patch)
tree7b53fa045fbf7aa39f5f701a707bc29601bffb84 /doc
parent7a81d6731d7fb85cad5bef859dcf2d89cd1eb323 (diff)
downloadnumpy-f2a47486a4ccaa141ceeb585e24b2be17b359998.tar.gz
DOC: add packbits improvements to release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.13.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst
index eae81f94d..ddb1c8ec2 100644
--- a/doc/release/1.13.0-notes.rst
+++ b/doc/release/1.13.0-notes.rst
@@ -87,6 +87,11 @@ it should be regarded as a band-aid until Mingwpy is fully functional.
.. _issues: https://mingwpy.github.io/issues.html
+Performance improvements for ``packbits`` and ``unpackbits``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The functions ``numpy.packbits`` with boolean input and ``numpy.unpackbits`` have
+been optimized to be a significantly faster for contiguous data.
+
Changes
=======