Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The changes listed in this file are categorised as follows:

  • Added: new features

  • Changed: changes in existing functionality

  • Deprecated: soon-to-be removed features

  • Removed: now removed features

  • Fixed: any bug fixes

  • Security: in case of vulnerabilities.

v0.2.3 - 2021-04-27

Fixed

v0.2.2 - 2021-04-27

Added

  • (#33) Information in README and testing for conda install

Changed

  • (#32) Include LICENSE, README.rst and CHANGELOG in package

  • (#30) Require scmdata>=0.9

  • (#27) Fixed the discussion (in the relevant notebook) of how a one-layer model can be made from the two-layer implementation here

Fixed

  • (#30) Incorrect call to scmdata.ScmRun() in tests

v0.2.1 - 2020-12-23

Added

Changed

  • (#26) Updated to new scmdata version (and hence new openscm-units API)

  • (#25) JOSS paper following JOSS review 1

  • (#23) Moved notebooks into full documentation following JOSS review (closes #17)

  • (#21) Quoted pip install instructions to ensure cross-shell compatibility following JOSS review (closes #16)

  • (#20) Option to remove tqdm progress bar by passing progress=False

v0.2.0 - 2020-10-09

Added

  • (#7) JOSS paper draft

Changed

  • (#7) Require scmdata>=0.7

v0.1.2 - 2020-31-07

Changed

  • (#12) Upgrade to scmdata>=0.6.2 so that package can be installed

v0.1.1 - 2020-06-29

Added

  • (#8) Add notebook showing how to run a single-layer model

Changed

  • (#11) Re-wrote the getting started notebook

  • (#10) Re-wrote CHANGELOG

  • (#9) Update to scmdata 0.5.Y

v0.1.0 - 2020-05-15

Added

  • (#3) Add first implementation of the models

  • (#1) Setup repository