Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 4, 2020
1 parent c6087e9 commit 5a4a3ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit 5a4a3ce

Please sign in to comment.