Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 3.72 KB

CHANGELOG.rst

File metadata and controls

65 lines (44 loc) · 3.72 KB

Changelog

v0.5.1

  • (#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

v0.5.0

v0.4.0

  • (#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.

v0.3.0

  • (#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 for openscm_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)

v0.2.0

  • (#15) Update CI so that it runs on pull requests from forks too
  • (#14) Renamed openscm_units.unit_registry module to openscm_units._unit_registry to avoid name collision and lift ScmUnitRegistry to openscm_units.ScmUnitRegistry (closes #13)

v0.1.4

  • (#7) Added C7F16, C8F18 and SO2F2 AR5GWP100 (closes #8)

v0.1.3

  • (#7) Include metric conversions data in package
  • (#6) Add conda install instructions

v0.1.2

  • (#5) Update MANIFEST.in to ensure LICENSE, README.rst and CHANGELOG.rst are included in source distributions
  • (#4) Update README and url to point to openscm organisation

v0.1.1

  • (#2) Hotfix so that 'Tt' is terra tonne rather than 'tex'

v0.1.0

  • (#1) Setup repository