Skip to content

Commit

Permalink
Merge pull request numpy#7739 from embray/doc/6430
Browse files Browse the repository at this point in the history
DOC: Mention the changes of numpy#6430 in the release notes.
  • Loading branch information
charris authored Jun 13, 2016
2 parents 541fd50 + abbf794 commit fd946f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/release/1.12.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ longer grow without bounds. They have been replaced with LRU (least recently
used) caches that automatically evict no longer needed items if either the
memory size or item count limit has been reached.

Improved handling of zero-width string/unicode dtypes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixed several interfaces that explicitly disallowed arrays with zero-width
string dtypes (i.e. ``dtype('S0')`` or ``dtype('U0')``, and fixed several
bugs where such dtypes were not handled properly. In particular, changed
``ndarray.__new__`` to not implicitly convert ``dtype('S0')`` to
``dtype('S1')`` (and likewise for unicode) when creating new arrays.


Changes
=======
Expand Down

0 comments on commit fd946f0

Please sign in to comment.