Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.68 KB

File metadata and controls

35 lines (27 loc) · 1.68 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.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