diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 723a62f4..ea1a5db0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ Datamol Changelogs .. current developments +v0.7.4 +==================== + +**Changed:** + +* Don't import `sasscorer` by default but only during the call to `dm.descriptors.sas(mol)` + +**Authors:** + +* Hadrien Mary + + + v0.7.3 ==================== diff --git a/news/rdkit-pypi.rst b/news/rdkit-pypi.rst deleted file mode 100644 index 3ddd99fd..00000000 --- a/news/rdkit-pypi.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Don't import `sasscorer` by default but only during the call to `dm.descriptors.sas(mol)` - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*