Skip to content

Commit 404b8ae

Browse files
committed
RLS Version 2.0.1
Fix bugs in `v2.0.0`, mainly with the `SemiBin2` command and argument passing. Full ChangeLog: * train_self: Fix bug with --mode * concatenate_fasta: Fix bug with compression * bin_short: Make alias work
1 parent 1bc4123 commit 404b8ae

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Unreleased
1+
Version 2.0.1 Oct 21 2023 by BigDataBiology
22
* train_self: Fix bug with --mode
3+
* concatenate_fasta: Fix bug with compression
4+
* bin_short: Make alias work
35

46
Version 2.0.0 Oct 20 2023 by BigDataBiology
57
* SemiBin: Better error checking throughout

SemiBin/semibin_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.0.1'

docs/whatsnew.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# What's New
22

3+
## Version 2.0.1
4+
5+
*Released Oct 21, 2023*
6+
7+
This is a bugfix release for _version 2.0.0_.
8+
39
## Version 2.0.0
410

11+
*Released Oct 20, 2023*
12+
513
### User-visible changes
614

715
- Running SemiBin now writes a log file in the output directory

0 commit comments

Comments
 (0)