v0.9.1
What's Changed
- v0.9.0 by @hombit in #285
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #333
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #334
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #337
- Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #338
- Bump rayon from 1.9.0 to 1.10.0 in /light-curve by @dependabot in #340
- new feature peak-to-peak variation by @GaluTi in #332
- Fix logical error when compiled w/o GSL or Ceres by @hombit in #344
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #342
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #346
- CI: rework publishing by @hombit in #347
- CI: use cargo cache for benchmarks by @hombit in #348
- Bump pyO3 and numpy to 0.21 by @hombit in #351
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #352
- Make abi3 a default Cargo feature by @hombit in #354
Full Changelog: v0.9.0...v0.9.1
Added
PeakToPeakVar
experimental feature #332
Changed
- Bump
pyO3
to 0.21 - Bump
rust-numpy
to 0.21 - "abi3" is a default Cargo feature now
Removed
- Stop publishing PyPy wheels to PyPI. We still publish all CPython wheels we published
previously #345 #347