Skip to content

Commit

Permalink
Add release notes for v1.3.2 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland authored Jan 22, 2025
1 parent e4332e6 commit 534feb3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ To update to the latest version, run `pip install --upgrade muse-os`
.. toctree::
:maxdepth: 1

v1.3.2
v1.3.1
v1.3.0
v1.2.3
Expand Down
17 changes: 17 additions & 0 deletions docs/release-notes/v1.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Release notes for MUSE v1.3.2 (January 22, 2025)

These are the main changes in MUSE v1.3.2.

## Bug fixes

### Fixed error with the calculation of LCOE ({github}`633`)

- There was an error with the way that LCOE was calculated, which was artificially inflating commodity prices in timeslices with lower levels of production. This is now fixed.

### Fixed incorrect installed year in capacity results ({github}`628`)

- The "installed" column (the year that an asset was installed) was previously incorrect, and has now been fixed.

## Deprecated features

### Dropping the "cvxopt" solver ({github}`622`)

0 comments on commit 534feb3

Please sign in to comment.