File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8- [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v0.2.3...HEAD
8+ [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v0.2.4...HEAD
9+
10+
11+ ## [ v0.2.4] - 2020-09-04
12+ [ v0.2.4 ] : https://github.com/althonos/pyrodigal/compare/v0.2.3...v0.2.4
13+ ### Added
14+ - Precompiled wheels for Windows x86-64 platform.
15+ ### Changed
16+ - Compilation of large ` Prodigal/training.c ` file is now done in chunks
17+ and uses ` static const ` to reduce build time.
918
1019
1120## [ v0.2.3] - 2020-08-09
Original file line number Diff line number Diff line change 44finder for genomes, progenomes and metagenomes.*
55
66[ ![ 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 )
7+ [ ![ 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 )
78[ ![ Coverage] ( https://img.shields.io/codecov/c/gh/althonos/pyrodigal?style=flat-square&maxAge=3600 )] ( https://codecov.io/gh/althonos/pyrodigal/ )
89[ ![ License] ( https://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square&maxAge=2678400 )] ( https://choosealicense.com/licenses/gpl-3.0/ )
910[ ![ 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:
7374## 🔧 Installing
7475
7576Pyrodigal can be installed directly from PyPI, which hosts some pre-built
76- CPython wheels for x86-64 UNIX platforms, as well as the code required to
77- compile from source with Cython:
77+ CPython wheels for x86-64 Unix and Windows platforms, as well as the code
78+ required to compile from source with Cython:
7879``` console
7980$ pip install --user pyrodigal
8081```
Original file line number Diff line number Diff line change 1- 0.2.3
1+ 0.2.4
You can’t perform that action at this time.
0 commit comments