Skip to content

v1.3.0

Compare
Choose a tag to compare
@release-please release-please released this 22 Apr 23:16
7227a6a

1.3.0 (2024-04-22)

Features

  • Add Series.struct.dtypes property (#599) (d924ec2)
  • Add fine tuning fit() for Palm2TextGenerator (#616) (9c106bd)
  • Add quantile statistic (#613) (bc82804)
  • Expose max_batching_rows in remote_function (#622) (240a1ac)
  • Support primary key(s) in read_gbq by using as the index_col by default (#625) (75bb240)
  • Warn if location is set to unknown location (#609) (3706b4f)

Bug Fixes

  • Address technical writers fb (#611) (9f8f181)
  • Infer narrowest numeric type when combining numeric columns (#602) (8f9ece6)
  • Use exact median implementation by default (#619) (9d205ae)

Documentation

  • Fix rendering of examples for multiple apis (#620) (9665e39)
  • Set index_cols in read_gbq as a best practice (#624) (70015b7)