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.
- (`#58 https://github.com/iiasa/climate-assessment/pull/58`_) Update requirements
- (`#50 https://github.com/iiasa/climate-assessment/pull/50`_) Update scmdata and other dependencies and rewrite a few functions
- (`#43 https://github.com/iiasa/climate-assessment/pull/43`_) Add combined CSV output option to :func:`climate_assessment.cli.clim_cli`
- (`#40 https://github.com/iiasa/climate-assessment/pull/40`_) Update awscli to >= 1.29.4
- (`#36 https://github.com/iiasa/climate-assessment/pull/36`_) Update pyam-iamc to >=1.9.0
- (`#31 https://github.com/iiasa/climate-assessment/pull/31`_) Update pyam-iamc to >=1.7.0
- (#15) Fix packaging issues and add installation instructions
- (#6) Added example run notebooks and tests thereof
- (#1) Added :func:`climate_assessment.cli.run_workflow`
- (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) Switched to using poetry for environment management
- (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) Include a
poetry.lock
andrequirements.txt
in the repo for reproducible environments - (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) Added pre-commit hook
- (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) Pinned requirements to make install more reproducible for users (and updated GitHub CI/CD accordingly)
- (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) Docs build
- (`#55 https://github.com/iiasa/climate-assessment/pull/55`_) CI, with specific mention for now retrieving the infiller database using ixmp4
- (`#49 https://github.com/iiasa/climate-assessment/pull/49`_) Fix if all emissions data starts in 2015, in :func:`add_year_historical_percentage_offset`
Initial release