Skip to content

v1.6.0

Compare
Choose a tag to compare
@release-please release-please released this 13 May 21:27
0b8b827

1.6.0 (2024-05-13)

Features

  • Add DataFrame.__delitem__ (#673) (2218c21)
  • Add Series.case_when() (#673) (2218c21)
  • Add strategy="quantile" in KBinsDiscretizer (#654) (c6c487f)
  • Add Series.combine (#680) (2fd1b81)
  • Series.str.split (#675) (6eb19a7)
  • Suggest correct options in bpd.options.bigquery.location (#666) (57ccabc)
  • Support axis=1 in df.apply for scalar outputs (#629) (f6bdc4a)
  • Support gcf vpc connector in remote_function (#677) (9ca92d0)
  • Warn with a more specific DefaultLocationWarning category when no location can be detected (#648) (e084e54)

Bug Fixes

  • Include index_col when selecting columns and filters in read_gbq_table (#648) (e084e54)

Dependencies

  • Add jellyfish as a dependency for spelling correction (57ccabc)

Documentation

  • Add code snippets for llm text generatiion (#669) (93416ed)
  • Add logistic regression samples (#673) (2218c21)
  • Address lint errors in code samples (#665) (4fc8964)
  • Document inlining of small data in read_* APIs (#670) (306953a)