wibl-python-1.2.0
·
33 commits
to main
since this release
Changes since 1.1.1 release (May 8th, 2025)
- Notable changes:
- Use wibl@ccom.unh.edu as e-mail for example metadata (commit).
- Add strict mode support for commands that read WIBL files to allow failed packet transcriptions to be treated as an error. By default, strict mode is not enabled. Previous default was to treat packet transcription errors as fatal errors. New default is to treat these are warnings with a detailed explanation of exactly where the fault lies in the WIBL file being processed. (commit).
- logger-file: when reading WIBL packets record position before read so that byte offset reported during error will be more precise (commit.
- Update CLI application to use click (commit.
- Testing improvements