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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
### Added
9
-
- Added SAFT-VR Mie equation of state.[#237](https://github.com/feos-org/feos/pull/237)
9
+
- Added SAFT-VR Mie equation of state.[#237](https://github.com/feos-org/feos/pull/237)
10
10
- Added ePC-SAFT equation of state. [#229](https://github.com/feos-org/feos/pull/229)
11
11
12
12
### Changed
@@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
### Removed
21
21
- Removed `VirialOrder` from `uvtheory` module. Orders are now variants of the existing `Perturbation` enum. [#226](https://github.com/feos-org/feos/pull/226)
22
22
23
+
### Packaging
24
+
- Updated `quantity` dependency to 0.8. [#238](https://github.com/feos-org/feos/pull/238)
25
+
- Updated `num-dual` dependency to 0.9. [#238](https://github.com/feos-org/feos/pull/238)
26
+
- Updated `numpy` and `PyO3` dependencies to 0.21. [#238](https://github.com/feos-org/feos/pull/238)
27
+
23
28
## [0.6.1] - 2024-01-11
24
29
- Python only: Release the changes introduced in `feos-core` 0.6.1.
Copy file name to clipboardExpand all lines: feos-core/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
### Fixed
23
23
- Added comparison for pressures of both phases in `PyPhaseDiagram.to_dict` to make the method work with `spinodal` constructor. [#224](https://github.com/feos-org/feos/pull/224)
24
24
- Enforce the total moles when providing `State::new` with molefracs that do not add up to 1. [#227](https://github.com/feos-org/feos/pull/227)
25
-
-
25
+
26
+
### Packaging
27
+
- Updated `quantity` dependency to 0.8. [#238](https://github.com/feos-org/feos/pull/238)
28
+
- Updated `num-dual` dependency to 0.9. [#238](https://github.com/feos-org/feos/pull/238)
29
+
- Updated `numpy` and `PyO3` dependencies to 0.21. [#238](https://github.com/feos-org/feos/pull/238)
0 commit comments