Skip to content

Commit 959b4d3

Browse files
committed
RLS Version 0.4.0
A few bugfixes - Add support for .xz FASTA files as inputs - Removed BioPython dependency - Fixed bug in FASTA unzipping - Fixed bug in multi-sample data splitting
1 parent 85f3082 commit 959b4d3

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Unreleased
1+
Version 0.4.0 Tue Oct 10 2021 by BigDataBiology
22
* Add support for .xz FASTA files as inputs
33
* Removed BioPython dependency
4+
* Fixed bug in FASTA unzipping
5+
* Fixed bug in multi-sample data splitting
46

57
Version 0.3.0 Mon Aug 9 2021 by BigDataBiology
68
* Support training from several samples

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ python setup.py install
6262
## Examples
6363

6464
**NOTE**: The `SemiBin` API is a work-in-progress. The examples refer to
65-
version `0.3`, but this may change in the near future (after the release of
65+
version `0.4`, but this may change in the near future (after the release of
6666
version 1.0, we expect to freeze the API for [at least 5
6767
years](https://big-data-biology.org/software/commitments/). We are very happy
6868
to [hear any feedback on API

SemiBin/semibin_version.py

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

docs/whatsnew.md

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

3-
## Unreleased
3+
## Version 0.4.0
4+
5+
*Released 27 October 2021*
46

57
### User-visible improvements
68
- Add support for `.xz` FASTA files as input
79

810
### Internal improvements
911
- Removed BioPython dependency
1012

13+
### Bug fixes
14+
- Fix bug when uncompressing FASTA files ([#42](https://github.com/BigDataBiology/SemiBin/issues/42))
15+
- Fix bug when splitting data
16+
1117
## Version 0.3
1218

13-
*Release 10 August 2021*
19+
*Released 10 August 2021*
1420

1521
### User-visible improvements
1622
- Support training from several samples

0 commit comments

Comments
 (0)