Skip to content

bpack v1.1.0 (15/04/2023)

Compare
Choose a tag to compare
@avalentino avalentino released this 22 May 06:08
· 82 commits to main since this release
4b7bc78
  • Added support for signed integers to bpack.np.unpackbits. Both standard signed integers and integers encoded with sign and module are now supported.
  • Use uppercase enums in s1isp.py example.
  • Improved docstrings in bpack.np.
  • Fixed several typos.