You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.rst
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,24 @@
1
+
.. _v3.10.0:
2
+
1
3
Next release
2
4
============
3
5
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
+
---------------------------------------
6
22
7
23
Add community guidelines for interaction on GitHub (:pull:`871`, :pull:`911`).
8
24
Please familiarize yourself with these to foster an open and welcoming community!
@@ -15,6 +31,8 @@ All changes
15
31
- Add :meth:`.Reporter.add_sankey` and :mod:`.tools.sankey` to create Sankey diagrams from solved scenarios (:pull:`770`).
16
32
The :file:`westeros_sankey.ipynb` :ref:`tutorial <tutorial-westeros>` shows how to use this feature.
17
33
- 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.
0 commit comments