v1.14.1.0
What's Changed
- improved
scipy.stats.distributions
by @jorenham in #43 - bump basedpyright to 1.17.3 by @jorenham in #44
- more poe tasks & CI typetesting by @jorenham in #45
scipy.optimize
(partial) by @jorenham in #46- First pass on dealing with public private modules: Re-export attributes of public private modules through
__all__
by @pavyamsiri in #54 - update the development dependencies by @jorenham in #55
- use 4-space indentation for toml by @jorenham in #56
- configure pre-commit by @jorenham in #57
- stubtest specific packages by @jorenham in #58
- completed
scipy.io
by @jorenham in #59 - fix pyright error in
scipy.cluster
by @jorenham in #60 - deal with deprecated
scipy.integrate
modules by @jorenham in #61 - deal with deprecated
scipy.linalg
modules by @jorenham in #62 - deal with deprecated
scipy.constants
modules by @jorenham in #63 scipy.interpolate
by @jorenham in #64- bump
basedpyright
to1.18.4
by @jorenham in #65 - fix version number and stop using
verifytypes
by @jorenham in #67 - move
./typetests
to./tests/typetests
by @jorenham in #70 - improved
README.md
by @jorenham in #71 scipy.ndimage
by @jorenham in #72- fix pyright errors in
scipy.odr
by @jorenham in #73 scipy.spatial
by @jorenham in #74- Streamlined
README.md
by @jorenham in #75 scipy._lib
by @jorenham in #76- fix
stubtest
build errors inscipy.stats
by @jorenham in #77 - fix
scipy.signal
stubtest by @jorenham in #78 - Final pass over the deprecated public modules by @pavyamsiri in #79
- fix
scipy.stats
stubtest by @jorenham in #80 - improved
scipy.LowLevelCallable
by @jorenham in #82 - fix
scipy.sparse
stubtests by @jorenham in #83 - fix mypy errors in
scipy.signal
by @jorenham in #84 - configure tox by @jorenham in #85
New Contributors
- @pavyamsiri made their first contribution in #54
Full Changelog: v1.4.1a3...v1.14.1.0