Skip to content

Commit 11664ff

Browse files
committed
Bump version to 0.6.4
1 parent 4ed7ae5 commit 11664ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "canns-lib"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Sichao He <sichaohe@outlook.com>"]
@@ -31,6 +31,7 @@ mimalloc = { version = "0.1.43", default-features = false }
3131
pinboard = "2.2"
3232
rand = "0.8"
3333
rand_distr = "0.4"
34+
statrs = "0.16" # 用于 Rayleigh 分布的 CDF/inverse CDF 计算
3435

3536
[build-dependencies]
3637
pyo3-build-config = "0.20"

python/canns_lib/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Project-wide version string."""
22

3-
__version__ = "0.6.3"
3+
__version__ = "0.6.4"

0 commit comments

Comments
 (0)