diff options
author | mattip <matti.picus@gmail.com> | 2019-11-22 11:32:48 -0800 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-22 11:32:48 -0800 |
commit | fc99245b05163dd4f723c886c04174e98650c11b (patch) | |
tree | e108cfbd463c5c21cb00556a655ea3fad7e3f15d | |
parent | c251a51022117fe3a104be8e35b084c7de7205fb (diff) | |
download | numpy-fc99245b05163dd4f723c886c04174e98650c11b.tar.gz |
DOC: add release note
-rw-r--r-- | doc/release/upcoming_changes/12658.change.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/12658.change.rst b/doc/release/upcoming_changes/12658.change.rst new file mode 100644 index 000000000..d150d5e91 --- /dev/null +++ b/doc/release/upcoming_changes/12658.change.rst @@ -0,0 +1,5 @@ +``NaT`` now sorts to the end of arrays +-------------------------------------- +``NaT`` is now effectively treated as the largest integer for sorting +purposes, so that it sorts to the end of arrays. This change is for consistency +with ``NaN`` sorting behavior. |