Skip to content

Commit 107c0ab

Browse files
committed
Add release notes for v1.5.5
1 parent 308a677 commit 107c0ab

3 files changed

Lines changed: 12 additions & 2 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.5.4
13-
date-released: 2026-01-16
12+
version: v1.5.5
13+
date-released: 2026-03-27

docs/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is the list of changes to MUSE between each release.
55

66
To update to the latest version, run ``pip install --upgrade muse-os``
77

8+
* :ref:`/release-notes/v1.5.5.md`
89
* :ref:`/release-notes/v1.5.4.md`
910
* :ref:`/release-notes/v1.5.3.md`
1011
* :ref:`/release-notes/v1.5.2.md`

docs/release-notes/v1.5.5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release notes for MUSE v1.5.5 (March 27, 2026)
2+
3+
This release has no changes to the code, but fixes an issue affecting new installations
4+
of MUSE due to incompatibility with the latest major version of `pandas` (3.0.0), which
5+
was released on January 21, 2026.
6+
7+
The next major version of MUSE1 (v1.6.0) will include support for `pandas` 3.0.0, as
8+
well as dropping support for Python 3.9 and 3.10. In the meantime, new users should
9+
install MUSE v1.5.5 to ensure that a compatible version of `pandas` is being used.

0 commit comments

Comments
 (0)