summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-11-25 15:08:28 -0800
committerGitHub <noreply@github.com>2019-11-25 15:08:28 -0800
commitd051ab51cb552e26a11554e406c092de766f239e (patch)
tree2558d0eff5f46bacec92cf3f754450db664e1fbf /doc/release
parent4de39979cbe26741c01bded893ce0269116c7153 (diff)
parentfc99245b05163dd4f723c886c04174e98650c11b (diff)
downloadnumpy-d051ab51cb552e26a11554e406c092de766f239e.tar.gz
Merge pull request #12658 from tylerjereddy/NaT_sort_order
BUG: NaT now sorts to ends of arrays
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/12658.change.rst5
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.