Skip to content

Commit

Permalink
Merge pull request #16922 from charris/prepare-1.19.1
Browse files Browse the repository at this point in the history
REL: Prepare for NumPy 1.19.1 release
  • Loading branch information
charris committed Jul 21, 2020
2 parents ec78573 + f622acd commit e57f23c
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Expand Up @@ -66,6 +66,7 @@ Christoph Gohlke <cgohlke@uci.edu> cgholke <?@?>
Christoph Gohlke <cgohlke@uci.edu> cgohlke <cgohlke@uci.edu>
Christoph Gohlke <cgohlke@uci.edu> Christolph Gohlke <cgohlke@uci.edu>
Chunlin Fang <fangchunlin@huawei.com> Qiyu8 <fangchunlin@huawei.com>
Chunlin Fang <fangchunlin@huawei.com> Chunlin <fangchunlin@huawei.com>
Colin Snyder <47012605+colinsnyder@users.noreply.github.com> colinsnyder <47012605+colinsnyder@users.noreply.github.com>
Daniel B Allan <daniel.b.allan@gmail.com> danielballan <daniel.b.allan@gmail.com>
Daniel da Silva <mail@danieldasilva.org> Daniel da Silva <daniel@meltingwax.net>
Expand Down Expand Up @@ -95,6 +96,7 @@ Erik M. Bray <erik.bray@lri.fr> Erik Bray <erik.m.bray@gmail.com>
Eric Fode <ericfode@gmail.com> Eric Fode <ericfode@linuxlaptop.(none)>
Eric Quintero <eric.antonio.quintero@gmail.com> e-q <eric.antonio.quintero@gmail.com>
Ernest N. Mamikonyan <ernest.mamikonyan@gmail.com> mamikony <ernest.mamikonyan@sig.com>
Etienne Guesnet <etienne.guesnet.external@atos.net> EGuesnet <51407514+EGuesnet@users.noreply.github.com>
Evgeni Burovski <evgeny.burovskiy@gmail.com> Evgeni Burovski <evgeni@burovski.me>
Evgeny Toder <evgeny.toder@jpmorgan.com> eltjpm <evgeny.toder@jpmorgan.com>
Fernando Perez <Fernando.Perez@berkeley.edu> Fernando Perez <fperez@fperez.org>
Expand Down
3 changes: 1 addition & 2 deletions doc/changelog/1.19.0-changelog.rst
Expand Up @@ -2,7 +2,7 @@
Contributors
============

A total of 126 people contributed to this release. People with a "+" by their
A total of 125 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Alex Henrie
Expand All @@ -24,7 +24,6 @@ names contributed a patch for the first time.
* Chris Barker
* Chris Holland +
* Christian Kastner +
* Chunlin +
* Chunlin Fang +
* Damien Caliste +
* Dan Allan
Expand Down
53 changes: 53 additions & 0 deletions doc/changelog/1.19.1-changelog.rst
@@ -0,0 +1,53 @@

Contributors
============

A total of 15 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Abhinav Reddy +
* Anirudh Subramanian
* Antonio Larrosa +
* Charles Harris
* Chunlin Fang
* Eric Wieser
* Etienne Guesnet +
* Kevin Sheppard
* Matti Picus
* Raghuveer Devulapalli
* Roman Yurchak
* Ross Barnowski
* Sayed Adel
* Sebastian Berg
* Tyler Reddy

Pull requests merged
====================

A total of 25 pull requests were merged for this release.

* `#16649 <https://github.com/numpy/numpy/pull/16649>`__: MAINT, CI: disable Shippable cache
* `#16652 <https://github.com/numpy/numpy/pull/16652>`__: MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.
* `#16654 <https://github.com/numpy/numpy/pull/16654>`__: REL: Fix outdated docs link
* `#16656 <https://github.com/numpy/numpy/pull/16656>`__: BUG: raise IEEE exception on AIX
* `#16672 <https://github.com/numpy/numpy/pull/16672>`__: BUG: Fix bug in AVX complex absolute while processing array of...
* `#16693 <https://github.com/numpy/numpy/pull/16693>`__: TST: Add extra debugging information to CPU features detection
* `#16703 <https://github.com/numpy/numpy/pull/16703>`__: BLD: Add CPU entry for Emscripten / WebAssembly
* `#16705 <https://github.com/numpy/numpy/pull/16705>`__: TST: Disable Python 3.9-dev testing.
* `#16714 <https://github.com/numpy/numpy/pull/16714>`__: MAINT: Disable use_hugepages in case of ValueError
* `#16724 <https://github.com/numpy/numpy/pull/16724>`__: BUG: Fix PyArray_SearchSorted signature.
* `#16768 <https://github.com/numpy/numpy/pull/16768>`__: MAINT: Fixes for deprecated functions in scalartypes.c.src
* `#16772 <https://github.com/numpy/numpy/pull/16772>`__: MAINT: Remove unneeded call to PyUnicode_READY
* `#16776 <https://github.com/numpy/numpy/pull/16776>`__: MAINT: Fix deprecated functions in scalarapi.c
* `#16779 <https://github.com/numpy/numpy/pull/16779>`__: BLD, ENH: Add RPATH support for AIX
* `#16780 <https://github.com/numpy/numpy/pull/16780>`__: BUG: Fix default fallback in genfromtxt
* `#16784 <https://github.com/numpy/numpy/pull/16784>`__: BUG: Added missing return after raising error in methods.c
* `#16795 <https://github.com/numpy/numpy/pull/16795>`__: BLD: update cython to 0.29.21
* `#16832 <https://github.com/numpy/numpy/pull/16832>`__: MAINT: setuptools 49.2.0 emits a warning, avoid it
* `#16872 <https://github.com/numpy/numpy/pull/16872>`__: BUG: Validate output size in bin- and multinomial
* `#16875 <https://github.com/numpy/numpy/pull/16875>`__: BLD, MAINT: Pin setuptools
* `#16904 <https://github.com/numpy/numpy/pull/16904>`__: DOC: Reconstruct Testing Guideline.
* `#16905 <https://github.com/numpy/numpy/pull/16905>`__: TST, BUG: Re-raise MemoryError exception in test_large_zip's...
* `#16906 <https://github.com/numpy/numpy/pull/16906>`__: BUG,DOC: Fix bad MPL kwarg.
* `#16916 <https://github.com/numpy/numpy/pull/16916>`__: BUG: Fix string/bytes to complex assignment
* `#16922 <https://github.com/numpy/numpy/pull/16922>`__: REL: Prepare for NumPy 1.19.1 release
87 changes: 55 additions & 32 deletions doc/source/release/1.19.1-notes.rst
Expand Up @@ -4,42 +4,65 @@
NumPy 1.19.1 Release Notes
==========================

