Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 09 Feb 05:26
· 124 commits to main since this release

A new release is here! Thank you everyone that contributed to it! 馃檱

Full Changelog

Breaking changes:

Fixed bugs:

  • invalid written parquet file of nested structures. (Mixing list with structs) #1325
  • Fix incorrect downcast in estimated_size_bytes #1351 (jleibs)
  • fix(parquet): nested struct /list writing #1347 (ritchie46)
  • Fixed csv infer_schema on empty fields #1342 (tripokey)

Enhancements:

Documentation updates:

Testing updates:

New Contributors