This release of fstlib brings updates of the LZ4 compression library and contains fixes for compiling with gcc13.
- LZ4 updated to version 1.9.4
- ZSTD updated to version 1.4.4
- Error on missing column outputs columns name
- Allow 64-bit size for number of factor levels
- Column factory uses 64 bit length values
- 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.
- Serialization of zero-row tables for all column types (#10)
This release of fstlib brings updates of the compression libraries and allows for 64-bit sizes of columns and number of factor levels.
- LZ4 updated to version 0.9.2
- ZSTD updated to version 1.4.4
- Error on missing column outputs columns name
- Allow 64-bit size for number of factor levels
- Column factory uses 64 bit length values