Skip to content

v0.3.0

Latest

Choose a tag to compare

@peterrrock2 peterrrock2 released this 17 Oct 00:23
· 3 commits to main since this release

This release includes the long awaited python hooks for the BEN package. These hooks are now available in the py-ben python package hosted on pypi.

Ben Changes

  • Introduced notion of "frames" to the decoders to make searching through compressed ensembles much easier.
  • Added a frame subsampler type to make reading through compressed ensembles more intuitive
  • Added more intense fuzzing tests

PyBen

Can be installed with pip install binary-ensemble

  • Added PyBenEncoder and PyBenDecoder class hooks to make interacting with BEN and XBEN files easier
  • Added the following functions so people do not need to use the CLI all of the time to compress files:
    • compress_jsonl_to_ben
    • compress_jsonl_to_xben
    • compress_ben_to_xben
    • decompress_ben_to_jsonl
    • decompress_xben_to_jsonl
    • decompress_xben_to_ben

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