Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.5 KB

1.22.3-changelog.rst

File metadata and controls

32 lines (26 loc) · 1.5 KB

Contributors

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

  • @GalaxySnail +
  • Alexandre de Siqueira
  • Bas van Beek
  • Charles Harris
  • Melissa Weber Mendonça
  • Ross Barnowski
  • Sebastian Berg
  • Tirth Patel
  • Matthieu Darbois

Pull requests merged

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

  • #21048: MAINT: Use "3.10" instead of "3.10-dev" on travis.
  • #21106: TYP,MAINT: Explicitly allow sequences of array-likes in np.concatenate
  • #21137: BLD,DOC: skip broken ipython 8.1.0
  • #21138: BUG, ENH: np._from_dlpack: export correct device information
  • #21139: BUG: Fix numba DUFuncs added loops getting picked up
  • #21140: BUG: Fix unpickling an empty ndarray with a none-zero dimension...
  • #21141: BUG: use ThreadPoolExecutor instead of ThreadPool
  • #21142: API: Disallow strings in logical ufuncs
  • #21143: MAINT, DOC: Fix SciPy intersphinx link
  • #21148: BUG,ENH: np._from_dlpack: export arrays with any strided size-1...