v0.2.0
[0.2.0] - 2026-08-01
Added
- Added
timehelper module (sizelib.time) with scaling functions (s,ms,min,hour,day,week). - Added
human_size()function in_human_size.pyfor humanizing byte sizes. - Added
human_time()function in_human_time.pyfor formatting second into human-readable duration strings (e.g.500 ms,1 min,2 hour).
Changed
- Refactored humanization API into separate
human_sizeandhuman_timefunctions.
Full Changelog: v0.1.3...v0.2.0