From b6c74c476b299394c4d5900c6cf0880b2cb0ff91 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Wed, 1 Jan 2025 16:04:03 -0500 Subject: [PATCH] docs: extra line break in 3.6.0 changelog.rst --- CHANGELOG.rst | 9 +++------ news/changelog-3.6.0-line-break.rst | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 news/changelog-3.6.0-line-break.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16a17067..bc99672e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,8 +21,7 @@ Release Notes * Better wording on the capture user info functionality * Spelling check via Codespell in pre-commit * prettier pre-commit hook for automatic linting of .yml, .json, and .md files -* Function that can be used to compute muD (absorption coefficient) from a file containing an absorption profile -from a line-scan through the sample +* Function that can be used to compute muD (absorption coefficient) from a file containing an absorption profile from a line-scan through the sample * sbillinge username as the authorized admin for GitHub release workflow in `build-wheel-release-upload.yml` * function to compute x-ray attenuation coefficient (mu) using XrayDB * class docstring for `DiffractionObject` @@ -45,12 +44,10 @@ from a line-scan through the sample **Changed:** -* Refactor get_user_info to separate the tasks of getting the info from config files -and creating config files when they are missing. +* Refactor get_user_info to separate the tasks of getting the info from config files and creating config files when they are missing. * test comment format with compact style without extra line for each comment * Rename `input_scattering_quantity` to `input_data` in `DiffractionObject` init -* refactor `q_to_tth()` and `tth_to_q()` into `diffpy.utils.transforms` to make them available outside -DiffractionObject +* refactor `q_to_tth()` and `tth_to_q()` into `diffpy.utils.transforms` to make them available outside DiffractionObject * Moved resampler out of parsers, new path is diffpy.utils.resampler * Rename the `isfloat` function to `is_number`, and move it to the `diffpy/utils/utilsvalidators.py` directory * arrays and attributes now can be inserted when a DiffractionObject is instantiated diff --git a/news/changelog-3.6.0-line-break.rst b/news/changelog-3.6.0-line-break.rst new file mode 100644 index 00000000..ac80a0a1 --- /dev/null +++ b/news/changelog-3.6.0-line-break.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* Extra line break in each news after 3.6.0 in `CHANGELOG.rst` so that this rst can be rendered correctly when deployed + +**Fixed:** + +* + +**Security:** + +*