Skip to content

Commit 5bb346b

Browse files
committed
0.3.1
1 parent 37aab7a commit 5bb346b

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

Cargo.toml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,33 @@
11
[package]
22
name = "rapidstats"
3-
version = "0.3.0"
3+
version = "0.3.1"
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"
1212
paste = "1.0.15"
13-
# polars-arrow = "0.49"
1413
pyo3 = "0.25.0"
1514
rayon = "1.10.0"
1615
rand = "0.8"
1716
rand_distr = "0.4"
1817

1918
[dependencies.hashbrown]
2019
version = "0.15"
21-
features = ["nightly"]
20+
features = [ "nightly",]
2221

2322
[dependencies.pyo3-polars]
2423
version = "0.24"
25-
features = ["derive"]
24+
features = [ "derive",]
2625

2726
[dependencies.polars-mem-engine]
2827
version = "0.51"
29-
features = ["python"]
28+
features = [ "python",]
3029

3130
[dependencies.polars]
3231
version = "0.51"
33-
features = [
34-
"performant",
35-
"random",
36-
"lazy",
37-
"cum_agg",
38-
"unique_counts",
39-
"nightly",
40-
"repeat_by",
41-
"dtype-array",
42-
]
32+
features = [ "performant", "random", "lazy", "cum_agg", "unique_counts", "nightly", "repeat_by", "dtype-array",]
4333
default-features = false

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.3.0"
3+
version = "0.3.1"
44
description = "A library that implements fast statistical routines"
55
license = { file = "LICENSE" }
66
readme = "README.md"

0 commit comments

Comments
 (0)