diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3ac4be00..1c4c9e4a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,23 @@ Changelog --------- +Release 0.9.0 +~~~~~~~~~~~~~ + +`10 April 2018` + +* Turned many methods into properties. +* Added full residue name generation. +* Made bind site detection more picky. +* Added coordinate rounding to deal with floating point rounding errors. +* Atomic structures now 'copy'able. +* Refactored atom querying. +* Added grid generation. +* Implemented Kabsch superposition/rotation. +* Implemented RMSD comparison. +* Created Complex class (for later). + + Release 0.8.0 ~~~~~~~~~~~~~