-
Couldn't load subscription status.
- Fork 735
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.flagsinfrastructure 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 (
Timeseriesfrom a universe.segID selection, reported by lordnapi) - FIXED: Issue 19 (
Timeseriescollections were broken, reported by Jiyong) - can write single frames as pdb or crd (
AtomGroupgained thewrite()method) - improved installation