Skip to content
Snippets Groups Projects
Commit 4a642c6a authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.5.1

parent dc237022
No related branches found
Tags v0.5.1
No related merge requests found
......@@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.5.1...HEAD
## [v0.5.1] - 2023-08-31
[v0.5.1]: https://github.com/althonos/lightmotif/compare/v0.5.0...v0.5.1
### Fixed
#### `lightmotif`
- Compilation for Arm NEON platforms.
## [v0.5.0] - 2023-08-31
......
[package]
name = "lightmotif-bench"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
publish = false
......
[package]
name = "lightmotif-py"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
......@@ -17,7 +17,7 @@ path = "lightmotif/lib.rs"
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies]
pyo3 = "0.18.3"
generic-array = "0.14"
......
__version__ = "0.5.0"
__version__ = "0.5.1"
from . import lib
from .lib import (
......
[package]
name = "lightmotif-tfmpvalue"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "GPL-3.0"
......@@ -13,7 +13,7 @@ keywords = ["bioinformatics", "motif", "pssm", "pvalue"]
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies.fnv]
version = "1.0"
optional = true
......
[package]
name = "lightmotif-transfac"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
......@@ -13,7 +13,7 @@ keywords = ["bioinformatics", "motif", "parser", "transfac"]
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies]
nom = "7"
memchr = "2"
[package]
name = "lightmotif"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment