1 | | In Debian we have !NumPy 1.16.0rc1 which leads to some deprecation warnings: |
| 1 | Numpy 1.16.0 was released on 2019-01-14. |
| 2 | |
| 3 | - [[https://mail.python.org/pipermail/numpy-discussion/2019-January/079130.html|Release announcement]] |
| 4 | - Tarball: https://files.pythonhosted.org/packages/04/b6/d7faa70a3e3eac39f943cc6a6a64ce378259677de516bd899dd9eb8f9b32/numpy-1.16.0.zip |
| 5 | |
| 6 | From the release announcement: |
| 7 | |
| 8 | > On behalf of the !NumPy team I'm pleased to announce the release of !NumPy |
| 9 | > 1.16.0. This is the last !NumPy release to support Python 2.7 and will be |
| 10 | > maintained as a long term release with bug fixes until 2020. This release |
| 11 | > has seen a lot of refactoring and features many bug fixes, improved code |
| 12 | > organization, and better cross platform compatibility. Not all of these |
| 13 | > improvements will be visible to users, but they should help make |
| 14 | > maintenance easier going forward. Highlights are |
| 15 | > |
| 16 | > - Experimental support for overriding numpy functions in downstream projects. |
| 17 | > - The matmul function is now a ufunc and can be overridden using |
| 18 | > __array_ufunc__. |
| 19 | > - Improved support for the ARM, POWER, and SPARC architectures. |
| 20 | > - Improved support for AIX and !PyPy. |
| 21 | > - Improved interoperation with ctypes. |
| 22 | > - Improved support for PEP 3118. |
| 23 | > |
| 24 | > The supported Python versions are 2.7 and 3.5-3.7, support for 3.4 has been |
| 25 | > dropped. The wheels on PyPI are linked with OpenBLAS v0.3.4+, which should |
| 26 | > fix the known threading issues found in previous OpenBLAS versions. |
| 27 | > Downstream developers building this release should use Cython >= 0.29.2 |
| 28 | > and, if linking OpenBLAS, OpenBLAS > v0.3.4. |
| 29 | |
| 30 | So this depends on the upgrade to OpenBlas 0.3.5 (from 0.3.3) in #27020, |
| 31 | and on the upgrade to Cython 0.29.2 in #27058. |
| 32 | |
| 33 | Debian developers warn us that !NumPy 1.16.0rc1 in Debian leads to |
| 34 | some deprecation warnings: |