Releases: light-curve/light-curve-python
Releases · light-curve/light-curve-python
v0.9.6
What's Changed
- Release v0.9.5 by @hombit in #413
- Dev guide for readme by @hombit in #420
- Share ./target between tox envs by @hombit in #423
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #425
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #426
- Bump thiserror from 1.0.63 to 1.0.64 in /light-curve by @dependabot in #428
- Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 by @dependabot in #427
- Update bolometric.py by @erusseil in #430
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- Release v0.9.4 by @hombit in #410
- Add functions for Rainbow by @erusseil in #411
- Fix publish CI run on PRs by @hombit in #415
- Update CI to run PRs from forks by @hombit in #416
- Update publish.yml by @hombit in #418
- Tests: change parameters for a rainbow model by @hombit in #417
- Update temperature.py by @erusseil in #414
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #412
- Improve tox test configuration by @hombit in #422
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Release v0.9.3 by @hombit in #384
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #385
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #386
- CI: Fix ruff command for tox by @hombit in #393
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #391
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #387
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #394
- Bump pypa/cibuildwheel from 2.19.1 to 2.20.0 by @dependabot in #403
- Bump CodSpeedHQ/action from 2 to 3 by @dependabot in #398
- Bump thiserror from 1.0.61 to 1.0.63 in /light-curve by @dependabot in #399
- Bump serde_json from 1.0.117 to 1.0.127 in /light-curve by @dependabot in #405
- Bump serde from 1.0.203 to 1.0.209 in /light-curve by @dependabot in #406
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #402
- Maximum likelihood for Rainbow by @karpov-sv in #407
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #409
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2
What's Changed
- v0.9.1 by @hombit in #355
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #357
- roms rust upd by @GaluTi in #362
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #364
- Bump mimalloc to 0.1.42 by @hombit in #367
- Bump itertools from 0.12.1 to 0.13.0 in /light-curve by @dependabot in #374
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #369
- CIBW: remove non-ABI3 code by @hombit in #377
- Set the correct platform tag for macOS wheels by @hombit in #378
- Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 by @dependabot in #370
- Run cargo update by @hombit in #379
Full Changelog: v0.9.1...v0.9.2
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