File tree 3 files changed +34
-9
lines changed
3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 38
38
diffpy.utils Package
39
39
========================================================================
40
40
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
+
49
51
50
52
Citation
51
53
--------
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 = [
11
11
maintainers = [
12
12
{
name =
" Simon J.L. Billinge group" ,
email =
" [email protected] " },
13
13
]
14
- description = " Shared utilities for diffpy packages "
14
+ description = " General utilities for analyzing diffraction data "
15
15
keywords = [" text data parsers" , " wx grid" , " diffraction objects" ]
16
16
readme = " README.rst"
17
17
requires-python = " >=3.11, <3.14"
You can’t perform that action at this time.
0 commit comments