1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #50 is completed. More... over 13 years ago
Issue #52: PCA buildCovariance method supports Trajectory instances. Frame _getCoordinates function is implemented to reduce memory operations. More... over 13 years ago
atomic _getData methods are revised. ensemble _getCoordinates/Coordsets functions are implemented. dynamics buildCovariance method is changed acoordingly. More... over 13 years ago
Small performance imporvement in superposeTraj. More... over 13 years ago
Issue #53 is completed. _get method return a view of the actual data array when possible. AtomSubset do not return views because arbitrary indexing of arrays make a deep copy of the array. More... over 13 years ago
A bug in select module raising exceptions when regular expressions are passed with name selections is fixed. More... over 13 years ago
getFrame is implemented for Trajectory class. Documentation maintained. More... over 13 years ago
Trajectory getCoordsets function is implemented. More... over 13 years ago
Most Trajectory methods are working fine. Implementation of Frame getRMSD and superpose methods are completed and methods are optimized. Superposition and RMSD calculation reproduces VMD results. More... over 13 years ago
ensemble getMSF function is optimized for memory usage and speed. More... over 13 years ago
Documentation updated/maintained. More... over 13 years ago
PCA.buildCovariance and performSVD accept Numpy arrays. buildCovariance method is optimized for speed in evaluation of PDB ensembles. More... over 13 years ago
ensemble superpose and rmsd calculation methods are optimized for speed/memory usage. More... over 13 years ago
calcRMSD and superpose functions are optimized for memory usage and speed. More... over 13 years ago
calcRMSD function is optimized and type/value checks are improved. More... over 13 years ago
parseDCD function is updated to work with new DCDFile class. More... over 13 years ago
Trajectory and TrajectoryFile classes are implemented. Coordinate parsing is optimized. More... over 13 years ago
Doc corrections and update in dynamics module. More... over 13 years ago
calcProjections calculates RMSD by default. More... over 13 years ago
Trajectory skip and goto methods are implemented. A bugfix in PDBEnsemble iterCoordsets method. More... over 13 years ago
calcProjection rmsd calculation is changed to use a more efficient way. More... over 13 years ago
A working implementation of Trajectory, Frame, and DCDTrajectory classes are complete. More... over 13 years ago
Documentation is maintained: (i) print statements are converted to functions, i.e. print() for compatibility with Py3K (ii) skipped doctests are incorporated, (iii) numeric results in doctests are rounded to 2-4 significant digits. More... over 13 years ago
PDBEnsemble function is specialized for analyzing PDB ensembles. Ensemble function is not suitable for this purpose anymore. This should increase efficiency and reduce confusions. In PDBEnsemble doc user is warned about how missing coordinates are threated. More... over 13 years ago
Minor fix in coordinate data type assignments and fetchPDB function. More... over 13 years ago
Bugfix in AtomPointer.copy function. More... over 13 years ago
calcProjection, showProjection, and showCrossProjection functions can optionally calculate/display RMSD. More... over 13 years ago
calc/showProjection function accept a Conformation as the first argument. More... over 13 years ago
Bugfix in +/- button. More... over 13 years ago
Doc update. Google Plus One is incorporated into documentation. More... over 13 years ago