From e23f8314123af661ada4e734cbb146aba4d97e0e Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 31 May 2021 22:36:59 +0200 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 14 +++++++++++++- gecco/__init__.py | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6e766..5d9884d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,19 @@ 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.6.3...master +[Unreleased]: https://git.embl.de/grp-zeller/GECCO/compare/v0.7.0...master + +## [v0.7.0] - 2021-05-31 +[v0.7.0]: https://git.embl.de/grp-zeller/GECCO/compare/v0.6.3...v0.7.0 +### Added +- Support for writing an AntiSMASH sideload JSON file after a `gecco run` workflow. +- Code for converting GenBank files in BiG-SLiCE compatible format with the `gecco convert` subcommand. +- Documentation about using GECCO in combination with AntiSMASH or BiG-SLiCE. +### Changed +- Minimum Biopython version to `v1.73` for compatibility with older bioinformatics tooling. +- Internal domain composition shipped in the `gecco.types` with newer composition array obtained directly from MIBiG files. +### Removed +- Outdated notice about `-vvv` verbosity level in the help message of the main `gecco` command. ## [v0.6.3] - 2021-05-10 [v0.6.3]: https://git.embl.de/grp-zeller/GECCO/compare/v0.6.2...v0.6.3 diff --git a/gecco/__init__.py b/gecco/__init__.py index fa2ab86..b1833ef 100644 --- a/gecco/__init__.py +++ b/gecco/__init__.py @@ -10,4 +10,4 @@ __author__ = "Martin Larralde" __license__ = "GPLv3" -__version__ = "0.6.3" +__version__ = "0.7.0"