units icon indicating copy to clipboard operation
units copied to clipboard

Common unit definitions for integrated assessment research

Results 7 units issues
Sort by recently updated
recently updated
newest added

- Use [Pint's documented approach](https://pint.readthedocs.io/en/stable/advanced/performance.html?highlight=performance#speed-up-registry-instantiation) to cache registry instantiation. - Actually test against the earliest supported Pint version shown in pyproject.toml. - Add Python 3.12 to classifiers. - Replace black...

enhancement

While working on some sanity-checks for the new IAMC project templates, I realized that several emissions species are relevant for IAM reporting but are not included in the [list of...

enhancement

As discussed in other contexts, it would be highly useful to add a module to convert between different currencies taking into account deflation and the year (or more granular?) of...

enhancement

Added CO2-eq notation as this is currently used in our AR6 and other variable templates

I have this 2007 (!) fact sheet produced by a former member of the MIT Energy Club: [UnitsAndConversions.pdf](https://github.com/IAMconsortium/units/files/5781143/UnitsAndConversions.pdf) This suggests several possible conversions that could be incorporated in `iam-units` to...

enhancement
help wanted

This PR silences the errors that mypy has been throwing recently (https://github.com/IAMconsortium/units/actions/runs/19125791339).

See hgrecco/flexcache#6. This occurs after the cache_folder argument here was added in #48: https://github.com/IAMconsortium/units/blob/d4f0ffd973bfc99891a33238a3b6f6add688c6f8/iam_units/__init__.py#L20-L21 Code that uses `iam-units` and `pytest-xdist` together is affected. The error occurs sporadically/non-deterministically, depending on which...