diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5c1cc36d..c06c274a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,34 @@ Datamol Changelogs .. current developments +v0.9.3 +==================== + +**Added:** + +* added a feature that highlights substructures of 2D molecular images + +**Changed:** + +* Update CNAME to docs.datamol.io +* Replace all occurrences of doc.datamol.io by docs.datamol.io +* Switch from `pkg_resources` to `importlib.resources` for loading resources. +* Enable python 3.11 on the CI. +* Relocatem `datamol/data.py` to `datamol/data/__init__.py`. + +**Fixed:** + +* Color bug of the search input bar + +**Authors:** + +* Emmanuel Noutahi +* Hadrien Mary +* Honoré Hounwanou +* dessygil + + + v0.9.2 ==================== diff --git a/news/docs-search.rst b/news/docs-search.rst deleted file mode 100644 index cb26566a..00000000 --- a/news/docs-search.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Color bug of the search input bar - -**Security:** - -* diff --git a/news/feat-use-docs-subdomain-instead-of-doc.rst b/news/feat-use-docs-subdomain-instead-of-doc.rst deleted file mode 100644 index 9fbdfef4..00000000 --- a/news/feat-use-docs-subdomain-instead-of-doc.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Update CNAME to docs.datamol.io -* Replace all occurrences of doc.datamol.io by docs.datamol.io - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/lasso_highlight.rst b/news/lasso_highlight.rst deleted file mode 100644 index 714cdd02..00000000 --- a/news/lasso_highlight.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* added a feature that highlights substructures of 2D molecular images - -**Changed:** - -* Switch from `pkg_resources` to `importlib.resources` for loading resources. -* Enable python 3.11 on the CI. -* Relocatem `datamol/data.py` to `datamol/data/__init__.py`. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*