summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pint_0.25.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pint: upgrade 0.25.2 -> 0.25.3Wang Mingyu2 days1-0/+35
Changelog: ============== - 'GenericPlainRegistry.parse_expression' now correctly returns a dimensionless Quantity when taking a float, int, or NaN - Replace MIP with scipy in 'Quantity.to_preferred' - New unit formatting modifier added ('^') to format unit with negative exponents - Add atomic unit of electric field gradient ('atomic_unit_of_electric_field_gradient', 'a_u_efg') - Defer expensive loading of dask.array - Add support for numpy's 'vdot', 'inner', 'outer', 'linalg.outer', 'matvec', 'vecmat', 'tensordot', and 'linalg.tensordot' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>