Skip to content

Commit 5a4a3ce

Browse files
committed
Release v0.2.4
1 parent c6087e9 commit 5a4a3ce

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
finder 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

7576
Pyrodigal 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
```

pyrodigal/_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3
1+
0.2.4

0 commit comments

Comments
 (0)