From cf9a67ca1a24c8980af55f83b67c462b6c969a13 Mon Sep 17 00:00:00 2001 From: Berk Onat <onatberk@gmail.com> Date: Thu, 5 Apr 2018 11:02:19 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a24361e..32933f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # pymolfile +#### Version: 0.0.4 +What is new? +* Secure the file opens/closes on reader by OpenMolTraj class using 'with'. This provides a stable recall of PyMolfile in series of files. +* Silence all core plugins in molfile_plugins folder at CMake level. This is the default setting now. +* Bug fixed on recursive initialiation of OpenMolFile on trajectory reads. It is safe now to have concurrent multiple calls from MDDataAccess. #### Version: 0.0.3 What is new? @@ -7,7 +12,7 @@ What is new? Anything in mind for additional improvements? * C level silencing modifications are mandatory. This might be optional with a setup.py parameter. -* pymolfile only supports read fucntions at plugins. Write functions might also be added to convert data to other formats. +* pymolfile only supports read functions at plugins. Write functions might also be added to convert data to other formats. Needs precaution when using? * Recursive initialization of OpenMolfile leads to breaks at trajectory class when an outer calling function fails (Ex: in MDDataAccess package) since trajectory file can still be open and can not be closed properly without a delete call. -- GitLab