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

Version 0.9.5

parent b70178f7
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.5 :
* Bugfix: Fix the eigenvector orientiation as well when taking the temperature derivative. See [b70178f7](https://github.com/usnistgov/teqp/commit/b70178f79fe9f4950b3075b80fec4495313ffba5)
* 0.9.4 : * 0.9.4 :
* Expose the a and b parameters of cubic EOS. See [84ebc0fb](https://github.com/usnistgov/teqp/commit/84ebc0fb258ff42af30b2521b02a2a4984b7e715) * Expose the a and b parameters of cubic EOS. See [84ebc0fb](https://github.com/usnistgov/teqp/commit/84ebc0fb258ff42af30b2521b02a2a4984b7e715)
......
#include <string> #include <string>
const std::string TEQPVERSION = "0.9.4"; const std::string TEQPVERSION = "0.9.5";
\ 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.
Please register or to comment