Skip to content

Commit 25d9958

Browse files
IsaacWarrenscott-routledge2DrTodd13
authored
Add release notes for 2025.12.1 (#990)
Co-authored-by: scott-routledge2 <[email protected]> Co-authored-by: Todd A. Anderson <[email protected]>
1 parent 35fe92c commit 25d9958

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/docs/release_notes/2025.12.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,29 @@ This release, we are excited to add Join Filters in the plan optimizer, signific
2828
- Fix for nested join.
2929
- Fixed remove unused column pass to keep column references alive in conjunction with duckdb version upgrade.
3030
- Better support for operations that result in empty dataframes.
31+
32+
## 2025.12.1
33+
34+
### ✨ New Features
35+
36+
- Support negative n in df.head()
37+
- Handle tuple column selection in df.loc
38+
39+
### 🏎️ Performance Improvements
40+
41+
- Improved performance of pd.to_datetime()
42+
43+
### 🐛 Bug Fixes
44+
45+
- Removed support for AWS Bedrock's EOL titan-text models in the DataFrame Library AI Toolkit
46+
- Fixed overflow error when estimating the size of large Parquet datasets
47+
- Allow ranks to send concurrent async messages to each other during shuffle
48+
- Fix output Series.name for pd.to_datetime()
49+
- Cast binary operation result to output type properly to avoid downstream errors
50+
- Keep input timestamp unit in Series.dt.tz_localize()
51+
- Fix slicing with negative steps
52+
- Avoid double cast for integer division
53+
54+
### ⚙️ Dependency Changes
55+
56+
- Upgrade to Numba 0.63.1

0 commit comments

Comments
 (0)