github jorgecarleitao/arrow2 v0.13.0

latest releases: v0.17.0, v0.16.0, v0.15.0...
21 months ago

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:

Don't miss a new arrow2 release

NewReleases is sending notifications on new releases.