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

v0.13.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 31 Jul 20:19
· 239 commits to main since this release

A new version (0.13) is now available on crates.io! 馃帀馃帀馃帀馃帀

This is another large release of arrow2. Among the many, many changes (see below), it is worth noting:

  • Added copy-on-write API to perform operations in place, improving performance of expressions like (a + b) * 2 by a factor of 2-10x
  • Added support to read from Apache ORC format
  • Added support for projection and limit pushdown when reading from Arrow IPC format
  • Added support for f16

Thank you to the numerous contributors, both via PRs and issues, that resulted in this fantastic release 馃檱

Breaking changes:

New features:

Fixed bugs:

Enhancements:

Documentation updates:

Testing updates: