diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 586cdf3e..7ca95afa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,26 @@ Datamol Changelogs .. current developments +v0.5.0 +==================== + +**Changed:** + +* The default git branch is now `main` +* `appdirs` is now an hard dep. +* Change CI to use rdkit `[2021.03, 2021.09]` and add the info the readme and doc. + +**Fixed:** + +* Test related to SELFIES to make it work with the latest 2.0 version. +* `dm.to_mol` accept `mol` as input but the specified type was only `str`. + +**Authors:** + +* Hadrien Mary + + + v0.4.11 ==================== diff --git a/news/selfies.rst b/news/selfies.rst deleted file mode 100644 index 7fdb3f2d..00000000 --- a/news/selfies.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* - -**Changed:** - -* The default git branch is now `main` -* `appdirs` is now an hard dep. -* Change CI to use rdkit `[2021.03, 2021.09]` and add the info the readme and doc. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Test related to SELFIES to make it work with the latest 2.0 version. -* `dm.to_mol` accept `mol` as input but the specified type was only `str`. - -**Security:** - -*