Skip to content

v1.35.0

Compare
Choose a tag to compare
@release-please release-please released this 04 Feb 21:12
9a21f25

1.35.0 (2025-02-04)

Features

  • Add Series.keys() (#1342) (deb015d)
  • Allow case_when to 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 DataFrame and Series __call__ from unimplemented API metrics (#1351) (f2d5264)
  • Make DataFrame __getattr__ and __setattr__ more robust to subclassing (#1352) (417de3a)

Performance Improvements

Dependencies

  • Add support for Python 3.13 for everything but remote functions (#1307) (533db96)

Documentation

  • Add GeoSeries docs (#1327) (05f83d1)
  • Add link to DataFrames intro to improve SEO (#1176) (aafb5be)
  • Add snippet to explain the univariate model's forecast result in the Forecast a single time series with a univariate model tutorial (#1272) (c22126b)