Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ adheres to [Semantic Versioning](https://semver.org/).
- The Polars engine's duplicate-detection and dedup row counts now run through
the streaming collect path instead of re-evaluating the whole plan in memory
(#53).
- `fd.clean_timeseries` and `StreamingCleaner` no longer crash with
"cannot convert to 'float64'-dtype NumPy array with missing values" on
nullable integer columns (`Int*`/`UInt*`) with gaps under pandas < 2
(running statistics and short-gap interpolation). MissForest's convergence
check uses the same NA-safe conversion.

## [2.0.0] - 2026-07-20

Expand Down
Loading