diff options
-rw-r--r-- | doc/release/1.13.0-notes.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/release/1.13.0-notes.rst b/doc/release/1.13.0-notes.rst index a7a40bbc0..f37ba90ae 100644 --- a/doc/release/1.13.0-notes.rst +++ b/doc/release/1.13.0-notes.rst @@ -1,5 +1,6 @@ +========================== NumPy 1.13.0 Release Notes -************************** +========================== This release supports Python 2.7 and 3.4 - 3.6. @@ -11,6 +12,10 @@ Dropped Support =============== +Deprecations +============ + + Build System Changes ==================== @@ -41,13 +46,10 @@ In an N-dimensional array, the user can now choose the axis along which to look for duplicate N-1-dimensional elements using ``numpy.unique``. The original behaviour is recovered if ``axis=None`` (default). + Improvements ============ Changes ======= - - -Deprecations -============ |