Skip to content

v0.1.2

Choose a tag to compare

@saptarshiroy39 saptarshiroy39 released this 23 Jun 04:32
· 18 commits to main since this release
4d91947

[0.1.2] - 2026-06-19

Changed

  • Renamed internal modules size.py to _size.py and humanize.py to _humanize.py to denote them as internal implementation details, and updated imports in __init__.py.
  • Refactored humanize() logic to use a standard while loop instead of a for-else block for better readability.

Added

  • Updated documentation in README.md and SDK.md demonstrating that unit helpers fully support passing variables and expressions as arguments.

Full Changelog: v0.1.1...v0.1.2