Skip to content

v0.2.2

Choose a tag to compare

@saptarshiroy39 saptarshiroy39 released this 11 Aug 11:05
· 6 commits to main since this release
233365d

[0.2.2] - 2026-08-11

Added

  • Expanded binary unit helpers in sizelib.size with pib(), eib(), zib(), and yib() (up to $1024^8$ / Yotta binary).
  • Expanded decimal unit helpers in sizelib.size with pb(), eb(), zb(), and yb() (up to $1000^8$ / Yotta decimal).
  • Updated human_size() output unit escalation to support up to YiB (base 2) and YB (base 10).

Changed

  • Standardized binary-first helper definition and evaluation order across the entire library and documentation suite.

Full Changelog: v0.2.1...v0.2.2