You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
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
+
9
18
## [0.1.2] - 2022-01-10
10
19
### Changed
11
20
- 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)
0 commit comments