Releases: pirate/gzint
Releases · pirate/gzint
gzint v0.0.4
- 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
- fix unit tests to work with
setup.py test
and pythonunittest
- update install docs
- remove dev dependencies:
bpython
,ipdb
gzint v0.0.2
- fixes issue where setup.py could fail to parse the package description
gzint v0.0.1
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
.