diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2009-08-03 17:31:58 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2009-08-03 17:31:58 +0000 |
commit | 6951bcd1d14a391e2ac2c88ea1a65c9973ab5968 (patch) | |
tree | 5034ee7de17d1cffc0b359902c7c2dfafb9512e4 /doc/release | |
parent | 6d91277b97e2dd0fbad849ae38b9ccc26aa17eed (diff) | |
download | numpy-6951bcd1d14a391e2ac2c88ea1a65c9973ab5968.tar.gz |
Clarify logic for nan comparisons.
Some coding style cleanups in arraytypes.c.src.
Add documentation to release notes for 1.4.0.
Add documentation of sort order to the sort docstring.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.4.0-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst index 6a15e318b..e2df0322d 100644 --- a/doc/release/1.4.0-notes.rst +++ b/doc/release/1.4.0-notes.rst @@ -59,6 +59,9 @@ Enhancements Complex numbers with the same nan placements are sorted according to the non-nan part if it exists. + #. The type comparison functions have been made consistent with the new + sort order of nans. Searchsorted now works with sorted arrays + containing nan values. #. Complex division has been made more resistent to overflow. #. Complex floor division has been made more resistent to overflow. |