Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve changelog #124

Merged
merged 4 commits into from
Feb 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 29 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,37 @@
Changelog
=========

master
------
[v1.0.3]
--------
Changed
~~~~~~~
- (`#124 <https://github.com/GranthamImperial/silicone/pull/124>`_) Neatened up the changelog

[v1.0.2] - 4 Jan 2021
---------------------
Fixed
~~~~~
- (`#123 <https://github.com/GranthamImperial/silicone/pull/123>`_) Made the installation runner avoid prerelease.

Changed
~~~~~~~
- (`#121 <https://github.com/GranthamImperial/silicone/pull/121>`_) Updated to openscm-units>0.2
- (`#116 <https://github.com/GranthamImperial/silicone/pull/116>`_) Updated to work with pyam v0.8
- (`#115 <https://github.com/GranthamImperial/silicone/pull/115>`_) Pinned black

[v1.0.1] - 27 Oct 2020
----------------------
Changed
~~~~~~~
- (`#119 <https://github.com/GranthamImperial/silicone/pull/119>`_) Updated to work with pyam v0.8

Added
~~~~~
- (`#115 <https://github.com/GranthamImperial/silicone/pull/115>`_) Enabled multiple lead gases to be used with RMS closest cruncher.

[v1.0.0] - 9 Sept 2020
----------------------
Initial release
~~~~~~~~~~~~~~~
- (`#116 <https://github.com/GranthamImperial/silicone/pull/116>`_) Pinned black
- (`#113 <https://github.com/GranthamImperial/silicone/pull/113>`_) Added a warning for using ratio-based crunchers with negative values. Fixed some unit conversion todos (not user-facing).
- (`#112 <https://github.com/GranthamImperial/silicone/pull/112>`_) Enabled more general unit conversion, bug fix and improvement for infill_composite_values.
- (`#111 <https://github.com/GranthamImperial/silicone/pull/111>`_) Minor improvements to error messages and documentation.
Expand Down