Prefixed

Latest version: v0.9.0

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.2

**Bug Fixes**
- Deprecated format specifiers 'j' and 'J' were not properly handled when passed as Unicode in 2.7
- Fixed and test added to catch regressions

0.4.1

**Bug Fixes**
- Deprecated format specifiers `'j'` and `'J'` were not properly handled
- Fixed and test added to catch regressions

0.4.0

**Changes**
- Add [Significant digit support](https://prefixed.readthedocs.io/en/stable/#significant-digits)
- `'H'` (SI), `'K'` (IEC), and `'M'` (IEC short) presentation types treat precision as significant digits
- Trailing zeros are dropped by default, use `''` to preserve
- `'j'` (IEC) presentation type replaced with `'k'`
- `'j'` still works, but is deprecated
- `'J'` (IEC short) presentation type replaced with `'m'`
- `'J'` still works, but is deprecated
- Dropped support for Python 3.4

**Housekeeping**
- Moved to GitHub Actions
- Rename master to main

0.3.2

**Changes**
- No longer accept arbitrary characters after prefix in input strings
- Accept a single space between value and prefix in input strings

**Bug Fixes**
- Base for IEC values was incorrect in documentation

0.3.1

**Changes**
- Make import of Float more explicit in examples

0.3.0

**New Features**
- Added margin to format specification

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.