Skip to content

v1.15.0.0

Latest
Compare
Choose a tag to compare
@jorenham jorenham released this 01 Jan 18:57
· 12 commits to master since this release
v1.15.0.0
d715ec0

This is the first scipy-stubs release that supports SciPy 1.15.0.

What's Changed

SciPy 1.15.0 compatability

  • ⬆️ increase the minimum scipy version to 1.15.0rc1 by @jorenham in #327
  • 🚧 temporarily ignore all stubtest errors by @jorenham in #326
  • ⚰️ misc: remove all code by @jorenham in #328
  • differentiate: preliminary (yet complete) stubs by @jorenham in #329
  • 🏷️ _typing: SPEC-7 compliant (private) ToRNG type alias (previously Seed) by @jorenham in #333
  • 👽️ fft[pack]: 1.15.0 support by @jorenham in #336
  • 👽️ integrate: 1.15.0 support by @jorenham in #337
  • 👽️ interpolate: 1.15.0 support by @jorenham in #338
  • 👽️ constants: 1.15.0 support by @jorenham in #330
  • 👽️ _lib: 1.15.0 support by @jorenham in #331
  • 👽️ cluster: 1.15.0 support by @jorenham in #334
  • 👽️ io: 1.15.0 support by @jorenham in #341
  • 👽️ linalg.interpolative: 1.15.0 support by @jorenham in #343
  • 👽️ linalg: 1.15.0 support by @jorenham in #344
  • 👽️ version: 1.15.0 remove commit_count by @jorenham in #345
  • 👽️ ndimage: 1.15.0 support by @jorenham in #346
  • 👽️ optimize: SPEC 7 & scipy 1.15.0 support by @jorenham in #347
  • 👽️ sparse: 1.15.0 support by @jorenham in #349
  • 👽️ special: 1.15.0 support by @jorenham in #351
  • 👽️ signal: 1.15.0 support by @jorenham in #348
  • 👽️ spatial: 1.15.0 support and many improvements by @jorenham in #350
  • 👽️ stats: 1.15.0 support and several improvements by @jorenham in #353
  • 👽️ sparse: accept axes: tuple[int[:], int[:]] in coo_array.tensordot by @jorenham in #357
  • 👽️ stats: 1.15.0 new distribution infrastructure by @jorenham in #360
  • 💬 interpolate: fix scipy version in interpnd deprecation warning messages by @jorenham in #366
  • 💬 special: mention the deprecation version in lpn and [c]lpmn by @jorenham in #367
  • 🗑️ interpolate: deprecate the dfitpack functions, fix & improve the sp* functions by @jorenham in #372
  • 📌 pin scipy<1.16 by @jorenham in #371
  • 👽️ scipy==1.15.0rc2 by @jorenham in #376

Improvements

Fixes

  • 🐛 sparse: add the missing sparse array/matrix dunder methods by @jorenham in #391

Documentation

Dependencies

Other Changes

Full Changelog: v1.14.1.6...v1.15.0.0