v1.14.1.3
Highlights
- annotated all of
scipy.signal.windows(#153) - annotated and tested the
scipy.signalspectral analysis functions (#157)periodogramspectrogramwelchlombscarglecsdcoherencestftandistftcheck_COLAandcheck_NOLA
- improved and fixed many
scipy.optimizefunctions (#167), including
Resolved issues
- #134 - specializing
scipy.optimize.OptimizeResult - #154 -
select_rangeparams inscipy.linalg._decompcan only beint{16,32,64}ifselect="i" - #155 - sync
integrate._typing.QuadOptswith the kwargs ofintegrate.quad - #158 -
scipy.spatialsignature of[c]KDTree.querydoes not match docs - #159 -
scipy.signal.find_peaksreturned dictionary type is missing the'widths'key - #163 - Wrong return type for
scipy.fft.next_fast_len - #168 -
scipy.stats.qmc.scaledoes not accept numpy array with typed shape as input when type checked with pyright
Merged PR's
- use
basedmypy[faster-cache]by @jorenham in #150 - bump
ruffto0.7.2by @jorenham in #151 - prepare for further development by @jorenham in #152
- sync
integrate._typing.QuadOptswithintegrate.quadkwargs by @jorenham in #156 signal.windows: Add type stubs for_windows.pyi. by @pavyamsiri in #153signal: Add type stubs to_spectral_py.pyi. by @pavyamsiri in #157- fix #159 and improve
scipy.signal._peak_findingby @jorenham in #161 - fix #158 and improve
scipy.spatial._[c]kdtreeby @jorenham in #162 - fix #163 and improve
scipy.fft._helperby @jorenham in #164 - fix #154 and improve
scipy.linalg._decompby @jorenham in #165 - add missing
__all__inscipy.optimizeby @jorenham in #166 - fix #134 and improve
scipy.optimize._optimizeby @jorenham in #167 - bump
ruffto0.7.3by @jorenham in #170 - bump
basedpyrightto1.21.0by @jorenham in #171 - fix incorrectly rejected
ndarrayinscipy.stats.qmcby @jorenham in #172
Full Changelog: v1.14.1.2...v1.14.1.3