diff --git a/.gitignore b/.gitignore index 77c43bf..2664f90 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,6 @@ eggs nosetests.xml # conda devtools/conda/*.json +# python virtual environment +venv diff --git a/CHANGELOG b/CHANGELOG index e8fa1e5..2f58517 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ **Dev** - Add and update version number in zenodo config file - Update authors affiliations in README +- Fix typo in documentation +- Add example of RMSD and Neq in documentation **1.3.7** - Update test engine from nose to pytest