Update to 1.16.5 Changes: https://github.com/numpy/numpy/releases
1.17.2 is out
Ignore. 1.16.5 ... " fixes bugs reported against the 1.16.4 release, and also backports several enhancements from master that seem appropriate for a release series that is the last to support Python 2.7. [1] I take it sunpoet updated to this version since its the last to support Python 2.7, before forking it off to a separate port for the future update. [1] https://github.com/numpy/numpy/releases/tag/v1.16.5
(In reply to Kubilay Kocak from comment #2) Yeah, you're right. If we want to update numpy to 1.17.2, we'll need a fork of py-numpy, e.g. py-numpy116, for python 2.7 before the end of this year. The next step is to update python.mk which sets PYNUMPY to py-numpy (1.17.2) or py-numpy116 (1.16.5) conditionally. BTW, I'd like to rename PYGAME and PYNUMPY to PY_GAME and PY_NUMPY which have consistent naming as other PY_* modules.
Exp-run looks fine
A commit references this bug: Author: sunpoet Date: Tue Sep 10 17:38:06 UTC 2019 New revision: 511766 URL: https://svnweb.freebsd.org/changeset/ports/511766 Log: Update to 1.16.5 Changes: https://github.com/numpy/numpy/releases PR: 240424 Exp-run by: antoine Changes: head/math/py-numpy/Makefile head/math/py-numpy/distinfo
Committed. Thanks!