From 9b2f90d62da95087846c5275e89b21f08d2b7884 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Sat, 21 May 2022 19:02:27 -0400 Subject: [PATCH] Version 0.8.0 --- README.md | 14 ++++++++++++++ interface/teqpversion.hpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6820d9..6b13d04 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,20 @@ Written by Ian Bell, NIST. [](https://badge.fury.io/py/teqp) +* 0.8.0 Significant changes include: + + * kij can be set for PC-SAFT and cubics (PR & SRK) + + * Added Lennard-Jones EOS from Thol et al. + + * Partial molar volume is now an available output + + * Added solver for pure fluid critical point + + * Added 2D Chebyshev departure function + + * Starting work on a C++ wrapper in the hopes of improving compile times for C++ integration + * 0.7.0 Significant changes include: * ``get_Arxy`` generalized to allow for any derivative diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index 70c434c..6ab7260 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.7.1.dev0"; \ No newline at end of file +const std::string TEQPVERSION = "0.8.0"; \ No newline at end of file -- GitLab