- 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
0.0.3
- fix unit tests to work with `setup.py test` and python `unittest` - update install docs - remove dev dependencies: `bpython`, `ipdb`
0.0.2
- fixes issue where setup.py could fail to parse the package description
0.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](https://pypi.python.org/pypi/gzint/): `pip install gzint`.