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
New workspace crate for reusable implementations of SAFT (feos-org#27)
* New workspace crate for reusable implementations of SAFT
* Use a single generic implementation for association across models
* cleanup
* remove obsolete files
* add missing files, update CI, and add tests from previously deleted files
* remove default features
* fix pets and python bindings
* small but very important fix
* update changelog and fix bug in wheels
Copy file name to clipboardExpand all lines: feos-dft/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
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Made FMT functional more flexible w.r.t. the shape of the weight functions. [#31](https://github.com/feos-org/feos-dft/pull/31)
14
14
- Changed interface of `PairCorrelationFunction` to facilitate the calculation of pair correlation functions in mixtures. [#29](https://github.com/feos-org/feos-dft/pull/29)
15
15
16
+
### Removed
17
+
- Moved the implementation of fundamental measure theory to the new `feos-saft` crate. [#27](https://github.com/feos-org/feos/pull/27)
18
+
16
19
## [0.2.0] - 2022-04-12
17
20
### Added
18
21
- Added `grand_potential_density` getter for DFT profiles in Python. [#22](https://github.com/feos-org/feos-dft/pull/22)
0 commit comments