NumPy 1.19.3 released, Python scientific computing package

Haven't voted? Don't say you have been to OSC

https://www.oschina.net/project/top_cn_2020

NumPy 1.19.3 is now released. This is a small maintenance release with two major improvements:

  • Python 3.9 binary wheels on all supported platforms.
  • OpenBLAS fixes the Windows 10 version 2004 fmod error.

This version supports Python 3.6-3.9 and is linked with OpenBLAS 3.7 to avoid certain fmod issues on Windows 10 version 2004. Microsoft is aware of this problem and users should upgrade when a patch is available, but the scope of this patch is limited.

A total of 10 pull requests were merged in this version:

  • #17298 : BLD: Set upper version for build dependencies
  • #17336 : Error: Set the discarded field in PyArray_InitArrFuncs to null
  • #17446 : ENH: Warn about unsupported Python 3.10+
  • #17450:MAINT:更新 test_requirements.txt。
  • # 17522 : ENH: Support NVIDIA HPC SDK nvfortran compiler
  • #17568 : Error:  Cygwin Workaround for #14787 on affected platforms
  • #17647 : Bug: Fix the memory leak of buffer information cache caused by relaxed strides
  • #17652 : MAINT: Port openblas_support from master.
  • #17653 : TST: Add Python 3.9 to CI testing on Windows and Mac.
  • #17660 : TST: Simplify the source path name in test_extending.

Update instructions: https://github.com/numpy/numpy/releases/tag/v1.19.3

Guess you like

Origin www.oschina.net/news/119587/numpy-1-19-3-released