Skip to content

Commit d95fb28

Browse files
committed
RLS Version 1.3.0
Introduces self-supervised learning! Also, fixes a few minor bugs
1 parent 5f43e93 commit d95fb28

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Unreleased
1+
Version 1.3.0 by BigDataBiology
2+
* Add self-supervised learning
23
* Fix output table to contain correct paths
34
* Accept `--epochs` as argument in the command line (previously it was
45
spelled `--epoches`

SemiBin/semibin_version.py

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

docs/whatsnew.md

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

3+
## Version 1.3.0
4+
5+
*Released November 4 2022*
6+
7+
### User visible improvements
8+
9+
- Added _self-supervised learning mode_ (see [[Training SemiBin models](training)] for more details)
10+
11+
### Bugfixes
12+
13+
- Fix output table to contain correct paths
14+
- Fix mispelling in argument name `--epochs` (the old variation, `--epoches` is still accepted for backwards compatibility, but should be considered deprecated)
15+
316
## Version 1.2.0
417

518
*Released October 19 2022*

0 commit comments

Comments
 (0)