Skip to content

Commit 3ee4b48

Browse files
committed
Release v0.1.3
1 parent 84e589d commit 3ee4b48

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyskani/compare/v0.1.1...HEAD
9+
[Unreleased]: https://github.com/althonos/pyskani/compare/v0.1.3...HEAD
10+
11+
12+
## [v0.1.3] - 2024-12-05
13+
[v0.1.3]: https://github.com/althonos/pyskani/compare/v0.1.2...v0.1.3
14+
15+
### Changed
16+
- Bump `pyo3` dependency to `v0.22.5`.
17+
- Bump `skani` dependency to `v0.1.2`.
18+
- Use `maturin` instead of `setuptools-rust` to compile package.
19+
- Use PyData theme to render the Sphinx documentation to HTML.
20+
21+
### Fixed
22+
- Missing documentation for some keyword arguments of `Database` methods.
1023

1124

1225
## [v0.1.2] - 2023-04-11

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyskani"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Martin Larralde <[email protected]>"]
55
license = "MIT"
66
description = "PyO3 bindings and Python interface to skani, a method for fast fast genomic identity calculation using sparse chaining."

docs/_static/json/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"name": "v0.1 (latest)",
4-
"version": "0.1.2",
5-
"url": "https://pyskani.readthedocs.io/en/v0.1.2/"
4+
"version": "0.1.3",
5+
"url": "https://pyskani.readthedocs.io/en/v0.1.3/"
66
}
77
]

0 commit comments

Comments
 (0)