From 5a4a3cebcf39d53cb4853edc8f108b645d1899b6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Fri, 4 Sep 2020 16:11:02 +0200 Subject: [PATCH] Release v0.2.4 --- CHANGELOG.md | 11 ++++++++++- README.md | 5 +++-- pyrodigal/_version.txt | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf800d..e4a594a 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/pyrodigal/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.2.4...HEAD + + +## [v0.2.4] - 2020-09-04 +[v0.2.4]: https://github.com/althonos/pyrodigal/compare/v0.2.3...v0.2.4 +### Added +- Precompiled wheels for Windows x86-64 platform. +### Changed +- Compilation of large `Prodigal/training.c` file is now done in chunks + and uses `static const` to reduce build time. ## [v0.2.3] - 2020-08-09 diff --git a/README.md b/README.md index d65c08b..8f5a4e6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ finder for genomes, progenomes and metagenomes.* [![TravisCI](https://img.shields.io/travis/com/althonos/pyrodigal/master.svg?logo=travis&maxAge=600&style=flat-square)](https://travis-ci.com/althonos/pyrodigal/branches) +[![AppVeyor](https://img.shields.io/appveyor/build/althonos/pyrodigal/master.svg?logo=appveyor&maxAge=600&style=flat-square)](https://ci.appveyor.com/project/althonos/pyrodigal/history) [![Coverage](https://img.shields.io/codecov/c/gh/althonos/pyrodigal?style=flat-square&maxAge=3600)](https://codecov.io/gh/althonos/pyrodigal/) [![License](https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square&maxAge=2678400)](https://choosealicense.com/licenses/gpl-3.0/) [![PyPI](https://img.shields.io/pypi/v/pyrodigal.svg?style=flat-square&maxAge=3600)](https://pypi.org/project/pyrodigal) @@ -73,8 +74,8 @@ with multiprocessing.pool.ThreadPool() as pool: ## 🔧 Installing Pyrodigal can be installed directly from PyPI, which hosts some pre-built -CPython wheels for x86-64 UNIX platforms, as well as the code required to -compile from source with Cython: +CPython wheels for x86-64 Unix and Windows platforms, as well as the code +required to compile from source with Cython: ```console $ pip install --user pyrodigal ``` diff --git a/pyrodigal/_version.txt b/pyrodigal/_version.txt index 7179039..abd4105 100644 --- a/pyrodigal/_version.txt +++ b/pyrodigal/_version.txt @@ -1 +1 @@ -0.2.3 +0.2.4