Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.84 KB

1.16.6-changelog.rst

File metadata and controls

36 lines (30 loc) · 1.84 KB

Contributors

A total of 10 people contributed to this release.

  • CakeWithSteak
  • Charles Harris
  • Chris Burr
  • Eric Wieser
  • Fernando Saravia
  • Lars Grueter
  • Matti Picus
  • Maxwell Aladago
  • Qiming Sun
  • Warren Weckesser

Pull requests merged

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

  • #14211: BUG: Fix uint-overflow if padding with linear_ramp and negative...
  • #14275: BUG: fixing to allow unpickling of PY3 pickles from PY2
  • #14340: BUG: Fix misuse of .names and .fields in various places (backport...
  • #14423: BUG: test, fix regression in converting to ctypes.
  • #14434: BUG: Fixed maximum relative error reporting in assert_allclose
  • #14509: BUG: Fix regression in boolean matmul.
  • #14686: BUG: properly define PyArray_DescrCheck
  • #14853: BLD: add 'apt update' to shippable
  • #14854: BUG: Fix _ctypes class circular reference. (#13808)
  • #14856: BUG: Fix np.einsum errors on Power9 Linux and z/Linux
  • #14863: BLD: Prevent -flto from optimising long double representation...
  • #14864: BUG: lib: Fix histogram problem with signed integer arrays.
  • #15172: ENH: Backport improvements to testing functions.
  • #15191: REL: Prepare for 1.16.6 release.