@@ -21,8 +21,7 @@ Release Notes
2121* Better wording on the capture user info functionality
2222* Spelling check via Codespell in pre-commit
2323* 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
2625* sbillinge username as the authorized admin for GitHub release workflow in `build-wheel-release-upload.yml `
2726* function to compute x-ray attenuation coefficient (mu) using XrayDB
2827* class docstring for `DiffractionObject `
@@ -45,12 +44,10 @@ from a line-scan through the sample
4544
4645**Changed: **
4746
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.
5048* test comment format with compact style without extra line for each comment
5149* 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
5451* Moved resampler out of parsers, new path is diffpy.utils.resampler
5552* Rename the `isfloat ` function to `is_number `, and move it to the `diffpy/utils/utilsvalidators.py ` directory
5653* arrays and attributes now can be inserted when a DiffractionObject is instantiated
0 commit comments