From 2dc2c9a1a94912bbfd9b2c10f05a95ec6054f516 Mon Sep 17 00:00:00 2001 From: Pierre Poulain Date: Wed, 18 Oct 2017 00:22:19 +0200 Subject: [PATCH] Update CHANGELOG and .gitignore --- .gitignore | 2 ++ CHANGELOG | 2 ++ 2 files changed, 4 insertions(+) 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