Releases: thombashi/humanreadable
Releases · thombashi/humanreadable
v0.4.0
- Add
to_humanreadable
method toBitsPerSecond
class - Fix
to_humanreadable
method failed when the value is over 1 day: #2 (Thanks to @giobri) - Fix
__all__
in__init__.py
- Drop support for Python 3.6
- Improve type annotations
- Modify to use
pypa/build
for package build - Update
[build-system]
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
- Add support for Python 3.10/3.11
- Drop support for Python 3.5
- Change
BitPerSecond.bps
property type fromint
tofloat
- Add type annotations
- Update requirements
Full Changelog: v0.1.0...v0.2.0