Skip to content

Commit

Permalink
Add #912, #723, #726 to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru authored and glatterf42 committed Feb 3, 2025
1 parent 61e0da1 commit f7a82d1
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
.. _v3.10.0:

Next release
============

GitHub community guidelines
---------------------------
Migration note
---------------

.. _v3.10.0-migrate-1:

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.

**Only** such scenarios are affected.
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.
On the other hand, if ``duration_period`` values are *all* 5 years, or 10 years, there should be no change.

This is a result of :pull:`912`, which adjusts the calculation of ``PRICE_EMISSION`` to give correct outcomes in the mixed-duration case.
Please refer to :pull:`726` and :pull:`723` for more extensive discussion of the issue and fix.

GitHub-recommended community guidelines
---------------------------------------

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

.. _v3.9.0:

Expand Down

0 comments on commit f7a82d1

Please sign in to comment.