Skip to content

Commit

Permalink
Adding Confusion Matrix (#8)
Browse files Browse the repository at this point in the history
* updating project metadata

* fixing CI yaml

* using venv

* trying again

* redoing CI

* fixing tests

* changing some settings

* updates

* fixing build

* trying to fix this

* fixing release

* bumping version

* better code organization

* updates

* adding initial cm impl

* adding unique, dispatching pattern to Py objects, renaming ext

* rustfmt

* cm dispatched

* rustfmt

* tests and benchmarks added

* bump version
  • Loading branch information
zachcoleman authored May 27, 2022
1 parent 11b6eea commit 2fa8534
Show file tree
Hide file tree
Showing 13 changed files with 1,001 additions and 450 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[package]
name = "fast-stats"
version = "0.1.0"
version = "0.0.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "fast_stats"
crate-type = ["cdylib"]

[package.metadata.maturin]
name = "fast_stats._fast_stats_ext"

[dependencies]
pyo3 = { version = "0.16.3", features = ["extension-module"] }
numpy = "0.16.2"
Expand Down
Loading

0 comments on commit 2fa8534

Please sign in to comment.