Skip to content

Commit 02a53a2

Browse files
authored
Release notes for v1.4.3 (#735)
Co-authored-by: Tom Bland <23723407+tsmbland@users.noreply.github.com>
1 parent 3770dcc commit 02a53a2

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ authors:
99
given-names: Adam
1010

1111
title: MUSE_OS
12-
version: v1.4.2
13-
date-released: 2025-5-16
12+
version: v1.4.3
13+
date-released: 2025-6-25

docs/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To update to the latest version, run `pip install --upgrade muse-os`
88
.. toctree::
99
:maxdepth: 1
1010

11+
v1.4.3
1112
v1.4.2
1213
v1.4.1
1314
v1.4.0

docs/release-notes/v1.4.3.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release notes for MUSE v1.4.3 (June 25, 2025)
2+
3+
These are the main changes in MUSE v1.4.3.
4+
5+
## Small change to the calculation of commodity prices ({github}`728`)
6+
7+
- Fixes an issue where prices would sometimes rise to extremely high levels cause by under-utilized assets
8+
- See {github}`728` for more details
9+
10+
## Small change to the carbon budget algorithm to prevent extremely high carbon prices ({github}`733`)
11+
12+
- A new parameter called `price_penalty` has been introduced, which aims to limit carbon price rises in scenarios where the carbon budget cannot be reached
13+
- Please see documentation [here](https://muse-os.readthedocs.io/en/latest/inputs/toml.html#carbon-market), and see {github}`733` for more details
14+
15+
## Removed "Fuel", "EndUse" and ""ScalingSize" parameters from technodata files ({github}`715` and {github}`729`)
16+
17+
- These parameters are either not required, or can be inferred from other input data (e.g. commodity in/out data)
18+
- A deprecation warning will be raised if any of these columns are present in your technodata files

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"numpy>=2.0",
2929
"scipy>=1.13",
3030
"pandas>=2.2",
31-
"xarray>=2024.6",
31+
"xarray>=2024.6,<=2024.11",
3232
"bottleneck>=1.4",
3333
"coloredlogs",
3434
"toml",

0 commit comments

Comments
 (0)