This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to
ChemicalRecord
(#19)
* Improvements to `ChemicalRecord` * make `model_record` not optional * update changelog and Cargo.toml
- Loading branch information
Showing
9 changed files
with
324 additions
and
158 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-core" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Gernot Bauer <[email protected]>", | ||
"Philipp Rehner <[email protected]"] | ||
edition = "2018" | ||
|
@@ -27,6 +27,7 @@ argmin = "0.4" | |
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
indexmap = "1.7" | ||
either = "1.6" | ||
numpy = { version = "0.15", optional = true } | ||
pyo3 = { version = "0.15", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[package] | ||
name = "feos_core" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Gernot Bauer <[email protected]>", | ||
"Philipp Rehner <[email protected]"] | ||
"Philipp Rehner <[email protected]"] | ||
edition = "2018" | ||
|
||
[lib] | ||
|
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.