From 72da7ee55075fa3bc79853984b1da820930f18e9 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 29 Oct 2024 11:08:00 -0400 Subject: [PATCH] Release 0.22.0 --- README.md | 18 ++++++++++++++++++ interface/teqpversion.hpp | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 858f681..1419ae4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,24 @@ Written by Ian Bell, NIST, with the help of colleagues and collaborators [![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp) +* 0.22.0: + + * Features: + + * Addition of generalized multiphase equilibria routinews + * Add the capability to combine AC models and the multifluid model as proposed in the works of A. Jaeger + + * Issues closed: + + * [#142](https://github.com/usnistgov/teqp/issues/142) : Ph for known to be two-phase mixtures + * [#148](https://github.com/usnistgov/teqp/issues/148) : Bubble/Dew point calculation for mixtures of three or more components + * [#149](https://github.com/usnistgov/teqp/issues/149) : Multifluid + assoc implementation + + * Pull requests merged: + + * [#154](https://github.com/usnistgov/teqp/pull/154) : Generalized multiphase equilibrium + * [#155](https://github.com/usnistgov/teqp/pull/155) : Add combination of multifluid and AC models (Wilson, COSMO-SAC) + * 0.21.0: * Features: diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 05f1591..92b747d 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include -const std::string TEQPVERSION = "0.21.0"; +const std::string TEQPVERSION = "0.22.0";