-
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.
- Loading branch information
Showing
74 changed files
with
1,307 additions
and
1,641 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,8 +1,8 @@ | ||
[package] | ||
name = "feos" | ||
version = "0.4.3" | ||
version = "0.5.0" | ||
authors = ["Gernot Bauer <[email protected]>", "Philipp Rehner <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
description = "FeOs - A framework for equations of state and classical density functional theory." | ||
|
@@ -22,12 +22,12 @@ members = ["feos-core", "feos-dft", "feos-derive"] | |
crate-type = ["rlib", "cdylib"] | ||
|
||
[dependencies] | ||
quantity = { version = "0.6", optional = true } | ||
num-dual = "0.7" | ||
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 } | ||
quantity = { version = "0.7", optional = true } | ||
num-dual = "0.8" | ||
feos-core = { version = "0.5", path = "feos-core" } | ||
feos-dft = { version = "0.5", path = "feos-dft", optional = true } | ||
feos-derive = { version = "0.3", path = "feos-derive" } | ||
numpy = { version = "0.20", optional = true } | ||
ndarray = { version = "0.15", features = ["approx"] } | ||
petgraph = { version = "0.6", optional = true } | ||
thiserror = "1.0" | ||
|
@@ -36,19 +36,19 @@ num-traits = "0.2" | |
serde = "1.0" | ||
serde_json = "1.0" | ||
lazy_static = { version = "1.4", optional = true } | ||
indexmap = "1.8" | ||
rayon = { version = "1.5", optional = true } | ||
itertools = "0.10" | ||
indexmap = "2.0" | ||
rayon = { version = "1.7", optional = true } | ||
itertools = "0.11" | ||
typenum = "1.16" | ||
|
||
[dependencies.pyo3] | ||
version = "0.18" | ||
version = "0.20" | ||
features = ["extension-module", "abi3", "abi3-py37"] | ||
optional = true | ||
|
||
[dev-dependencies] | ||
approx = "0.4" | ||
criterion = "0.4" | ||
approx = "0.5" | ||
criterion = "0.5" | ||
|
||
[profile.release-lto] | ||
inherits = "release" | ||
|
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
Oops, something went wrong.