Release notes¶
Pinttrs 26.2.0 (upcoming release)¶
Pinttrs 26.1.0 (2026-03-05)¶
Move again
ensure_unitsto theconvertersmodule.Add a deferred version of
converters.ensure_units().Deprecate
to_units().Deprecate
util.ensure_units()Add
to_quantity()converter.Extend
to_quantity()to support xarray DataArray objects withunitsattributes.Add Python 3.14 support.
When converting dictionaries, units can be specified using the
unitfield.
Pinttrs 25.1.0 (2025-06-25)¶
Pinttrs is now available on conda-forge.
Add Python 3.13 support.
Developer-side changes¶
Pinttrs 24.1.0 (2024-02-24)¶
Developer-side changes¶
Pinttrs 23.2.0 (2023-02-25)¶
Support
import pinttrs, promote this namespace and modern APIs in documentation (PR5).
Developer-side changes¶
Pinttrs 23.1.1 (2023-02-22)¶
Minor release with tooling updates.
Pinttrs 23.1.0 (2023-02-22)¶
Drop Python 3.7 support, add Python 3.11 support (191677)
Pinttrs 22.1.0 (2022-07-19)¶
Developer-side changes¶
Move to PDM for dependency and project management (PR3).
Apply Copier template for easier tooling management (PR3).
Drop Towncrier-based changelog management (PR3).
Pinttrs 21.3.1 (2021-09-13)¶
Developer-side changes¶
Pinttrs 21.3.0 (2021-08-20)¶
Features¶
Developer-side changes¶
Pinttrs 21.2.0 (2021-04-26)¶
Features¶
pinttr.UnitContext: Added square bracket syntax.
Pinttrs 21.1.0 (2021-03-08)¶
Features¶
pinttr.converters.ensure_units(): Moved topinttr.util.
Developer-side changes¶
Switched to calendar versioning (schema: YY.MINOR.MICRO).
Pinttrs 1.1.0 (2021-02-18)¶
Features¶
pinttr.interpret_units(): Support forpint.Quantitymagnitude values.pinttr.UnitContext: Added custom unit registry for string-to-units interpretation.
Developer-side changes¶
Set up bump2version to help with version number management.
Raised test coverage to 100%.
Upgraded dependency pinning system for cleaner environment setup and update.
Pinttrs 1.0.0 (2021-02-04)¶
Initial release.