Skip to content

Releases: ihabunek/pdf417-py

pdf417gen 0.8.0

04 Jul 14:30
e2f4d2a
Compare
Choose a tag to compare
* **BC BREAK**: Require Python 3.8+
* Modernized packaging
* Minor performance improvements

pdf417gen 0.7.1

04 Jul 14:29
b48405e
Compare
Choose a tag to compare
* Fix issue with Pillow 7 which changed the default resize filter to BICUBIC.
* Minor performance improvement.

0.7.0 - Optimizations

05 Nov 17:28
bb72d24
Compare
Choose a tag to compare
  • 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

02 Nov 11:16
69ab9d9
Compare
Choose a tag to compare
  • Add a CLI interface
  • Fix error in CHARACTERS_LOOKUP (#8)

0.5.0

02 Nov 11:15
Compare
Choose a tag to compare
  • Drop support for Python 3.0, 3.1 and 3.2
  • Fix handling of byte and string input in Python 3 (#4)

0.2.0

21 Aug 18:27
Compare
Choose a tag to compare
  • Add SVG renederer

0.1.0

21 Aug 12:53
Compare
Choose a tag to compare
  • Initial release