Releases: ihabunek/pdf417-py
Releases · ihabunek/pdf417-py
pdf417gen 0.8.0
* **BC BREAK**: Require Python 3.8+
* Modernized packaging
* Minor performance improvements
pdf417gen 0.7.1
* Fix issue with Pillow 7 which changed the default resize filter to BICUBIC.
* Minor performance improvement.
0.7.0 - Optimizations
- Fix max allowed code words calculation (#9)
- Optimization: don't switch to numeric mode for fewer than 13 digits (#12, thanks to @Pavkazzz for the original implementation)
These changes allow significantly more data to be encoded.
0.6.0
- Add a CLI interface
- Fix error in CHARACTERS_LOOKUP (#8)
0.5.0
- Drop support for Python 3.0, 3.1 and 3.2
- Fix handling of byte and string input in Python 3 (#4)