Skip to content

Commit 057ef48

Browse files
committed
v0.2.5: Support for generating decomposition plots for custom signature sets.
1 parent 4efed4e commit 057ef48

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.2.5] - 2025-08-07
10+
11+
### Added
12+
- Support for generating decomposition plots for custom signature sets.
13+
14+
### Changed
15+
- Refactored the test script to be more readable and maintainable.
16+
17+
### Fixed
18+
- Removed redundant plotting of COSMIC signatures in the decomposition plots.
19+
920
## [0.2.4] - 2025-08-07
1021

1122
### Added

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if os.path.exists("dist"):
77
shutil.rmtree("dist")
88

9-
VERSION = "0.2.4"
9+
VERSION = "0.2.5"
1010

1111

1212
def write_version_py(filename="SigProfilerAssignment/version.py"):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
1515
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616
short_version = '%(version)s'
1717
version = '%(version)s'
18-
Update = 'v0.2.4: Add rn7 and mm39 reference signatures'
18+
Update = 'v0.2.5: Support for generating decomposition plots for custom signature sets.'
1919
2020
"""
2121
fh = open(filename, "w")

0 commit comments

Comments
 (0)