Releases: feos-org/feos
Releases · feos-org/feos
v0.4.1
v0.4.0
Added
- Added SAFT-VRQ Mie equation of state and Helmholtz energy functional for first order Feynman-Hibbs corrected Mie fluids. #79
- Added
estimator
module to documentation. #86 - Added benchmarks for the evaluation of the Helmholtz energy and some properties of the
State
object for PC-SAFT. #89 - The Python class
StateVec
is exposed in both thefeos.eos
andfeos.dft
module. #113 - Added uv-B3-theory and additional optional argument
virial_order
to uvtheory constructor to enable uv-B3. #98
Changed
- Export
EosVariant
andFunctionalVariant
directly in the crate root instead of their own modules. #62 - Changed constructors
VaporPressure::new
andDataSet.vapor_pressure
(Python) to take a new optional argumentcritical_temperature
. #86 - The limitations of the homo gc method for PC-SAFT are enforced more strictly. #88
- Removed generics for units in all structs and traits in favor of static SI units. #115
Packaging
- Updated
pyo3
andnumpy
dependencies to 0.18. #119 - Updated
quantity
dependency to 0.6. #119 - Updated
num-dual
dependency to 0.6. #119
Fixed
v0.3.0
v0.2.1
v0.2.0
Added
- Added gc-PC-SAFT equation of state and Helmholtz energy functional.
- Added PeTS equation of state and Helmholtz energy functional.
- Added UV-Theory equation of state for Mie fluids.
Changed
- Combined all equations of state into a single Python class
EquationOfState
and all Helmholtz energy functionals into the Python classHelmholtzEnergyFunctional
. #11
Packaging
- Updated
quantity
to 0.5.0. - Updated
feos-core
to 0.2.0. - Updated
feos-dft
to 0.2.0. - Updated
feos-pcsaft
to 0.2.0.