Releases: light-curve/light-curve-python
Releases · light-curve/light-curve-python
Release list
v0.13.1
What's Changed
- Release v0.13.0 by @hombit in #780
- CI: fix branch-delete failure when deploying from a tag by @hombit in #781
- Update Telegram link by @hombit in #782
- perf: reduce multiband feature evaluation overhead ~4× by @hombit in #783
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #785
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #787
- Add ATAT model by @hombit in #788
- docs: redirect unversioned deep links to the default version by @hombit in #789
- Add astromer trained on ZTF by @hombit in #791
- Add Chronos models by @hombit in #792
- Support integer arrays for bands by @hombit in #790
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Release v0.12.5 by @hombit in #734
- CI: Do not test macOS x86_64 wheels by @hombit in #735
- docs: fix link colors in dark mode (closes #731) by @hombit in #736
- Docs: switch classification notebook to class-weighted macro F1 by @hombit in #738
- UV extinction now inversely scales with temperature by @erusseil in #737
- Add PR template with dual-license acknowledgement for MIT migration by @Copilot in #743
- Fix/issue 739 nb buttons by @hombit in #744
- Fix astra-clr by @hombit in #746
- Docs: add "used by" to the landing by @hombit in #745
- Build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #751
- Build(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #750
- Build(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #748
- Build(deps): bump actions/github-script from 7 to 9 by @dependabot[bot] in #747
- Build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #749
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #755
- Fixed and restructure Rainbow doc by @erusseil in #753
- CI: add shared HuggingFace model cache across all workflows by @Copilot in #757
- docs: remove batch embedding section, add onnxruntime tips page by @hombit in #758
- ci: deploy docs to separate light-curve.snad.space repo by @hombit in #760
- UV extincted BB scale on a constant T value by @erusseil in #761
- ci(docs): fix mike reusing source-code branch instead of fetching docs remote by @hombit in #764
- Multiband features by @hombit in #762
- ci(docs): restore docs workflow regressed by multiband merge by @hombit in #768
- Update ort tutorial on logging control by @hombit in #766
- Revise feature extractors and ML embeddings descriptions by @hombit in #767
- Update "hero" SVGs by @hombit in #769
- Cache HuggingFace model downloads and add HF_TOKEN to CI by @hombit in #770
- Update SVGs by @hombit in #773
- ci: add prepare-hf-models gate job to eliminate HF rate limits by @hombit in #774
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #775
- CI: make robust to token absence by @hombit in #776
- CI: fix CodSpeed benchmarks failing on fork PRs by @hombit in #777
- RainbowFit: performance overhaul, new SED models, temperature reparametrization by @karpov-sv in #771
- docs: reorganise feature table and fix misc issues by @hombit in #778
- Docs: improve similarity search tutorial by @hombit in #779
Full Changelog: v0.12.5...v0.13.0
v0.12.5
What's Changed
- v0.12.4 by @hombit in #707
- Reduce amount of test jobs to run by @hombit in #708
- docs by @hombit in #703
- ci: cancel outdated Test runs by @nanookclaw in #710
- Docs: point MkDocs edit action to
mainbranch by @Copilot in #715 - AstraCLR embedding model by @hombit in #721
- Embedding tutorials by @hombit in #720
- Refactor CI for faster testing by @hombit in #722
- Revise classification results commentary by @hombit in #724
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #725
- Update installation command in classification notebook by @hombit in #727
- Remove 1 param from UV extincted BB by @erusseil in #726
- Docs: update embed index page by @hombit in #732
- CI: improve docs workflows by @hombit in #733
New Contributors
- @nanookclaw made their first contribution in #710
Full Changelog: v0.12.4...v0.12.5
v0.12.4
What's Changed
- Release v0.12.3 by @hombit in #700
- Bump light-curve-feature to 0.15.0 by @hombit in #701
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #706
- Drop CPython 3.13t free-threading support by @omribz156 in #704
- UV-extincted BB for Rainbow by @erusseil in #705
New Contributors
- @omribz156 made their first contribution in #704
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- Release v0.12.2 by @hombit in #695
- Ci fix light curve python publishing by @hombit in #696
- Revert "Add light_curve.embed: Astromer ONNX embedding models" by @hombit in #697
- New sub-package for ML-based light-curve embeddings by @hombit in #692
- Add ATCAT embedding model by @hombit in #698
- Add ZTF DR23 nearest-neighbour example to embed docs by @hombit in #699
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- Release v0.12.1 by @hombit in #664
- docs: note that Windows conda package excludes GSL (LMSDER) by @hombit in #665
- Bump light-curve-feature from 0.13.1 to 0.14.0 by @hombit in #666
- Pin pandas (dev dep) by @Copilot in #668
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #667
- Add Source Code project URL to package metadata by @Copilot in #672
- Move dev/test dependencies to
dependency-groupsand stop exposing them as extras by @Copilot in #671 - Add source URL to
light-curve-pythonpyproject.toml by @hombit in #675 - Update README by @hombit in #676
- Refactor lightcurve data processing in README by @hombit in #677
- Clarify dtype conversion for time in README by @hombit in #678
- Update README to remove Conda Recipe badge by @hombit in #680
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #681
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #682
- Build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #684
- Build(deps): bump pypa/cibuildwheel from 3.4.0 to 3.4.1 by @dependabot[bot] in #683
- chore: run
cargo updateto update Cargo.lock by @Copilot in #691 - Build(deps-dev): update pandas requirement from <2.3.3 to <2.3.4 in /light-curve by @dependabot[bot] in #690
- Fix pyarrow 24 segfault on macOS, restructure test dependency groups by @hombit in #694
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- Add arrow_fields parameter to .many() for Arrow input field selection by @hombit in #652
- Release v0.12.0 by @hombit in #655
- CI: fix benchmark job by switching to simulation mode by @hombit in #656
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #653
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #657
- Build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #658
- Build(deps): bump pypa/cibuildwheel from 3.3.1 to 3.4.0 by @dependabot[bot] in #659
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #660
- Fully featured windows wheels by @hombit in #661
- CI: fix macOS wheel build failure by @hombit in #662
- docs: update changelog and README for fully-featured Windows wheels by @Copilot in #663
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- Release v0.11.1 by @hombit in #625
- Fix Readme examples for .many() by @hombit in #628
- Check input arrow arrays for nulls by @hombit in #629
- Update readme by @hombit in #630
- CI: replace deprecated
set-outputwith$GITHUB_OUTPUTby @Copilot in #634 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #633
- Build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #637
- Build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #638
- Build(deps): bump pyo3 from 0.28.1 to 0.28.2 in /light-curve by @dependabot[bot] in #643
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #645
- Bump pyo3-arrow to 0.17, arrow-* to 58 by @Copilot in #646
- Wrap NUTS for non-linear fitting features by @Copilot in #635
- Bump light-curve-feature to v0.13.0 by @Copilot in #648
- Add CODEOWNERS file for repository ownership by @hombit in #649
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #650
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #651
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Release v0.11.0 by @hombit in #619
- Update README.md by @pruzhinskaya in #623
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #624
- Add arrow input array support for
.many()by @hombit in #621
New Contributors
- @pruzhinskaya made their first contribution in #623
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Release v0.10.5 by @hombit in #591
- Build(deps): bump pyo3 from 0.27.1 to 0.27.2 in /light-curve by @dependabot[bot] in #595
- Build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #592
- Build(deps): bump pypa/cibuildwheel from 3.2.1 to 3.3.0 by @dependabot[bot] in #593
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #596
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #597
- CI: try ubuntu-slim runner by @hombit in #604
- Build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #599
- Build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #600
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #598
- Build(deps): bump pypa/cibuildwheel from 3.3.0 to 3.3.1 by @dependabot[bot] in #605
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #609
- Add CLAUDE.md file by @hombit in #610
- Bumpy light-curve-feature to 0.11.0 by @hombit in #611
- Use RustFFT and MKL, drop FFTW by @hombit in #612
- Drop Python 3.9 support by @hombit in #614
- Periodogram normalization options by @hombit in #613
- Add Rust toolchain setup to publish workflow by @hombit in #620
Full Changelog: v0.10.5...v0.11.0