Skip to content

Releases: scipy/scipy-stubs

v1.14.1.4

19 Nov 17:06
v1.14.1.4
3ea1900

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1.3...v1.14.1.4

v1.14.1.3

08 Nov 22:40
v1.14.1.3
3342729

Choose a tag to compare

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

v1.14.1.2

01 Nov 03:24
v1.14.1.2
c4a970f

Choose a tag to compare

scipy-stubs v1.14.1.2

Highlights

  • fully annotated scipy.stats (#135)
  • fully annotated scipy.fft (#142)

Fixes

  • scipy.integrate.quad rejected all callables if args was passed (#141)
  • scipy.stats.permutation_test rejected statistic with multiple parameters (#143)

Merged PR's

New Contributors

Full Changelog: v1.14.1.1...v1.14.1.2

v1.14.1.1

22 Oct 01:21
v1.14.1.1
b29a660

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.1.0...v1.14.1.1

v1.14.1.0

14 Oct 22:47
v1.14.1.0
ccbcc55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1a3...v1.14.1.0

v1.14.1a3

08 Sep 00:25
v1.4.1a3
c0fab4d

Choose a tag to compare

What's Changed

  • fixes & improvements for scipy.stats.distributions by @jorenham in #37
  • fix scipy.integrate quad integrand function signatures by @jorenham in #38
  • loosened the type signature of the integrand in scipy.integrate.nquad by @jorenham in #39
  • fix stubtest errors by @jorenham in #40
  • various fixes and improvements in scipy.stats._distn_infrastructure by @jorenham in #41

Full Changelog: v1.14.1a2...v1.4.1a3

v1.14.1a2

07 Sep 00:06
v1.14.1a2
f7d366b

Choose a tag to compare

What's Changed

Full Changelog: v1.14.1a1...v1.14.1a2

v1.14.1a1

30 Aug 02:46
v1.14.1a1
f0a0d53

Choose a tag to compare

First official (pre-)release

Full Changelog: https://github.com/jorenham/scipy-stubs/commits/v1.14.1a1