Skip to content

Commit d98d582

Browse files
committed
v0.2.3: Improved rounding strategy for handling low mutation counts
1 parent 592d0af commit d98d582

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.3] - 2025-05-07
10+
11+
### Changed
12+
- Modified rounding exposure values to handle low mutation counts.
13+
914
## [0.2.2] - 2025-05-02
1015

1116
### Changed

setup.py

+1-1
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.2"
9+
VERSION = "0.2.3"
1010

1111

1212
def write_version_py(filename="SigProfilerAssignment/version.py"):

0 commit comments

Comments
 (0)