- (#33) Generate static usage documentation from the introduction notebook
- (#34) Update documentation regarding NOx conversions.
- (#38) Fixed Series.iteritems() removal in pandas, see e.g. #150 in primap2
- (#30) Custom metrics are now to be provided as :obj:`pd.DataFrame` rather than being read off disk
- (#29) Load Global Warming Potentials from globalwarmingpotentials package.
- (#28) Add ability to use a custom metrics csv with :class:`ScmUnitRegistry`
- (#28) Drop Python3.6 support
- (#27) Add github action to automatically draft a github release from a git tag.
- (#25) Add "N2O_conversions" context to remove ambiguity in N2O conversions
- (#23) Add AR5 GWPs with climate-carbon cycle feedbacks (closes #22)
- (#20) Make
openscm_units.data
a module by adding an__init__.py
file to it and add docs foropenscm_units.data
(closes #19) - (#18) Made NH3 a separate dimension to avoid accidental conversion to CO2 in GWP contexts. Also added an
nh3_conversions
context to convert to nitrogen (closes #12) - (#16) Added refrigerant mixtures as units, including automatic GWP calculation from the GWP of their constituents. Also added the
unit_registry.split_gas_mixtures
function which can be used to split quantities containing a gas mixture into their constituents (closes #10)
- (#15) Update CI so that it runs on pull requests from forks too
- (#14) Renamed
openscm_units.unit_registry
module toopenscm_units._unit_registry
to avoid name collision and liftScmUnitRegistry
toopenscm_units.ScmUnitRegistry
(closes #13)
- (#5) Update
MANIFEST.in
to ensureLICENSE
,README.rst
andCHANGELOG.rst
are included in source distributions - (#4) Update README and url to point to openscm organisation
- (#2) Hotfix so that 'Tt' is terra tonne rather than 'tex'
- (#1) Setup repository