Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Commit 94c7368

Browse files
authored
Release v0.1.3 (#24)
1 parent b5f5643 commit 94c7368

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2022-01-21
10+
### Added
11+
- Added the following properties to `State`: [#21](https://github.com/feos-org/feos-core/pull/21)
12+
- `dp_drho` partial derivative of pressure w.r.t. pressure
13+
- `d2p_drho2` second partial derivative of pressure w.r.t. pressure
14+
- `isothermal_compressibility` the isothermal compressibility
15+
- Read a list of segment records directly from a JSON file. [#22](https://github.com/feos-org/feos-core/pull/22)
16+
17+
918
## [0.1.2] - 2022-01-10
1019
### Changed
1120
- Changed `ChemicalRecord` to an enum that can hold either the full structural information of a molecule or only segment and bond counts and added an `Identifier`. [#19](https://github.com/feos-org/feos-core/pull/19)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feos-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Gernot Bauer <bauer@itt.uni-stuttgart.de>",
55
"Philipp Rehner <prehner@ethz.ch"]
66
edition = "2018"

build_wheel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "feos_core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Gernot Bauer <bauer@itt.uni-stuttgart.de>",
55
"Philipp Rehner <prehner@ethz.ch"]
66
edition = "2018"

0 commit comments

Comments
 (0)