From cb7c81c95ad3a4fb6c7dfb762ef2c3ea6e09d9ae Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Mon, 21 Aug 2017 18:50:11 -0700 Subject: [PATCH] Add note about recent update. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50d97b8..1a9a4b7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ MOCCASIN 🏁 Recent news and activities ------------------------------ +_August 2017_: Release 1.1.1 fixes [issue #15](https://github.com/sbmlteam/moccasin/issues/15) and allows MOCCASIN to work with wxPython [version 4.0.0](https://www.wxpython.org/news/wxpython-4.0.0b1-release/index.html). + _June 2016_: The MATLAB parser and the conversion code in MOCCASIN version 1.1 are considerably better than they were in last year's 1.0 release. The underlying parser now creates a more complete abstract syntax tree representation of the MATLAB input, and the converter also takes advantage of more syntactic features in XPP and BIOCHAM. The result is better conversions of larger and more complex models.