-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v0.4.0 * bump version of feos-derive * update year on license * minor updates to readmes * Ran and updated all notebooks. Recipes all work but didnt change Co-authored-by: Gernot Bauer <[email protected]>
- Loading branch information
Showing
31 changed files
with
745 additions
and
927 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "feos" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Gernot Bauer <[email protected]>", "Philipp Rehner <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
|
@@ -24,9 +24,9 @@ crate-type = ["rlib", "cdylib"] | |
[dependencies] | ||
quantity = "0.6" | ||
num-dual = "0.6" | ||
feos-core = { version = "0.3", path = "feos-core" } | ||
feos-dft = { version = "0.3", path = "feos-dft", optional = true } | ||
feos-derive = { version = "0.1", path = "feos-derive" } | ||
feos-core = { version = "0.4", path = "feos-core" } | ||
feos-dft = { version = "0.4", path = "feos-dft", optional = true } | ||
feos-derive = { version = "0.2", path = "feos-derive" } | ||
numpy = { version = "0.18", optional = true } | ||
ndarray = { version = "0.15", features = ["approx"] } | ||
petgraph = { version = "0.6", optional = true } | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.