1.0.0
packtab 1.0.0
This is the first stable release of packtab! π
What's New
Bug Fixes
- Fixed mapping parameter to accept bidirectional mappings: The
mappingparameter inpack_table()now correctly accepts
bidirectional dictionaries (e.g.,{0: "Cc", "Cc": 0}), which are commonly used in Unicode table generation. Previously, this would
incorrectly raise aTypeError.
Recent Improvements (since 0.4.0)
- Implemented frequency-based chunk sorting for better cache optimization
- Fixed constant data optimization with comprehensive edge case tests
- Implemented dual compression with
#ifdef __OPTIMIZE_SIZE__ - Fixed tests and enabled mapping validation
- Removed black and flake8 linting in favor of simpler tooling
Development Status
- Updated from Beta to Production/Stable
Installation
pip install packtab==1.0.0Links
- https://github.com/harfbuzz/packtab/blob/master/README.md
- https://pypi.org/project/packtab/1.0.0/
- https://github.com/harfbuzz/packtab/issues
Full Changelog: 0.4.0...1.0.0