Skip to content

Commit 139ef3a

Browse files
committed
fix CHANGELOG format
1 parent 1970f59 commit 139ef3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package/CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The rules for this file:
2222
* 2.11.0
2323

2424
Fixes
25+
* `MDAnalysis.analysis.atomicdistances.AtomicDistances` results are now consistent with expected `analysis` documentation data type = Results (Issue #4819, PR #5347) Note: This fix is backwards-incompatible.
2526
* Fixes msd for non-linear frames, when non_linear is not explicitly
2627
provided (Issue #5100, PR #5254)
2728
* Fixes TypeError with np.int64 indexing in GSD Reader (Issue #5224)
@@ -37,7 +38,7 @@ Fixes
3738
incomprehensible broadcasting error at execution time (Issue #5046, PR #5163)
3839
* Fixes the verbose=False in EinsteinMSD, and only shows progress bar when
3940
verbose=True (Issue #5144, PR #5153)
40-
* Fix incorrect assignment of topology_format to format (and vice versa)
41+
* Fix incorrect assignment of topology_format to format (and vexice versa)
4142
when a parsing class is provided to either (Issue #5147, PR #5148)
4243
* Fix incorrect TPR file parsing for GROMACS topologies produced prior
4344
to version 5.1.0 (Issue #5145, PR #5146)
@@ -61,7 +62,6 @@ Enhancements
6162
Changes
6263
* The msd.py inside analysis is changed, and ProgressBar is implemented inside
6364
_conclude_simple and _conclude_fft functions instead of tqdm (Issue #5144, PR #5153)
64-
* `MDAnalysis.analysis.atomicdistances.AtomicDistances` results are now consistent with expected`analysis` documentation data type = Results (Issue #4819)
6565

6666
Deprecations
6767

package/MDAnalysis/analysis/atomicdistances.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ class AtomicDistances(AnalysisBase):
146146
Number of frames included in the analysis.
147147
n_atoms : int
148148
Number of atoms in each atom group.
149+
150+
151+
.. versionadded:: 2.5.0
149152
.. versionchanged:: 2.11.0
150153
"""
151154

0 commit comments

Comments
 (0)