Skip to content

v1.18.0

Compare
Choose a tag to compare
@release-please release-please released this 18 Sep 20:21
d2fb49f

1.18.0 (2024-09-18)

Features

  • Add "include" param to describe for string types (#973) (deac6d2)
  • Add subset parameter to DataFrame.dropna to select which columns to consider (#981) (f7c03dc)

Bug Fixes

  • DataFrameGroupby.agg now works with unnamed tuples (#985) (0f047b4)
  • Fix a bug that raises exception when re-indexing columns with their original order (#988) (596b03b)
  • Make the Series.apply outcome assignable to the original dataframe in partial ordering mode (#874) (c94ead9)

Dependencies

  • Limit ibis-framework version to 9.2.0 (#989) (06c1b33)
  • Update to ibis-framework 9.x and newer sqlglot (#827) (89ea44f)