-
Notifications
You must be signed in to change notification settings - Fork 652
ReleaseNotes060
Tyler Reddy edited this page May 5, 2015
·
2 revisions
- 0.6.0 release
- added KDTree and Neighbour searching code from Biopython for faster distance selections: used for AROUND selections; POINT is using distance matrix by default as this is faster. This can be configured with
core.flags
-
core.flags
infrastructure to tweak behaviour at run time - updated LICENSE file with Biopython License
- some selections for nucleic acids
- completely reorganized directory structure to make enhancements easier to incorporate
- FIXED (partial): Issue 18 (
Timeseries
from a universe.segID selection, reported by lordnapi) - FIXED: Issue 19 (
Timeseries
collections were broken, reported by Jiyong) - can write single frames as pdb or crd (
AtomGroup
gained thewrite()
method) - improved installation