Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 795 Bytes

1.15.2-changelog.rst

File metadata and controls

21 lines (15 loc) · 795 Bytes

Contributors

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

  • Charles Harris
  • Julian Taylor
  • Marten van Kerkwijk
  • Matti Picus

Pull requests merged

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

  • #11902: BUG: Fix matrix PendingDeprecationWarning suppression for pytest...
  • #11981: BUG: fix cached allocations without the GIL for 1.15.x
  • #11982: BUG: fix refcount leak in PyArray_AdaptFlexibleDType
  • #11992: BUG: Ensure boolean indexing of subclasses sets base correctly.