v0.1.0
[0.1.0] - 2026-06-13
Added
- Initial release of the
sizelibpackage. - New package entry point
src/sizelib/__init__.py. - Custom
SizeLibErrorandFileTooLargeexception declarations inexceptions.py. - Exponent-free dynamic loop size humanization function
humanize()inhumanize.pywith strict base=2 and base=10 suffix mapping. - Size factor computation helper modules (
size.py) and config constants (config.py). - Modern standard setup (
pyproject.toml) and test suites (tests/test_size.py,tests/test_humanize.py).
Full Changelog: https://github.com/saptarshiroy39/sizelib/commits/v0.1.0