From 6c75f042efe5ffd25acaf144eb56e4e1d13370c4 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Sun, 7 Jun 2020 16:33:35 +0200 Subject: [PATCH] Complete v3.0.0 migration notes --- RELEASE_NOTES.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index b4710ec8c..020078acd 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -7,8 +7,7 @@ Migration notes --------------- The :ref:`generic storage formulation ` introduces **new ixmp items** (sets, parameters, variables, and equations) to the MESSAGE model scheme. -When loading a Scenario created with a version of `message_ix` older than x.x.x, these items will be initialized (and left empty), using at most one call to :meth:`~message_ix.Scenario.commit`. -See :meth:`.MESSAGE.initialize`. +When loading a Scenario created with a version of `message_ix` older than 3.0.0, :meth:`.MESSAGE.initialize` will initialized these items (and leave them empty), using at most one call to :meth:`~message_ix.Scenario.commit`. See also the `migration notes for ixmp 3.0.0`_.