Skip to content

Releases: jorgecarleitao/parquet2

v0.10.1

12 Feb 07:34
Compare
Choose a tag to compare

Full Changelog

Enhancements:

v0.10.0 (2022-02-02)

v0.10.0

02 Feb 07:09
Compare
Choose a tag to compare

A new release is now available in crates.io.

Breaking changes:

Fixed bugs:

v0.9.2

25 Jan 06:20
Compare
Choose a tag to compare

Fixed bugs:

v0.9.0

11 Jan 05:17
Compare
Choose a tag to compare

A new release is here, with a performance improvement to bitpacking by @danburkert , an important fix to write data, and one backward incompatible change to allow serializing and writing to happen on separate thread pools (e.g. via tokio_rayon).

Breaking changes:

Enhancements:

  • bitpacking: use stack-allocated temporary buffer #76 (danburkert)
  • Added constructor to RowGroupMetaData and ColumnChunkMetaData #74 (yjshen)
  • Improved performance of reading multiple pages #73 (jorgecarleitao)

Fixed bugs:

Full Changelog

v0.8.1

09 Dec 06:58
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v0.8.0

24 Nov 19:22
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

Fixed bugs:

v0.7.0

13 Nov 06:16
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

  • Use i64s for delta-bitpacked's interface #67 (kornholi)

New features:

Fixed bugs:

  • Fix off-by-one error in delta-bitpacked decoder #66 (kornholi)

v0.6.0

18 Oct 05:24
Compare
Choose a tag to compare

Another release is here. It contains 3 breaking changes and a couple of bug fixes (backported to 0.5).

Full Changelog

Breaking changes:

Fixed bugs:

Enhancements:

  • Added writing reduced statistics for FixedLenByteArray #55 (potter420)

v0.5.2

06 Oct 09:38
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

Enhancements:

  • Added writing reduced statistics for FixedLenByteArray #55 (potter420)

v0.5.1

29 Sep 07:12
Compare
Choose a tag to compare

Full Changelog

Fixed bugs: