Releases: salilab/mdt
Releases · salilab/mdt
MDT 5.5 release
MDT 5.4 release
- Development is now open and hosted at GitHub.
- Experimental cmake build support.
- Installation packages now available for Homebrew
("brew tap salilab/salilab; brew install mdt
") and
Anaconda Python ("conda install -c salilab mdt
").
MDT 5.3 release
This release improves the support for saving MDT tables in HDF5 format. Notably, such files now support compression, and they include metadata, such as the mappings from feature values to bin indices. Such tables are used by the SOAP potentials, supported by recent versions of MODELLER and IMP.
MDT 5.2 release
Raw MDT table data can now be treated as a NumPy array and handled with NumPy functions. Minor improvements to atom tuple feature; bond separation now understands disulfide bridges.
MDT 5.1 release
This release adds Python 3 support, and a new bond separation feature and filter. The shape of new Tables can now be set at construction time, removing the need in some cases to call reshape().