We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423481c commit 03b5848Copy full SHA for 03b5848
CHANGELOG.md
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [unreleased]
+## [v2.0.1]
8
### Fixed
9
- `medaka smolecule` was broken by change from `medaka consensus` to `medaka inference`.
10
+### Changed
11
+- Improved error message when model is not found.
12
13
## [v2.0.0]
14
Switched from tensorflow to pytorch.
medaka/__init__.py
@@ -5,7 +5,7 @@
import subprocess
import sys
-__version__ = "2.0.0"
+__version__ = "2.0.1"
try:
import pyabpoa as abpoa
0 commit comments