Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 3, 2020
1 parent e03179f commit 7f9c88c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.2.2...master
[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.3.0...master

## [v0.3.0] - 2020-08-03
[v0.2.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.2.2...v0.3.0
### Changed
- Replaced Nearest-Neighbours classifier with Random Forest to perform type
prediction for candidate BGCs.
- `gecco.knn` module was renamed to implementation-agnostic name `gecco.types`.
### Fixed
- Extraction of domain composition taking a long time in `gecco train` command.
### Removed
- `--metric` argument to the `gecco run` CLI command.

## [v0.2.2] - 2020-07-31
[v0.2.2]: https://git.embl.de/grp-zeller/GECCO/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion gecco/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ install_requires =
tqdm ~=4.41
verboselogs ~=1.7

[bdist_wheel]
universal = true

[options.packages.find]
exclude = tests
Expand All @@ -66,6 +64,9 @@ gecco.cli.commands =
console-scripts =
gecco = gecco.cli:main

[bdist_wheel]
universal = true

[coverage:report]
include = gecco/*
show_missing = true
Expand Down

0 comments on commit 7f9c88c

Please sign in to comment.