diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-11-17 00:07:36 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-11-17 00:07:36 -0700 |
commit | 4ef137aba1172ef753b47d9d701b760de13716a3 (patch) | |
tree | 0ec3ea3b8905e768836c150c3894331a24fb92cd | |
parent | 1f90d9110b0072a8e3b4a7e5e51ef863ee758c09 (diff) | |
download | numpy-4ef137aba1172ef753b47d9d701b760de13716a3.tar.gz |
DOC: Update 1.13.0 release notes.
Change markup of title so that it works properly on the Github releases
page.
[ci skip]
-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 -============ |