This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.35.0
1.35.0 (2025-02-04)
Features
- Add Series.keys() (#1342) (deb015d)
- Allow
case_whento change dtypes if case list contains the condition(True, some_default_value)(#1311) (5c2a2c6) - Support python type as astype arg (#1316) (b26e135)
- Support time_series_id_col in ARIMAPlus (#1282) (97532c9)
Bug Fixes
- Exclude
DataFrameandSeries__call__from unimplemented API metrics (#1351) (f2d5264) - Make
DataFrame__getattr__and__setattr__more robust to subclassing (#1352) (417de3a)
Performance Improvements
- Fall back to ordering by bq pk when possible (#1350) (3c4abf2)
- Improve isin performance (#1203) (db087b0)
- Prevent inlining of remote ops (#1347) (012081a)