Skip to content

v0.1.0

Choose a tag to compare

@saptarshiroy39 saptarshiroy39 released this 23 Jun 04:29
· 20 commits to main since this release
6828820

[0.1.0] - 2026-06-13

Added

  • Initial release of the sizelib package.
  • New package entry point src/sizelib/__init__.py.
  • Custom SizeLibError and FileTooLarge exception declarations in exceptions.py.
  • Exponent-free dynamic loop size humanization function humanize() in humanize.py with 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