From ea6b077a75ac6ec387401a2eb95e996faa2b6817 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Mon, 24 Oct 2022 09:57:51 -0400 Subject: [PATCH] Version 0.13.0 --- README.md | 6 ++++++ interface/teqpversion.hpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f950447..b23f73c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Written by Ian Bell, NIST. [](https://badge.fury.io/py/teqp) +* 0.13.0 : + + * Added 2-center Lennard-Jones models to the C++ code (thanks to Sven Pohl) + + * Added routine for converting the ideal-gas format of CoolProp. Exposed to Python as the ``convert_CoolProp_format`` method of the ``IdealHelmholtz`` class + * 0.12.0 : * Added Exp-6 (modified Buckingham) from Kataoka and square-well from EspÃndola-Heredia et al. diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp index c5aa758..386a464 100644 --- a/interface/teqpversion.hpp +++ b/interface/teqpversion.hpp @@ -1,2 +1,2 @@ #include <string> -const std::string TEQPVERSION = "0.12.0"; +const std::string TEQPVERSION = "0.13.0"; -- GitLab