File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- Unreleased
1
+ Version 0.4.0 Tue Oct 10 2021 by BigDataBiology
2
2
* Add support for .xz FASTA files as inputs
3
3
* Removed BioPython dependency
4
+ * Fixed bug in FASTA unzipping
5
+ * Fixed bug in multi-sample data splitting
4
6
5
7
Version 0.3.0 Mon Aug 9 2021 by BigDataBiology
6
8
* Support training from several samples
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ python setup.py install
62
62
## Examples
63
63
64
64
** 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
66
66
version 1.0, we expect to freeze the API for [ at least 5
67
67
years] ( https://big-data-biology.org/software/commitments/ ) . We are very happy
68
68
to [ hear any feedback on API
Original file line number Diff line number Diff line change 1
- __version__ = '0.3 '
1
+ __version__ = '0.4.0 '
Original file line number Diff line number Diff line change 1
1
# What's New
2
2
3
- ## Unreleased
3
+ ## Version 0.4.0
4
+
5
+ * Released 27 October 2021*
4
6
5
7
### User-visible improvements
6
8
- Add support for ` .xz ` FASTA files as input
7
9
8
10
### Internal improvements
9
11
- Removed BioPython dependency
10
12
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
+
11
17
## Version 0.3
12
18
13
- * Release 10 August 2021*
19
+ * Released 10 August 2021*
14
20
15
21
### User-visible improvements
16
22
- Support training from several samples
You can’t perform that action at this time.
0 commit comments