-----------------------
Added
~~~~~
- (`134 <https://github.com/GranthamImperial/silicone/pull/134>`_) Added Gaurav to author list.
- (`132 <https://github.com/GranthamImperial/silicone/pull/132>`_) Added an additional time projector (Linear Extender) that simply extends the latest data to reach a specified point or by a constant gradient.
- (`129 <https://github.com/GranthamImperial/silicone/pull/129>`_) Added an additional time projector (Extend RMS closest) that extends a pathway to cover later times by selecting future data from the closest pathway.
- (`126 <https://github.com/GranthamImperial/silicone/pull/126>`_) Added the first time projector (Extend latest time quantile) that extends a pathway to cover later times, assuming it remains at the same quantile.
Changed
~~~~~~~
- (`133 <https://github.com/GranthamImperial/silicone/pull/133>`_) More fixes to allow compatibility with pyam updates.
- (`131 <https://github.com/GranthamImperial/silicone/pull/131>`_) Updated to allow compatibility with latest versions of pyam, openscm-units, coverage, pytest and black
Fixed
~~~~~
- (`130 <https://github.com/GranthamImperial/silicone/pull/130>`_) Reformatted files to make the linter happy (no functional changes).