What's Changed
* v1.8.0 by delameter in https://github.com/delameter/pytermor/pull/7
- `format_prefixed_unit` extended for working with decimal and binary metric prefixes;
- `format_time_delta` extended with new settings;
- Value rounding transferred from `format_auto_float` to `format_prefixed_unit`;
- Utility classes reorganization;
- Unit tests output formatting;
- `noop` SGR sequence and `noop` format;
- Max decimal points for `auto_float` extended from (2) to (max-2).
**Full Changelog**: https://github.com/delameter/pytermor/compare/v1.7.4...v1.8.0