Skip to content

Releases: pirate/gzint

gzint v0.0.4

19 Nov 19:51
Compare
Choose a tag to compare
  • fix broken math on HugeInts where it would attempt to operate on the compressed bytes instead of int
  • add more tests to confirm HugeInt math works properly
  • add check to tests.py to make sure it's run as a module
  • minor code cleanup and speed improvements

gzint v0.0.3

19 Nov 09:55
Compare
Choose a tag to compare
  • fix unit tests to work with setup.py test and python unittest
  • update install docs
  • remove dev dependencies: bpython, ipdb

gzint v0.0.2

19 Nov 09:31
Compare
Choose a tag to compare
  • fixes issue where setup.py could fail to parse the package description

gzint v0.0.1

19 Nov 09:12
Compare
Choose a tag to compare

This is the alpha version of the gzint library.
gzint provides HugeInt, a type which stores massive integers as gzip-compressed strings in memory.

The package is also available via pypi: pip install gzint.