Skip to content

Commit

Permalink
0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CangyuanLi committed Jul 19, 2024
1 parent 4f1f855 commit fdb6e13
Show file tree
Hide file tree
Showing 5 changed files with 1,035 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rapidstats"
version = "0.0.16"
version = "0.0.17"
edition = "2021"

[lib]
name = "rapidstats"
crate-type = ["cdylib"]
crate-type = [ "cdylib",]

[dependencies]
ndarray = "0.15.6"
Expand All @@ -16,4 +16,4 @@ rayon = "1.10.0"

[dependencies.polars]
version = "0.40.0"
features = ["performant", "random", "lazy", "cum_agg", "unique_counts"]
features = [ "performant", "random", "lazy", "cum_agg", "unique_counts",]
Loading

0 comments on commit fdb6e13

Please sign in to comment.