Skip to content

v0.0.2

Compare
Choose a tag to compare
@hakonmh hakonmh released this 07 Nov 15:59
· 253 commits to master since this release

Warning: This update causes some API-breaking changes:

  • Table.read() and Store.read_table() has now been renamed to read_arrow()
  • The parameter new_name in rename_*() functions and methods have been changed to to

Other changes:

  • Improved read_polars() performance
  • Index column now appears first when reading data as Arrow or Polars
  • read_pandas() now converts to Pandas Series where it is possible
  • Improved performance of all metadata handling