From d5e962fcfc8429ab69d0a44a510fb856d7c0e047 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Tue, 3 Sep 2024 15:46:40 -0400 Subject: [PATCH] add changed news --- news/cookiecutter.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/cookiecutter.rst diff --git a/news/cookiecutter.rst b/news/cookiecutter.rst new file mode 100644 index 0000000..64626aa --- /dev/null +++ b/news/cookiecutter.rst @@ -0,0 +1,23 @@ +**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:** + +*