Skip to content

Releases: DataEngineeringLabs/arrow2-convert

v0.5.0

09 May 10:14
Compare
Choose a tag to compare

Huge thanks to @jleibs and the rerun-io team for their continued contributions!

What's Changed

  • Efficient deserialization for Buffer by @jleibs in #103
  • Add support for arrow2::types::f16 by @jleibs in #104
  • Fix serialization issue with nested unions by @jleibs in #110

Full Changelog: v0.4.2...v0.5.0

v0.4.2

12 Feb 04:51
b2fd8f8
Compare
Choose a tag to compare

New Features

  • Enable using Buffer<T> for Serialize/Deserialize by @emilk in #98

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Feb 09:13
82ce45f
Compare
Choose a tag to compare

A huge thanks to everyone who contributed to this release!

Breaking Changes

New Features

  • New features: "skip" attribute, support for tuple structs, "transparent" feature on single-length structs. by @jondo2010 in #90

Enhancements

Fixed Bugs

  • Properly support sliced unions by @jleibs in #91

Documentation

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

29 Sep 17:56
6c37e29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Aug 08:05
b542d77
Compare
Choose a tag to compare

Thank you @nielsmeima, and @teymour-aldridge for your contributions to this release!

Features and Enhancements

Full Changelog: v0.2.0...v0.3.0

0.2.0

13 Jun 06:57
f21e013
Compare
Choose a tag to compare
  • Support FixedSizeBinary + FixedSizeList
  • Bump version of arrow to 0.12

v0.1.0

03 Mar 15:16
e06db77
Compare
Choose a tag to compare

Initial Release