Skip to content

v0.3.0

Compare
Choose a tag to compare
@mwlon mwlon released this 03 Jul 03:13
· 41 commits to main since this release
  • New format version (2)
  • API breaking changes
    • Replaced FloatMultSpec and IntMultSpec with mode_spec: ModeSpec in ChunkConfig.
    • Removed auto_delta_encoding_order function.
  • API additions
    • Added support for 16-bit data types.
    • Added LatentDescriber API, accessible by NumberLike::get_latent_describer.
  • Improvements
    • Added FloatQuant mode and automatic detection for it, improving compression ratio on quantized float data.
    • Increased compression speed for high compression levels slightly.