diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e446d47..cd95b86 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,30 @@ Release Notes .. current developments +3.2.0rc0 +======== + +**Changed:** + +* Removed support for Python 2 +* This version only supporting Python 3.10, 3.11, 3.12 +* All docstrings style updated to numpydoc + +**Deprecated:** + +* Deprecated the `diffpy.structure.applications` module. Use + `diffpy.structure.apps` instead + +**Removed:** + +* Removed all `six` compatibility code + +**Fixed:** + +* Repo structure modified to the new diffpy standard + + + Version 3.1.0 - 2022-12-04 -------------------------- diff --git a/news/changlog.rst b/news/changlog.rst deleted file mode 100644 index cc5f014..0000000 --- a/news/changlog.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Removed support for Python 2 -* This version only supporting Python 3.10, 3.11, 3.12 -* All docstrings style updated to numpydoc - -**Deprecated:** - -* Deprecated the `diffpy.structure.applications` module. Use - `diffpy.structure.apps` instead - -**Removed:** - -* Removed all `six` compatibility code - -**Fixed:** - -* Repo structure modified to the new diffpy standard - -**Security:** - -*