Skip to content
Snippets Groups Projects
Commit 1cb697ce authored by Berk Onat's avatar Berk Onat
Browse files

Update to version 0.0.6

parent 8bda178a
No related branches found
No related tags found
No related merge requests found
# pymolfile # pymolfile
#### Version: 0.0.6
* TNG library links are fixed in CMake compile.
#### Version: 0.0.5
* Fixed bugs in MolfileOpen class.
#### Version: 0.0.4 #### 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. * 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. * 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. * Bug fixed on recursive initialiation of OpenMolFile on trajectory reads. It is safe now to have concurrent multiple calls from MDDataAccess.
...@@ -29,12 +34,12 @@ please see <http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/> ...@@ -29,12 +34,12 @@ please see <http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/>
### Dependencies: ### Dependencies:
* numpy * numpy
* cmake >2.8.12 * cmake >3.1
* swig >3.0 * swig >3.0
* tng_io (installs with pymolfile setup) * tng_io (installs with pymolfile setup)
* NetCDF * NetCDF (Optional but recomended for full experience)
* Expat * Expat
* Babel (Optional) * Babel (Optional but recomended for full experience)
* Tcl/Tk >8.5 (Optional) * Tcl/Tk >8.5 (Optional)
### Download: ### Download:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment