Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.56 KB

1.15.3-changelog.rst

File metadata and controls

32 lines (26 loc) · 1.56 KB

Contributors

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

  • Allan Haldane
  • Charles Harris
  • Jeroen Demeyer
  • Kevin Sheppard
  • Matthew Bowden +
  • Matti Picus
  • Tyler Reddy

Pull requests merged

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

  • #12080: MAINT: Blacklist some MSVC complex functions.
  • #12083: TST: Add azure CI testing to 1.15.x branch.
  • #12084: BUG: test_path() now uses Path.resolve()
  • #12085: TST, MAINT: Fix some failing tests on azure-pipelines mac and...
  • #12187: BUG: Fix memory leak in mapping.c
  • #12188: BUG: Allow boolean subtract in histogram
  • #12189: BUG: Fix in-place permutation
  • #12190: BUG: limit default for get_num_build_jobs() to 8
  • #12191: BUG: OBJECT_to_* should check for errors
  • #12192: DOC: Prepare for NumPy 1.15.3 release.
  • #12237: BUG: Fix MaskedArray fill_value type conversion.
  • #12238: TST: Backport azure-pipeline testing fixes for Mac