Skip to content
Snippets Groups Projects
Commit 143a22a9 authored by Ian Bell's avatar Ian Bell
Browse files

v 0.11.0

parent 985fd9ba
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ So far the following EOS are implemented:
* PC-SAFT
* cubic plus association (CPA) for pure fluids
* multi-fluid model in the form of GERG
* ammonia+water model of Tillner-Roth and Friend
Why?
......@@ -25,6 +26,20 @@ Written by Ian Bell, NIST.
[![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp)
* 0.11.0 :
* Move all module-level free functions to bound methods of instances in Python
* Update the C++ packaged interface of teqp to enable almost-zero-cost rebuilds of the exposed methods of C++ interface
* Merge sphinx docs branch into main
* Add the hardcoded Tillner-Roth and Friend model for ammonia + water (see AmmoniaWaterTillnerRoth class)
* Add method for dp/dT along critical locus
* Add method for pure-fluid endpoint solving for critical locus (opt-in)
* 0.10.0 :
* Add isobar tracing for VLE of binary mixtures (exposed to Python)
......
#include <string>
const std::string TEQPVERSION = "0.11.0.dev0";
\ No newline at end of file
const std::string TEQPVERSION = "0.11.0";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment