Skip to content

Commit f7a82d1

Browse files
khaeruglatterf42
authored andcommitted
Add iiasa#912, iiasa#723, iiasa#726 to release notes
1 parent 61e0da1 commit f7a82d1

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

RELEASE_NOTES.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
.. _v3.10.0:
2+
13
Next release
24
============
35

4-
GitHub community guidelines
5-
---------------------------
6+
Migration note
7+
---------------
8+
9+
.. _v3.10.0-migrate-1:
10+
11+
1. For scenarios with :doc:`periods </time>` that have 2 or more different ``duration_period``, users should expect that values for the solution variable ``PRICE_EMISSION`` will change compared to version 3.9.0 and earlier.
12+
13+
**Only** such scenarios are affected.
14+
For example, if ``duration_period`` is 5 years for some periods in the ``year`` set, and 10 years for others, then ``PRICE_EMISSION`` values will change.
15+
On the other hand, if ``duration_period`` values are *all* 5 years, or 10 years, there should be no change.
16+
17+
This is a result of :pull:`912`, which adjusts the calculation of ``PRICE_EMISSION`` to give correct outcomes in the mixed-duration case.
18+
Please refer to :pull:`726` and :pull:`723` for more extensive discussion of the issue and fix.
19+
20+
GitHub-recommended community guidelines
21+
---------------------------------------
622

723
Add community guidelines for interaction on GitHub (:pull:`871`, :pull:`911`).
824
Please familiarize yourself with these to foster an open and welcoming community!
@@ -15,6 +31,8 @@ All changes
1531
- Add :meth:`.Reporter.add_sankey` and :mod:`.tools.sankey` to create Sankey diagrams from solved scenarios (:pull:`770`).
1632
The :file:`westeros_sankey.ipynb` :ref:`tutorial <tutorial-westeros>` shows how to use this feature.
1733
- Add option to :func:`.util.copy_model` from a non-default location of model files (:pull:`877`).
34+
- Bug fix for calculation of ``PRICE_EMISSION`` (:pull:`912`, :issue:`723`).
35+
See the :ref:`migration note <v3.10.0-migrate-1>` above.
1836

1937
.. _v3.9.0:
2038

0 commit comments

Comments
 (0)