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
Doc maintained. Changes in printing numpy arrays to avoid doctest error messages. More... over 13 years ago
_startLogger is renamed as startPackageLogger and changed to make it copying to other packages easier. More... over 13 years ago
loadModel checks validity of the input file and the of the model in the file. More... over 13 years ago
Changes is updated. More... over 13 years ago
Docs updated. More... over 13 years ago
parsePDB is changed to avoid overwriting name of of a user given AtomGroup. More... over 13 years ago
A bug in AtomGroup.addCoordset duplicating coordinates when no coordset is in the instance is fixed. More... over 13 years ago
Doc updated. More... over 13 years ago
parsePSF function is implemented. More... over 13 years ago
parsePDB accepts AtomGroup instances as *ag* argument (issue #62 completed). More... over 13 years ago
Doctest updated to reflect changes in acsi. More... over 13 years ago
Select class throws an exception when coordinates of atoms are not set. More... over 13 years ago
_acsi is set to None AtomGroup instance has not coordinate sets. __repr__ functions does not print acsi when it is None. More... over 13 years ago
To avoid IndexError exceptions _getTimeStamp function returns None when no coordinate sets present. More... over 13 years ago
pyparsing is updated to version 1.5.6 More... over 13 years ago
Doc maintained. More... over 13 years ago
Fixed two bugs: (i) negative residue numbers was not handled correctly (ii) same residue as was not interpreted correctly when specific chains were involved. More... over 13 years ago
fetchLigandData doc is expanded. Download stats is updated. More... over 13 years ago
blastPDB is not using SeqRecord.seq.data which is deprecated. More... over 13 years ago
fetchLigandData is made more stable by avoiding exceptions raised when a dict item or xml element is not found. More... over 13 years ago
ProDyProgress cleans the stderr before printing a new line. More... over 13 years ago
fetchLigandData accepts lower case chemical component identifiers. More... over 13 years ago
Docs updated. More... over 13 years ago
fetchLigandData can parse local XML files (completes issue #58). More... over 13 years ago
fetchLigandData is using urllib2 and hanling exceptions due to wrong chemical component identifiers. Also local files are parsed (issue #58). More... over 13 years ago
When format of XML is different a warning is issued, completes issue #59 More... over 13 years ago
loadAtoms is updated to work with new AtomGroup class (issue #60 is resolved). A but in Atom._getCoordsets method is fixed. More... over 13 years ago
loadAtoms function is optimized and imporved to handle Atom instances. _getAttribute method is defined for AtomPointer classes. More... over 13 years ago
Doc maintained. More... over 13 years ago
Bugfix in AtomGroup.copy method. Copy of data arrays were not made if AtomGroup instance was copied. More... over 13 years ago