-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix for compiler/clippy warnings when building with the latest stable version (clippy 0.1.55, rustc 1.55.0). - Include pre-commit hooks in continuous integration.
- Loading branch information
1 parent
96546c5
commit f8de575
Showing
10 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Apache-2.0 OR MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,35 +2,35 @@ | |
name = "bench_fill" | ||
harness = false | ||
|
||
[lib] | ||
bench = false | ||
|
||
[package] | ||
name = "ndhistogram" | ||
version = "0.6.1" | ||
authors = [ "David Hadley <[email protected]>",] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "multi-dimensional histogramming for Rust" | ||
repository = "https://github.com/davehadley/rust-hist" | ||
readme = "README.md" | ||
keywords = [ "histogram", "statistics", "data", "analysis", "multidimensional",] | ||
categories = [ "science", "mathematics", "data-structures",] | ||
|
||
[dependencies] | ||
num-traits = "0.2.14" | ||
|
||
[dependencies.serde] | ||
version = "1.0.120" | ||
features = [ "derive",] | ||
|
||
[dev-dependencies] | ||
rand = "0.8.0" | ||
rand_distr = "0.4.0" | ||
serde_json = "1.0.61" | ||
version-sync = "0.9.1" | ||
paste = "1.0.4" | ||
|
||
[dependencies.serde] | ||
version = "1.0.120" | ||
features = [ "derive",] | ||
|
||
[dev-dependencies.criterion] | ||
version = "0.3.4" | ||
features = [ "html_reports",] | ||
|
||
[lib] | ||
bench = false | ||
|
||
[package] | ||
name = "ndhistogram" | ||
version = "0.6.2" | ||
authors = [ "David Hadley <[email protected]>",] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "multi-dimensional histogramming for Rust" | ||
repository = "https://github.com/davehadley/rust-hist" | ||
readme = "README.md" | ||
keywords = [ "histogram", "statistics", "data", "analysis", "multidimensional",] | ||
categories = [ "science", "mathematics", "data-structures",] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters