@@ -9,15 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12- - New ` light_curve.embed ` module with ONNX-backed light curve embedding
13- models ([ #692 ] ( https://github.com/light-curve/light-curve-python/pull/692 ) ):
14- - ` Astromer1 ` and ` Astromer2 ` — transformer encoders pretrained on MACHO light curves (Donoso-Oliva et al.
15- 2023/2026). Load directly from HuggingFace with ` Astromer1.from_hf() ` / ` Astromer2.from_hf() ` .
16- - ` ATCAT ` — multiband transformer pretrained on LSST-like light curves (Tung 2025, arXiv:2511.00614).
17- Load with ` ATCAT.from_hf() ` .
18- - ` NonOverlappingWindows ` , ` Beginning ` , ` End ` , ` RandomSubsample ` , ` MultipleReductions ` — strategies for
19- mapping variable-length light curves to fixed-length model inputs.
20- - ` InputTensors ` / ` AstromerInputs ` / ` ATCATInputs ` — typed dataclass containers for preprocessed tensors.
12+ --
2113
2214### Changed
2315
@@ -39,6 +31,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3931
4032--
4133
34+ ## [ 0.12.3] 2026-05-14
35+
36+ ### Added
37+
38+ - New experimental ` light_curve.embed ` module with ONNX-backed light-curve embedding
39+ models ([ #692 ] ( https://github.com/light-curve/light-curve-python/pull/692 ) ):
40+ - ` Astromer1 ` and ` Astromer2 ` — transformer encoders pretrained on MACHO light curves (Donoso-Oliva et al.
41+ 2023/2026). Load directly from HuggingFace with ` Astromer1.from_hf() ` / ` Astromer2.from_hf() ` .
42+ - ` ATCAT ` — multiband transformer pretrained on LSST-like light curves (Tung 2025, arXiv:2511.00614).
43+ Load with ` ATCAT.from_hf() ` .
44+ - ` NonOverlappingWindows ` , ` Beginning ` , ` End ` , ` RandomSubsample ` , ` MultipleReductions ` — strategies for
45+ mapping variable-length light curves to fixed-length model inputs.
46+ - ` InputTensors ` / ` AstromerInputs ` / ` ATCATInputs ` — typed dataclass containers for preprocessed tensors.
47+
4248## [ 0.12.2] 2026-05-09
4349
4450### Changed
0 commit comments