Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Releases: feos-org/feos-dft

v0.2.0

12 Apr 16:02
dc44418
Compare
Choose a tag to compare

Added

  • Added grand_potential_density getter for DFT profiles in Python. #22

Changed

  • Renamed AxisGeometry to Geometry. #19
  • Removed PyGeometry and PyFMTVersion in favor of a simpler implementation using PyO3's new #[pyclass] for fieldless enums feature. #19
  • DFTSolver now uses Verbosity instead of a bool to control its output. #19
  • SurfaceTensionDiagram now uses the new StateVec struct to access properties of the bulk phases. #19
  • Pore1D::initialize and Pore3D::initialize now accept initial values for the density profiles as optional arguments. #24
  • Internally restructured the DFT structure to avoid redundant data. #24
  • Removed the m function in FluidParameters, it is instead inferred from HelmholtzEnergyFunctional which is now a supertrait of FluidParameters. #24
  • Added optional field cutoff_radius to ExternalPotential::FreeEnergyAveraged. #25

Packaging

  • Updated pyo3 and numpy dependencies to 0.16.
  • Updated quantity dependency to 0.5.
  • Updated num-dual dependency to 0.5.
  • Updated feos-core dependency to 0.2.
  • Updated ang dependency to 0.6.
  • Removed log dependency.

v0.1.3

17 Feb 10:03
d69509c
Compare
Choose a tag to compare

Fixed

  • The pore volume for Pore3D is now also accesible from Python. #16

v0.1.2

16 Feb 19:04
3bf540b
Compare
Choose a tag to compare

Added

  • The pore volume using Helium at 298 K as reference is now directly accesible from Pore1D and Pore3D. #13

Changed

  • Removed the unsendable tag from python classes wherever possible. #14

v0.1.1

14 Feb 18:42
4eeeb7c
Compare
Choose a tag to compare

Added

  • HelmholtzEnergyFunctionals can now overwrite the ideal_gas method to provide a non-default ideal gas contribution that is accounted for in the calculation of the entropy, the internal energy and other properties. #10

Changed

  • Removed the functional field in Pore1D and Pore3D. #9

Fixed

  • Fixed the units of default values for adsorption isotherms. #8

v0.1.0

22 Dec 16:15
0413498
Compare
Choose a tag to compare

Added

  • Initial release