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_bencompress_jsonl_to_xbencompress_ben_to_xbendecompress_ben_to_jsonldecompress_xben_to_jsonldecompress_xben_to_ben
Full Changelog: v0.3.0...v0.2.0