From 4d5df5181689c78aaa6f86b4f95f74b194e3a473 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Tue, 7 Jan 2025 09:42:18 -0500 Subject: [PATCH] restore CHANGELOG.rst --- CHANGELOG.rst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2669451..5f9de9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,3 +3,37 @@ Release Notes ============= .. current developments + +0.2.0 +===== + +**Added:** + +* tutorial added to documentation +* Add tutorial to documentation +* Added api documentation +* Add GitHub release workflow +* add docstrings to functions without docstrings +* Added `codespell` for spell check on all files. +* Added longer description to README along with proper citation for `diffpy.fourigui` + +**Changed:** + +* support for python < 3.13 + +**Fixed:** + +* test warning applycutoff test +* added [project.scripts] to pyproject.toml +* Fixed deprecation warning presented by numpy2 +* Suppress the `RuntimeWarning` in tests for the `applycutoff` function +* cookiecut to group's Python package standard +* add pip packages under pip.txt +* Recut to group's package standard, fix installation +* remove time dependency in pip, conda.txt +* qmin/qmax limits in reciprocal space grid so qmin and qmax are not excluded + +**Removed:** + +* debug.py file for running tests +* Removed support for python `<3.11`