Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.13 KB

NEWS.md

File metadata and controls

47 lines (26 loc) · 1.13 KB

fstlib 0.1.8

This release of fstlib brings updates of the LZ4 compression library and contains fixes for compiling with gcc13.

Library updates

  • LZ4 updated to version 1.9.4
  • ZSTD updated to version 1.4.4

Enhancements

  • Error on missing column outputs columns name
  • Allow 64-bit size for number of factor levels
  • Column factory uses 64 bit length values

fstlib 0.1.6

License update

  • The license of the fstlib library was changed from the GNU AFFERO GENERAL PUBLIC LICENSE version 3 to MPL version 2. This allows for less restrictive use of the library, for example in comercial applications where fstlib is used as a unmodified component.

fstlib 0.1.5

Library updates

  • Serialization of zero-row tables for all column types (#10)

fstlib 0.1.4

This release of fstlib brings updates of the compression libraries and allows for 64-bit sizes of columns and number of factor levels.

Library updates

  • LZ4 updated to version 0.9.2
  • ZSTD updated to version 1.4.4

Enhancements

  • Error on missing column outputs columns name
  • Allow 64-bit size for number of factor levels
  • Column factory uses 64 bit length values