Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.86 KB

File metadata and controls

39 lines (30 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.1] - 2022-05-13

Fixed

  • Fixed a bug due to which the default ideal gas contribution was used for every equation of state. #17

[0.2.0] - 2022-05-10

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 class HelmholtzEnergyFunctional. #11

Packaging

[0.1.1] - 2022-02-23

Added

  • Added pyproject.toml. #8
  • Fixed modules of SI classes to make them pickleable. #8

Packaging

[0.1.0] - 2022-01-14

Added

  • Initial release