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
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- fix: :meth:`.Table.distinct` now deduplicates rows when ``key`` is a sequence of column names.
- fix: :class:`.Rank` ranks null values last when ``reverse=True``.
- fix: :meth:`.Table.from_fixed` reads the schema instead of the data file when ``schema_path`` is a file-like object.
- fix: :class:`.PercentileRank` returns a null rank for null values instead of raising a ``TypeError``.

1.14.2 - February 27, 2026
--------------------------
Expand Down
Loading