Skip to content

Commit 777082d

Browse files
committed
0.3.0
1 parent 7282190 commit 777082d

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

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: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "rapidstats"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[lib]
77
name = "rapidstats"
8-
crate-type = ["cdylib"]
8+
crate-type = [ "cdylib",]
99

1010
[dependencies]
1111
ndarray = "0.15.6"
@@ -18,20 +18,12 @@ rand_distr = "0.4"
1818

1919
[dependencies.hashbrown]
2020
version = "0.15"
21-
features = ["nightly"]
21+
features = [ "nightly",]
2222

2323
[dependencies.pyo3-polars]
2424
version = "0.22"
25-
features = ["derive"]
25+
features = [ "derive",]
2626

2727
[dependencies.polars]
2828
version = "0.49"
29-
features = [
30-
"performant",
31-
"random",
32-
"lazy",
33-
"cum_agg",
34-
"unique_counts",
35-
"nightly",
36-
"repeat_by",
37-
]
29+
features = [ "performant", "random", "lazy", "cum_agg", "unique_counts", "nightly", "repeat_by",]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rapidstats"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A library that implements fast statistical routines"
55
license = { file = "LICENSE" }
66
readme = "README.md"

0 commit comments

Comments
 (0)