Skip to content

Version 0.4.3

Compare
Choose a tag to compare
@brl0 brl0 released this 12 Aug 22:25
b6809e7

Enhancements:

  • Expands the optional arguments that can be passed to to_parquet, to_parquet_dask, read_parquet, read_parquet_dask ensuring that storage_options is appropriately passed where needed. (#79)
  • Add typing information to some functions.
  • Update build_sindex to pass through kwargs to underlying HilbertRtree implementation.
  • Change build_sindex methods to consistently return reference to object to allow for method chaining.

Bug fixes:

  • Update internal validate_coerce_filesystem to pass storage_options through. (#78)

Compatibility:

  • Adds the ability to pass storage_options to the to_parquet function for pandas > 1.2, otherwise instantiates an fsspec filesystem with storage_options and passes that.
  • Renames fname parameter to path to align with the pandas convention.