From fb6f0b170fa2791842d25393c4805d110d4c0996 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 24 Jun 2020 21:46:58 +0200 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 11 ++++++++++- orthoani/_version.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbab936..82a58d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ 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://github.com/althonos/orthoani/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/althonos/orthoani/compare/v0.3.1...HEAD + +## [v0.3.1] - 2020-06-24 +[v0.3.1]: https://github.com/althonos/orthoani/compare/v0.3.0...v0.3.1 +### Fixed +- `blastn` and `makeblastdb` being called with `shell=True`, causing issues + if shell cannot be forked. +- Traceback not being displayed even with `--traceback` flag. +### Changed +- ANI values are collected using `decimal.Decimal` instead of `float`. ## [v0.3.0] - 2020-06-22 [v0.3.0]: https://github.com/althonos/orthoani/compare/v0.2.1...v0.3.0 diff --git a/orthoani/_version.txt b/orthoani/_version.txt index 0d91a54..9e11b32 100644 --- a/orthoani/_version.txt +++ b/orthoani/_version.txt @@ -1 +1 @@ -0.3.0 +0.3.1