Skip to content

Commit 90b5e6b

Browse files
committed
v0.2.2
1 parent 315b795 commit 90b5e6b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [0.2.2] - 2024-11-30
3+
### Changed
4+
- Avoid direct float comparison ([315b795](https://github.com/xinehc/melon/commit/315b795ebd7f5654822e0e9a12855c375cc11774)).
5+
6+
27
## [0.2.1] - 2024-11-01
38
### Changed
49
- Revert filtering criteria back to v0.1.6. The old criteria turn out to be helpful in rescuing certain chimeric reads in very rare settings.

src/melon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.2.2'
22

33
from .melon import GenomeProfiler

0 commit comments

Comments
 (0)