-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |