summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pint_0.18.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pint: Upgrade 0.17 -> 0.18Leon Anavi2021-11-041-0/+35
Upgrade to release 0.18: - Implement use of Quantity in the Quantity constructor (convert to specified units). - Rename .readthedocs.yml to .readthedocs.yaml, update MANIFEST.in - Fix a few small typos. - Fix babel format for `Unit`. - Fix handling of positional max/min arguments in clip function. - Fix string formatting of numpy array scalars. - Fix default format for Measurement class - Fix parsing of pretty units with same exponents but different sign. - Convert the application registry to a wrapper object. - Add documentation for the string format options. - Support custom units formats. - Autoupdate pre-commit hooks. - Improved the application registry. - Improved testing isolation using pytest fixtures. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>