We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38113b1 + f38e5e3 commit 5b1650fCopy full SHA for 5b1650f
Cargo.toml
@@ -1,17 +1,18 @@
1
[package]
2
name = "ndarray-odeint"
3
-version = "0.6.1"
+version = "0.7.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
6
description = "solve ODE using rust-ndarray"
7
documentation = "https://docs.rs/ndarray-odeint/"
8
repository = "https://github.com/termoshtt/ndarray-odeint"
9
keywords = ["ndarray", "ode"]
10
license = "MIT"
11
+readme = "README.md"
12
13
[dependencies]
-ndarray = "0.9"
14
-ndarray-linalg = "0.5.4"
+ndarray = "0.10"
15
+ndarray-linalg = "0.6"
16
num-traits = "0.1"
17
num-complex = "0.1"
18
derive-new = "0.4"
0 commit comments