Skip to content

docs: remove extra line break in 3.6.0 changelog.rst #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down
23 changes: 23 additions & 0 deletions news/changelog-3.6.0-line-break.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**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:**

* <news item>

**Security:**

* <news item>
Loading