Skip to content

Commit

Permalink
Merge pull request #317 from bobleesj/fix-changelog-3.6.0
Browse files Browse the repository at this point in the history
docs: remove extra line break in 3.6.0 changelog.rst
  • Loading branch information
sbillinge authored Jan 1, 2025
2 parents 4d0b0f2 + b6c74c4 commit 7568d4d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
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>

0 comments on commit 7568d4d

Please sign in to comment.