Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ authors:
given-names: Adam

title: MUSE_OS
version: v1.4.0
date-released: 2025-4-3
version: v1.4.1
date-released: 2025-5-9
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.4.1
v1.4.0
v1.3.3
v1.3.2
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/v1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release notes for MUSE v1.4.1 (May 9, 2025)

These are the main changes in MUSE v1.4.1.

## Fixed a bug affecting technologies with zero existing capacity ({github}`703`)

- There was a small bug introduced in v1.4.0 that meant that commodity demands were failing to be recognised in some subsectors containing technologies with zero existing capacity
- See {github}`703` for more details

## Fixed a bug with outputs cache feature ({github}`704`)