From dddb4819eaa49182333764584532cb4bb8bf6115 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 3 Oct 2024 18:43:01 +0000 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ news/Recookiecut.rst | 23 ----------------------- news/add-nav.rst | 24 ------------------------ news/api_build.rst | 23 ----------------------- news/cookiecut.rst | 23 ----------------------- news/cookiecutter.rst | 23 ----------------------- news/workflow.rst | 23 ----------------------- 7 files changed, 25 insertions(+), 139 deletions(-) delete mode 100644 news/Recookiecut.rst delete mode 100644 news/add-nav.rst delete mode 100644 news/api_build.rst delete mode 100644 news/cookiecut.rst delete mode 100644 news/cookiecutter.rst delete mode 100644 news/workflow.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2669451..4efd946 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,3 +3,28 @@ Release Notes ============= .. current developments + +0.6.0 +===== + +**Added:** + +* add api workflow + +**Changed:** + +* Moved diffpy.srmise from python2 to python3. +* Used dynamic api build generated by new cookiecutter. +* Changed workflow for build to satisfy new cookiecutter + +**Removed:** + +* Removed travis.yml and other useless files + +**Fixed:** + +* Recookiecuttered diffpy.srmise to new BillingeGroup standard +* Fixed numpy format boolean counting, numpy int slicing error. +* Cookiecuttered diffpy.srmise to new Billingegroup standard. +* add pip dependencies under pip.txt, conda dependencies under conda.txt +* add tutorial and extending examples to docs diff --git a/news/Recookiecut.rst b/news/Recookiecut.rst deleted file mode 100644 index 4763dd7..0000000 --- a/news/Recookiecut.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* add api workflow - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Recookiecuttered diffpy.srmise to new BillingeGroup standard - -**Security:** - -* diff --git a/news/add-nav.rst b/news/add-nav.rst deleted file mode 100644 index 1d09e4f..0000000 --- a/news/add-nav.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* add pip dependencies under pip.txt, conda dependencies under conda.txt -* add tutorial and extending examples to docs - -**Security:** - -* diff --git a/news/api_build.rst b/news/api_build.rst deleted file mode 100644 index ae4edee..0000000 --- a/news/api_build.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Used dynamic api build generated by new cookiecutter. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/cookiecut.rst b/news/cookiecut.rst deleted file mode 100644 index 25b8176..0000000 --- a/news/cookiecut.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Cookiecuttered diffpy.srmise to new Billingegroup standard. - -**Security:** - -* diff --git a/news/cookiecutter.rst b/news/cookiecutter.rst deleted file mode 100644 index 64626aa..0000000 --- a/news/cookiecutter.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Moved diffpy.srmise from python2 to python3. - -**Deprecated:** - -* - -**Removed:** - -* Removed travis.yml and other useless files - -**Fixed:** - -* Fixed numpy format boolean counting, numpy int slicing error. - -**Security:** - -* diff --git a/news/workflow.rst b/news/workflow.rst deleted file mode 100644 index 3a0b96b..0000000 --- a/news/workflow.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Changed workflow for build to satisfy new cookiecutter - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*