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
* Release v0.3.0
* update to maturin 0.13 and add release workflow for feos
* fix pyproject.toml and README
* new attempt at pyproject.toml
* try different workflow
* fixed workflows?
* readd release flag and fix documentation and release workflows
* and readd it for macos universal aswell
* Remove references to rust compiler version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.0] - 2022-09-14
10
+
- Major restructuring of the entire `feos` project. All individual models are reunited in the `feos` crate. `feos-core` and `feos-dft` still live as individual crates within the `feos` workspace.
11
+
9
12
## [0.2.1] - 2022-05-13
10
13
### Fixed
11
14
- Fixed a bug due to which the default ideal gas contribution was used for every equation of state. [#17](https://github.com/feos-org/feos/pull/17)
0 commit comments