Skip to content

Commit 7568d4d

Browse files
authored
Merge pull request #317 from bobleesj/fix-changelog-3.6.0
docs: remove extra line break in 3.6.0 changelog.rst
2 parents 4d0b0f2 + b6c74c4 commit 7568d4d

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

Diff for: CHANGELOG.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: news/changelog-3.6.0-line-break.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Extra line break in each news after 3.6.0 in `CHANGELOG.rst` so that this rst can be rendered correctly when deployed
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)