Skip to content

v1.14.1.3

Choose a tag to compare

@jorenham jorenham released this 08 Nov 22:40
· 1877 commits to master since this release
v1.14.1.3
3342729

Highlights

Resolved issues

  • #134 - specializing scipy.optimize.OptimizeResult
  • #154 - select_range params in scipy.linalg._decomp can only be int{16,32,64} if select="i"
  • #155 - sync integrate._typing.QuadOpts with the kwargs of integrate.quad
  • #158 - scipy.spatial signature of [c]KDTree.query does not match docs
  • #159 - scipy.signal.find_peaks returned dictionary type is missing the 'widths' key
  • #163 - Wrong return type for scipy.fft.next_fast_len
  • #168 - scipy.stats.qmc.scale does not accept numpy array with typed shape as input when type checked with pyright

Merged PR's

Full Changelog: v1.14.1.2...v1.14.1.3