Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.19 KB

File metadata and controls

34 lines (25 loc) · 1.19 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.3] - 2025-05-28

Changed

  • Simplify the Eigen trait for better readable trait bounds. #5

[0.2.2] - 2025-05-28

Fixed

  • Export Eigen to be able to calculate critical points for pure components and binary mixtures generically. #4

[0.2.1] - 2025-04-14

Added

  • Added StateAD::molar_isochoric_heat_capacity and StateAD::molar_isobaric_heat_capacity. #3

[0.2.0] - 2025-01-27

Changed

  • Made PcSaftBinary generic for associating/non-associating systems. #2

Removed

  • Removed ChemicalRecord. #2

[0.1.1] - 2025-01-21

Added

  • Implemented PC-SAFT for a binary mixture. #1

[0.1.0] - 2025-01-08

Added

  • Initial release