We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b795 commit 90b5e6bCopy full SHA for 90b5e6b
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# 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
7
## [0.2.1] - 2024-11-01
8
### Changed
9
- 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
@@ -1,3 +1,3 @@
-__version__ = '0.2.1'
+__version__ = '0.2.2'
from .melon import GenomeProfiler
0 commit comments