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

Release v0.9.1

parent 5dada6fb
No related branches found
Tags v0.9.1
No related merge requests found
......@@ -6,7 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.9.1...HEAD
## [v0.9.1] - 2024-09-03
[v0.9.1]: https://github.com/althonos/lightmotif/compare/v0.9.0...v0.9.1
### Added
#### `lightmotif-py`
- Arch User Repository package `python-lightmotif` to distribute the Python package on ArchLinux.
### Fixed
#### `lightmotif-py`
- Fix issues with source distribution missing required files for compilation.
- Remove unused test data to reduce size of source distribution.
## [v0.9.0] - 2024-09-02
......
[package]
name = "lightmotif-bench"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
publish = false
......
[package]
name = "lightmotif-io"
version = "0.9.0"
version = "0.9.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
......@@ -20,4 +20,4 @@ generic-array = "1.0"
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.9.0"
version = "0.9.1"
[package]
name = "lightmotif-py"
version = "0.9.0"
version = "0.9.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT OR GPL-3.0-or-later"
......@@ -18,14 +18,14 @@ doctest = false
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.9.0"
version = "0.9.1"
[dependencies.lightmotif-io]
path = "../lightmotif-io"
version = "0.9.0"
version = "0.9.1"
[dependencies.lightmotif-tfmpvalue]
optional = true
path = "../lightmotif-tfmpvalue"
version = "0.9.0"
version = "0.9.1"
[dependencies]
pyo3 = "0.22.0"
generic-array = "1.0.0"
......
[
{
"name": "v0.9 (latest)",
"version": "0.9.0",
"url": "https://lightmotif.readthedocs.io/en/v0.9.0/"
"version": "0.9.1",
"url": "https://lightmotif.readthedocs.io/en/v0.9.1/"
},
{
"name": "v0.8",
......
__version__ = "0.9.0-post2"
__version__ = "0.9.1"
from . import lib
from .lib import (
......
[package]
name = "lightmotif-tfmpvalue"
version = "0.9.0"
version = "0.9.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "GPL-3.0-or-later"
......@@ -13,5 +13,5 @@ keywords = ["bioinformatics", "motif", "pssm", "pvalue"]
[dependencies.lightmotif]
path = "../lightmotif"
version = "0.9.0"
version = "0.9.1"
[package]
name = "lightmotif"
version = "0.9.0"
version = "0.9.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