Skip to content

Commit 63f7c36

Browse files
committed
Release v0.2.0
1 parent 2ebcd0d commit 63f7c36

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
wheel-win32-x86_64:
9595
name: Build Windows wheels (x86-64)
96-
runs-on: windows-2019
96+
runs-on: windows-latest
9797
steps:
9898
- uses: actions/checkout@v4
9999
- uses: actions/setup-python@v5

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ 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.3...HEAD
9+
[Unreleased]: https://github.com/althonos/pyskani/compare/v0.2.0...HEAD
10+
11+
12+
## [v0.2.0] - 2025-08-21
13+
[v0.2.0]: https://github.com/althonos/pyskani/compare/v0.1.3...v0.2.0
14+
15+
### Added
16+
- Support for reading and writing `Database` in "consolidated" format (introduced in `skani v0.3.0`).
17+
- `compression` and `marker_compression` properties to allow accessing the sketch parameters of a `Database` object.
18+
19+
### Changed
20+
- Bump `pyo3` dependency to `v0.25.1`.
21+
- Bump `skani` dependency to `v0.3.0`.
1022

1123

1224
## [v0.1.3] - 2024-12-05

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.3"
3+
version = "0.2.0"
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[
22
{
3-
"name": "v0.1 (latest)",
3+
"name": "v0.2 (latest)",
4+
"version": "0.2.0",
5+
"url": "https://pyskani.readthedocs.io/en/v0.2.0/"
6+
},
7+
{
8+
"name": "v0.1",
49
"version": "0.1.3",
510
"url": "https://pyskani.readthedocs.io/en/v0.1.3/"
611
}

0 commit comments

Comments
 (0)