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

v0.14.2

parent 21e5dc06
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ Written by Ian Bell, NIST, with the help of colleagues and collaborators
[![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp)
* 0.14.2 :
* Fix missing ``get_meta`` and ``set_meta`` functions for cubics (should have been in 0.14.0)
* Attach methods for multifluid mutants as well
* 0.14.1 :
* Fix typo in loading of two-center LJF models, should be "2CLJF-Dipole" for "kind"
......
#include <string>
const std::string TEQPVERSION = "0.14.1";
const std::string TEQPVERSION = "0.14.2";
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