Skip to content

Releases: ranaroussi/pystore

0.1.24

10 Jul 10:12
db73c64
Compare
Choose a tag to compare

Thanks to @gnzsnz !

  • deprecated Fastparquet
  • enable Pyarrow as default engine

NOTE: Existing stores using fastparquet will require a manual update on metadata.json.

0.1.23

11 Feb 11:36
f3e94d4
Compare
Choose a tag to compare
  • Fixed deprecate 'in' operator to be compatible with pandas 1.2.0 onwards (PR #58)
  • Add argument to append() to control duplicates (PR #57)