Skip to content

Latest commit

 

History

History
138 lines (88 loc) · 4.78 KB

v0.5_series.rst

File metadata and controls

138 lines (88 loc) · 4.78 KB

ProDy 0.5 Series

New Features:

Changes:

Improvements:

  • A few bugs in ensemble and dynamics classes are fixed.
  • Improvements in :class:`RCSB_PDBFetcher` allow it not to miss a PDB file if it exists in the target folder.
  • :func:`.writeNMD` is fixed to output B-factors (Thanks to Dan Holloway for pointing it out).

Bug Fixes:

  • An important fix in :func:`.sampleModes` function was made (Thanks to Alberto Perez for finding the bug and suggesting a solution).

Improvements:

Changes in dependencies:

  • Scipy (linear algebra module) is not required package anymore. When available it replaces Numpy (linear algebra module) for greater flexibility and efficiency. A warning message is printed when Scipy is not found.
  • Biopython KDTree module is not required for ENM calculations (specifically for building Hessian (ANM) or Kirchoff (GNM) matrices). When available it is used to increase the performance. A warning message is printed when KDTree is not found.

New Features:

Bug Fixes:

  • A bug in :func:`.parsePDBStream` that caused unidentified errors when a model in a multiple model file did not have the same number of atoms is fixed.

Changes: