Skip to content

Commit

Permalink
MNT prepare release 1.2.3 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
VarIr authored Feb 9, 2021
1 parent b247cd7 commit 761950a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepnog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = '1.2.2'
__version__ = '1.2.3'

__all__ = [
'client',
Expand Down
21 changes: 18 additions & 3 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
## [Next release]
...

### New changes

## [1.2.3] - 2021-02-09

### Added in 1.2.3
- Add citation for paper published in *Bioinformatics* ([doi](https://doi.org/10.1093/bioinformatics/btaa1051))
### Changes in 1.2.3
- CI with Github Actions (Linux, macOS)
- CI: Python 3.9 on Linux, macOS

### Fixes in 1.2.3
- Fixes a bug where custom trained models would not use dropout correctly
[see #44](https://github.com/univieCUBE/deepnog/issues/44)
- Fixes data usage in training with an iterable dataset without shuffling
[see #43](https://github.com/univieCUBE/deepnog/pull/43)
- Fixes several non-critical warnings
[see #50](https://github.com/univieCUBE/deepnog/pull/50)
- Several small fixes regarding updated libraries etc.


## [1.2.2] - 2020-12-10

Expand Down Expand Up @@ -80,7 +94,8 @@ It already contains the following features:
- CPU and GPU support
- Runs on all major platforms (Linux, MacOS, Windows)

[Next release]: https://github.com/univieCUBE/deepnog/compare/v1.2.2...HEAD
[Next release]: https://github.com/univieCUBE/deepnog/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/univieCUBE/deepnog/releases/tag/v1.2.3
[1.2.2]: https://github.com/univieCUBE/deepnog/releases/tag/v1.2.2
[1.2.1]: https://github.com/univieCUBE/deepnog/releases/tag/v1.2.1
[1.1.0]: https://github.com/univieCUBE/deepnog/releases/tag/v1.1.0
Expand Down

0 comments on commit 761950a

Please sign in to comment.