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

version 0.9.4

parent 6fe7d7f7
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ Written by Ian Bell, NIST. ...@@ -18,6 +18,10 @@ Written by Ian Bell, NIST.
[![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp) [![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp)
* 0.9.4 :
* Expose the a and b parameters of cubic EOS. See [84ebc0fb](https://github.com/usnistgov/teqp/commit/84ebc0fb258ff42af30b2521b02a2a4984b7e715)
* 0.9.3 : * 0.9.3 :
* Bugfix: Fixed stopping condition in ``mix_VLE_Tx`` (if ``dx`` was negative, automatic stop, missing ``abs``). See [d87e91e](https://github.com/usnistgov/teqp/commit/d87e91ea10bbbd936993edd02f85a53ccd42817d) * Bugfix: Fixed stopping condition in ``mix_VLE_Tx`` (if ``dx`` was negative, automatic stop, missing ``abs``). See [d87e91e](https://github.com/usnistgov/teqp/commit/d87e91ea10bbbd936993edd02f85a53ccd42817d)
......
#include <string> #include <string>
const std::string TEQPVERSION = "0.9.4.dev0"; const std::string TEQPVERSION = "0.9.4";
\ No newline at end of file \ 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