Skip to content

v0.26.0

Compare
Choose a tag to compare
@release-please release-please released this 20 Mar 04:32
4727563

0.26.0 (2024-03-20)

⚠ BREAKING CHANGES

  • exclude remote models for .register() (#465)

Features

  • (Series|DataFrame).plot (#438) (1c3e668)
  • read_gbq_table supports LIKE as a operator in filters (#454) (d2d425a)
  • Add DataFrame.pipe() method (#421) (95f5a6e)
  • Set force=True by default in DataFrame.peek() (#469) (4e8e97d)
  • Support datetime related casting in (Series|DataFrame|Index).astype (#442) (fde339b)
  • Support Series.dt.strftime (#453) (8f6e955)

Bug Fixes

  • Any() on empty set now correctly returns False (#471) (f55680c)
  • Df.drop_na preserves columns dtype (#457) (3bab1a9)
  • Disable to_json and to_csv related tests (#462) (874026d)
  • Exclude remote models for .register() (#465) (73fe0f8)
  • Fix broken link in covid notebook (#450) (adadb06)
  • Fix broken multiindex loc cases (#467) (b519197)
  • Fix grouping series on multiple other series (#455) (3971bd2)
  • Groupby aggregates no longer check if grouping keys are numeric (#472) (4fbf938)
  • Raise ValueError when read_pandas() receives a bigframes DataFrame (#447) (b28f9fd)
  • Series.(to_csv|to_json) leverages bq export (#452) (718a00c)
  • Warn when read_gbq / read_gbq_table uses the snapshot time cache (#441) (e16a8c0)

Documentation

  • Add code samples for ml.metrics.r2_score (#459) (85fefa2)
  • Add the docs for loc and iloc indexers (#446) (14ab8d8)
  • Add the pages for at and iat indexers (#456) (340f0b5)
  • Add version information to bug template (#437) (91bd39e)
  • Indicate that project and location are optional in example notebooks (#451) (1df0140)