File tree Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 3838diffpy.utils Package
3939========================================================================
4040
41- General purpose shared utilities for the diffpy libraries.
42-
43- The diffpy.utils package provides functions for extracting array data from
44- variously formatted text files, an interpolation function based on the
45- Whittaker-Shannon formula that can be used to resample a PDF or other profile
46- function over a new grid, `DiffractionObject ` for conveniently manipulating
47- diffraction data, and some wx GUI utilities used by the PDFgui
48- program.
41+ General utilities for analyzing diffraction data
42+
43+ The diffpy.utils package provides a number of functions and classes designed to help
44+ researchers analyze their diffraction data. It also includes some functionality for
45+ carrying out PDF analysis. Examples are parsers for reading common format diffraction
46+ data files, ``DiffractionObjects `` that allow you to do algebra on diffraction patterns,
47+ tools for better capture and propagation of metadata,
48+ diffraction-friendly interpolation routines, as well as some other tools used across
49+ diffpy libraries.
50+
4951
5052Citation
5153--------
Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * no news needed: just a chore of no import
4+
5+ **Changed: **
6+
7+ * <news item>
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
1111maintainers = [
1212 { name =" Simon J.L. Billinge group" , email =" simon.billinge@gmail.com" },
1313]
14- description = " Shared utilities for diffpy packages "
14+ description = " General utilities for analyzing diffraction data "
1515keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
1616readme = " README.rst"
1717requires-python = " >=3.11, <3.14"
You can’t perform that action at this time.
0 commit comments