Version 0.20.0
New
- Vectorized KKR
- NumPy 2.0.0 support
Bug fixes
- Fix root selection mistakes for Bruggeman EMA
Known issues
- Performance regression for newer SciPy versions of expm solver (#178)
What's Changed
- Bump pillow from 10.2.0 to 10.3.0 in /requirements by @dependabot in #166
- Bump pydantic from 1.10.2 to 1.10.13 in /requirements by @dependabot in #167
- [Issue 168] Vectorized KKR internals by @IruNikZe in #169
- Bump jinja2 from 3.1.3 to 3.1.4 in /requirements by @dependabot in #170
- Bump tornado from 6.3.3 to 6.4.1 in /requirements by @dependabot in #172
- Upgrade and use
ruff==0.4.8
and supportnumpy>=2.0.0
by @domna in #176 - Add pytest-benchmark to dev dependencies and run benchmark checks on PRs by @domna in #177
- Adapt correct version retrieval by @domna in #179
- Fix Bruggeman EMA by @MarJMue in #173
New Contributors
Full Changelog: v0.19.0...v0.20.0