-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Error handling for spline & prs - Whole new ODE
- Loading branch information
Showing
39 changed files
with
2,675 additions
and
1,626 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "peroxide" | ||
version = "0.35.1" | ||
version = "0.36.0" | ||
authors = ["axect <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax" | ||
|
@@ -20,14 +20,15 @@ maintenance = { status = "actively-developed" } | |
float-cmp = "0.9" | ||
|
||
[dependencies] | ||
csv = { version = "1", optional = true, default_features = false } | ||
rand = "0.8" | ||
csv = { version = "1.3", optional = true, default_features = false } | ||
rand = { version = "0.8", features = ["small_rng"] } | ||
rand_distr = "0.4" | ||
order-stat = "0.1" | ||
puruspe = "0.2" | ||
matrixmultiply = { version = "0.3", features = ["threading"] } | ||
peroxide-ad = "0.3" | ||
peroxide-num = "0.1" | ||
thiserror = "1.0" | ||
#num-complex = "0.3" | ||
netcdf = { version = "0.7", optional = true, default_features = false } | ||
pyo3 = { version = "0.21", optional = true, features = ["auto-initialize", "gil-refs"] } | ||
|
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.