Skip to content

Commit

Permalink
REL: NumPy 1.16.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Dec 29, 2019
1 parent 56ebda2 commit 3dec709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/release/1.16.6-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ release series that is the last to support Python 2.7. The wheels on PyPI are
linked with OpenBLAS v0.3.7, which should fix errors on Skylake series
cpus.

Downstream developers building this release should use Cython >= 0.29.2 and, if
using OpenBLAS, OpenBLAS >= v0.3.7. The supported Python versions are 2.7 and
3.5-3.7.

Highlights
==========

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
MAJOR = 1
MINOR = 16
MICRO = 6
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 3dec709

Please sign in to comment.