Skip to content

Commit 7a1400e

Browse files
committed
v0.11.1
1 parent 1bb16e1 commit 7a1400e

3 files changed

Lines changed: 241 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Arrow input support for `.many()`: pass a `List<Struct<t, m[, sigma]>>` Arrow array (or chunked array)
13-
instead of a list of tuples. Works with any library implementing the Arrow C Data Interface
14-
(`__arrow_c_array__` / `__arrow_c_stream__`), including pyarrow, polars, nanoarrow, and arro3.
15-
Two struct fields means `(t, m)` without sigma, three fields means `(t, m, sigma)`. Field names are
16-
ignored; all fields must share the same float dtype (float32 or float64).
12+
--
1713

1814
### Changed
1915

@@ -35,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3531

3632
--
3733

34+
## [0.11.1] 2026-02-16
35+
36+
### Added
37+
38+
- Arrow input support for `.many()`: pass a `List<Struct<t, m[, sigma]>>` Arrow array (or chunked array)
39+
instead of a list of tuples. Works with any library implementing the Arrow C Data Interface,
40+
including pyarrow, polars, nanoarrow, and arro3.
41+
Two struct fields means `(t, m)` without sigma, three fields means `(t, m, sigma)`. Field names are
42+
ignored; all fields must share the same float dtype (float32 or float64). https://github.com/light-curve/light-curve-python/pull/621
43+
3844
## [0.11.0] 2026-02-12
3945

4046
### Added

0 commit comments

Comments
 (0)