Skip to content

Commit 79c01ad

Browse files
committed
Add release notes for 1.3.3
1 parent ecbeb35 commit 79c01ad

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

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.3.3
1112
v1.3.2
1213
v1.3.1
1314
v1.3.0

docs/release-notes/v1.3.3.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release notes for MUSE v1.3.3 (February 7, 2025)
2+
3+
These are the main changes in MUSE v1.3.3.
4+
5+
## Bug fixes
6+
7+
### Fixed an error with the LCOE and EAC outputs ({github}`657`)
8+
9+
- Data in these outputs was previously shown for the wrong year (e.g. LCOE values for 2025 shown as 2020). This is now fixed.
10+
11+
### Fixed errors in the calculation of commodity supply ({github}`585`)
12+
13+
- Particularly in relation to multi-region models, and technologies with multiple end-use commodities
14+
15+
## Deprecated features
16+
17+
### Dropped the `foresight` and `forecast` parameters ({github}`641` and {github}`645`)
18+
19+
These parameters previously allow agents to forecast beyond the investment year, but this feature has been dropped since [v1.3.0](https://muse-os.readthedocs.io/en/latest/release-notes/v1.3.0.html#agent-forecasting-beyond-the-time-interval). Users are advised to remove these parameters from their settings files, otherwise a warning will be raised.
20+
21+
## Optimization
22+
23+
Several changes aimed at improving performance and simplifying the codebase for ease of maintenance. See {github}`647`, {github}`641`, {github}`650`, {github}`642`, {github}`645`.

0 commit comments

Comments
 (0)