Skip to content

Releases: uwdata/flechette

v2.3.0

27 Jan 15:55
ac36b4f

Choose a tag to compare

Changelog

  • Add compression support.
  • Add compression codec registry for adding pluggable codecs.
  • Fix encoded buffer region lengths to contain true length, not padded length.
  • Update documentation with compression options and examples.

Full Changelog: v2.2.7...v2.3.0

v2.2.7

22 Jan 22:40
8bd517f

Choose a tag to compare

Changelog

  • Fix: support empty struct fields in Arrow IPC decoding. (thanks @roelentless!)

Full Changelog: v2.2.6...v2.2.7

v2.2.6

30 Oct 00:45

Choose a tag to compare

Changelog

  • Fix: bug in IPC stream decoding when an empty batch is part of the stream by (thanks @roelentless!)

Full Changelog: v2.2.5...v2.2.6

v2.2.5

27 Oct 20:09

Choose a tag to compare

Changelog

  • Fix: infer correct bitWidth for Time type based on unit. (thanks @roelentless!)
  • Fix: decoder handling when a null column is not last in schema. (thanks @roelentless!)
  • Update dependencies.

Full Changelog: v2.2.4...v2.2.5

v2.2.4

02 Oct 03:47

Choose a tag to compare

Changelog

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3

12 Sep 19:13

Choose a tag to compare

Changelog

  • Fix ArrayBufferLike check to be safe in case SharedArrayBuffer is not defined.

Full Changelog: v2.2.2...v2.2.3

v2.2.2

12 Sep 18:01

Choose a tag to compare

Changelog

  • Support ArrayBufferLike inputs to tableFromIPC.

Full Changelog: v2.2.1...v2.2.2

v2.2.1

12 Sep 17:54

Choose a tag to compare

Changelog

  • Support ArrayBufferLike inputs to decodeIPC.

Full Changelog: v2.2.0...v2.2.1

v2.2.0

07 Sep 23:14

Choose a tag to compare

Changelog

  • Export RowIndex for accessing row index of struct proxy objects. (thanks @sbaildon!)
  • Minor type and documentation updates.
  • Update dependencies.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

08 Jul 07:54

Choose a tag to compare

Changelog

  • Update Table types to include column type map.
  • Reformat type imports to use @import syntax.

Full Changelog: v2.0.1...v2.1.0