Skip to content

Commit

Permalink
Merge branch 'v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 23, 2017
2 parents 38113b1 + f38e5e3 commit 5b1650f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[package]
name = "ndarray-odeint"
version = "0.6.1"
version = "0.7.0"
authors = ["Toshiki Teramura <[email protected]>"]

description = "solve ODE using rust-ndarray"
documentation = "https://docs.rs/ndarray-odeint/"
repository = "https://github.com/termoshtt/ndarray-odeint"
keywords = ["ndarray", "ode"]
license = "MIT"
readme = "README.md"

[dependencies]
ndarray = "0.9"
ndarray-linalg = "0.5.4"
ndarray = "0.10"
ndarray-linalg = "0.6"
num-traits = "0.1"
num-complex = "0.1"
derive-new = "0.4"

0 comments on commit 5b1650f

Please sign in to comment.