summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-02-20 23:46:20 +0200
committermattip <matti.picus@gmail.com>2019-02-28 11:43:59 +0200
commit62433284d65a3629a199958da2df3a807c60fab4 (patch)
tree61a822b3dab1edc78eff9019e61dc5e1dd0e607d /numpy/core/fromnumeric.py
parentb9ab1a57b9c7ff9462b8d678bce91274d0ad4d12 (diff)
downloadnumpy-62433284d65a3629a199958da2df3a807c60fab4.tar.gz
DOC: reduce warnings when building, reword, tweak doc building
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index cdb6c4bed..04b1e9fae 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -912,6 +912,7 @@ def sort(a, axis=-1, kind='quicksort', order=None):
data types.
.. versionadded:: 1.17.0
+
Timsort is added for better performance on already or nearly
sorted data. On random data timsort is almost identical to
mergesort. It is now used for stable sort while quicksort is still the