13.11. Release notes for MUSE v1.2.1 (October 9, 2024)
These are the main changes in MUSE v1.2.1.
Please read carefully if upgrading from an earlier version, as some of the changes may require you to modify your model input files.
13.11.1. Carbon budget module
The bisection method has been fixed, as this was not working as expected before (#483, #484). Additionally, a number of default settings have been changed, and parameters renamed. Users must carefully check which parameters are specified in their settings files, as any unspecified parameters will revert to the new defaults. The main changes are as follows:
control_undershoot/control_overshoot: The default has been changed from True to Falsemethod: The default has changed fromfittingtobisectionmethod_options.refine_price: The default has changed from True to Falsemethod_options.resolution: New parametermethod_options.sample_size: This parameter no longer applies to the bisection algorithm, and won’t be permitted when using that method. Please usemethod_options.max_iterationsinsteadmethod_options.toleranceandmethod_options.early_termination_count: New parameters for the bisection method
Please read the new documentation page in full before using a carbon budget
13.11.2. Default model
A number of changes have been made to the default model that is generated with
muse --model default --copy PATH. This is mostly to simplify the outputs (#461)