From 94797ad11841f7bbe25ee2b5e079df6776f56702 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 7 Aug 2025 09:57:48 -0400 Subject: [PATCH 1/2] chore: fix typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4c07f76..d16d526 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ .. |Tracking| image:: https://img.shields.io/badge/issue_tracking-github-blue :target: https://github.com/diffpy/diffpy.cmi/issues -Complex modeling infrastructure: a modulare framework for multi-modal modeling of scientific data. +Complex modeling infrastructure: a modular framework for multi-modal modeling of scientific data. DiffPy.CMI is designed as an extensible complex modeling infrastructure. Users and developers can readily integrate novel data types and constraints into custom workflows. While widely used for advanced analysis of structural data, the framework is general and can be applied to any problem where model parameters are refined to fit calculated quantities to data. From c51e37be6210cee8c4587370bc9d37eea0323716 Mon Sep 17 00:00:00 2001 From: Caden Myers Date: Thu, 7 Aug 2025 09:58:21 -0400 Subject: [PATCH 2/2] chore: news --- news/short-desc-typo.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/short-desc-typo.rst diff --git a/news/short-desc-typo.rst b/news/short-desc-typo.rst new file mode 100644 index 0000000..7deb81d --- /dev/null +++ b/news/short-desc-typo.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news needed, fixing typo in readme. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*