@@ -21,8 +21,7 @@ Release Notes
21
21
* Better wording on the capture user info functionality
22
22
* Spelling check via Codespell in pre-commit
23
23
* prettier pre-commit hook for automatic linting of .yml, .json, and .md files
24
- * Function that can be used to compute muD (absorption coefficient) from a file containing an absorption profile
25
- from a line-scan through the sample
24
+ * Function that can be used to compute muD (absorption coefficient) from a file containing an absorption profile from a line-scan through the sample
26
25
* sbillinge username as the authorized admin for GitHub release workflow in `build-wheel-release-upload.yml `
27
26
* function to compute x-ray attenuation coefficient (mu) using XrayDB
28
27
* class docstring for `DiffractionObject `
@@ -45,12 +44,10 @@ from a line-scan through the sample
45
44
46
45
**Changed: **
47
46
48
- * Refactor get_user_info to separate the tasks of getting the info from config files
49
- and creating config files when they are missing.
47
+ * Refactor get_user_info to separate the tasks of getting the info from config files and creating config files when they are missing.
50
48
* test comment format with compact style without extra line for each comment
51
49
* Rename `input_scattering_quantity ` to `input_data ` in `DiffractionObject ` init
52
- * refactor `q_to_tth() ` and `tth_to_q() ` into `diffpy.utils.transforms ` to make them available outside
53
- DiffractionObject
50
+ * refactor `q_to_tth() ` and `tth_to_q() ` into `diffpy.utils.transforms ` to make them available outside DiffractionObject
54
51
* Moved resampler out of parsers, new path is diffpy.utils.resampler
55
52
* Rename the `isfloat ` function to `is_number `, and move it to the `diffpy/utils/utilsvalidators.py ` directory
56
53
* arrays and attributes now can be inserted when a DiffractionObject is instantiated
0 commit comments