NumPy 1.19.1 fixes several bugs found in the 1.19.0 release, replaces several
functions deprecated in the upcoming Python-3.9 release, has improved support
for AIX, and has a number of development related updates to keep CI working
with recent upstream changes.

Highlights
==========
This release supports Python 3.6-3.8. Cython >= 0.29.21 needs to be used when
building with Python 3.9 for testing purposes.


New functions
=============


Deprecations
Contributors
============


Future Changes
==============


Expired deprecations
A total of 15 people contributed to this release. People with a "+" by their
names contributed a patch for the first time.

* Abhinav Reddy +
* Anirudh Subramanian
* Antonio Larrosa +
* Charles Harris
* Chunlin Fang
* Eric Wieser
* Etienne Guesnet +
* Kevin Sheppard
* Matti Picus
* Raghuveer Devulapalli
* Roman Yurchak
* Ross Barnowski
* Sayed Adel
* Sebastian Berg
* Tyler Reddy


Pull requests merged
====================


Compatibility notes
===================


C API changes
=============


New Features
============


Improvements
============


Changes
=======
A total of 25 pull requests were merged for this release.

* `#16649 <https://github.com/numpy/numpy/pull/16649>`__: MAINT, CI: disable Shippable cache
* `#16652 <https://github.com/numpy/numpy/pull/16652>`__: MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.
* `#16654 <https://github.com/numpy/numpy/pull/16654>`__: REL: Fix outdated docs link
* `#16656 <https://github.com/numpy/numpy/pull/16656>`__: BUG: raise IEEE exception on AIX
* `#16672 <https://github.com/numpy/numpy/pull/16672>`__: BUG: Fix bug in AVX complex absolute while processing array of...
* `#16693 <https://github.com/numpy/numpy/pull/16693>`__: TST: Add extra debugging information to CPU features detection
* `#16703 <https://github.com/numpy/numpy/pull/16703>`__: BLD: Add CPU entry for Emscripten / WebAssembly
* `#16705 <https://github.com/numpy/numpy/pull/16705>`__: TST: Disable Python 3.9-dev testing.
* `#16714 <https://github.com/numpy/numpy/pull/16714>`__: MAINT: Disable use_hugepages in case of ValueError
* `#16724 <https://github.com/numpy/numpy/pull/16724>`__: BUG: Fix PyArray_SearchSorted signature.
* `#16768 <https://github.com/numpy/numpy/pull/16768>`__: MAINT: Fixes for deprecated functions in scalartypes.c.src
* `#16772 <https://github.com/numpy/numpy/pull/16772>`__: MAINT: Remove unneeded call to PyUnicode_READY
* `#16776 <https://github.com/numpy/numpy/pull/16776>`__: MAINT: Fix deprecated functions in scalarapi.c
* `#16779 <https://github.com/numpy/numpy/pull/16779>`__: BLD, ENH: Add RPATH support for AIX
* `#16780 <https://github.com/numpy/numpy/pull/16780>`__: BUG: Fix default fallback in genfromtxt
* `#16784 <https://github.com/numpy/numpy/pull/16784>`__: BUG: Added missing return after raising error in methods.c
* `#16795 <https://github.com/numpy/numpy/pull/16795>`__: BLD: update cython to 0.29.21
* `#16832 <https://github.com/numpy/numpy/pull/16832>`__: MAINT: setuptools 49.2.0 emits a warning, avoid it
* `#16872 <https://github.com/numpy/numpy/pull/16872>`__: BUG: Validate output size in bin- and multinomial
* `#16875 <https://github.com/numpy/numpy/pull/16875>`__: BLD, MAINT: Pin setuptools
* `#16904 <https://github.com/numpy/numpy/pull/16904>`__: DOC: Reconstruct Testing Guideline.
* `#16905 <https://github.com/numpy/numpy/pull/16905>`__: TST, BUG: Re-raise MemoryError exception in test_large_zip's...
* `#16906 <https://github.com/numpy/numpy/pull/16906>`__: BUG,DOC: Fix bad MPL kwarg.
* `#16916 <https://github.com/numpy/numpy/pull/16916>`__: BUG: Fix string/bytes to complex assignment
* `#16922 <https://github.com/numpy/numpy/pull/16922>`__: REL: Prepare for NumPy 1.19.1 release

0 comments on commit e57f23c

Please sign in to comment.