Skip to content

Bump numpy from 1.20.2 to 1.20.3

WKDV Bot requested to merge dependabot/pip/numpy-1.20.3 into develop

Bumps numpy from 1.20.2 to 1.20.3.

Release notes

Sourced from numpy's releases.

v1.20.3

NumPy 1.20.3 Release Notes

NumPy 1.20.3 is a bugfix release containing several fixes merged to the main branch after the NumPy 1.20.2 release.

Contributors

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

  • Anne Archibald
  • Bas van Beek
  • Charles Harris
  • Dong Keun Oh +
  • Kamil Choudhury +
  • Sayed Adel
  • Sebastian Berg

Pull requests merged

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

  • #18763: BUG: Correct datetime64 missing type overload for datetime.date...
  • #18764: MAINT: Remove __all__ in favor of explicit re-exports
  • #18768: BLD: Strip extra newline when dumping gfortran version on MacOS
  • #18769: BUG: fix segfault in object/longdouble operations
  • #18794: MAINT: Use towncrier build explicitly
  • #18887: MAINT: Relax certain integer-type constraints
  • #18915: MAINT: Remove unsafe unions and ABCs from return-annotations
  • #18921: MAINT: Allow more recursion depth for scalar tests.
  • #18922: BUG: Initialize the full nditer buffer in case of error
  • #18923: BLD: remove unnecessary flag -faltivec on macOS
  • #18924: MAINT, CI: treats _SIMD module build warnings as errors through...
  • #18925: BUG: for MINGW, threads.h existence test requires GLIBC > 2.12
  • #18941: BUG: Make changelog recognize gh- as a PR number prefix.
  • #18948: REL, DOC: Prepare for the NumPy 1.20.3 release.
  • #18953: BUG: Fix failing mypy test in 1.20.x.

Checksums

MD5

702d0185042f1ff9a5d7e72a29f4e1c0  numpy-1.20.3-cp37-cp37m-macosx_10_9_x86_64.whl
3d0284b39b20c243b74f6690ad5ae27f  numpy-1.20.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
d1b42dd67dc228088cf822eaab86d424  numpy-1.20.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

... (truncated)

Commits
  • 27b98cb REL: NumPy 1.20.3 release.
  • a438741 Merge pull request #18953 from charris/fix-mypy-test
  • 8639821 BUG: Fix failing mypy test in 1.20.x.
  • 0eedcd1 Merge pull request #18948 from charris/prepare-1.20.3-release
  • 1863519 REL, DOC: Prepare for the NumPy 1.20.3 release.
  • b5cfe76 Merge pull request #18941 from charris/fix-changelog-script
  • 59414b6 DOC: Update 1.17.0-changelog.rst.
  • ce397de DOC: Update 1.18.0-changelog.rst.
  • 608c893 DOC: Update 1.19.0-changelog.rst.
  • 51f5b83 DOC: Update 1.20.0-changelog.rst.
  • Additional commits viewable in compare view

Merge request reports