You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/CHANGELOG
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The rules for this file:
22
22
* 2.11.0
23
23
24
24
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.
25
26
* Fixes msd for non-linear frames, when non_linear is not explicitly
26
27
provided (Issue #5100, PR #5254)
27
28
* Fixes TypeError with np.int64 indexing in GSD Reader (Issue #5224)
@@ -37,7 +38,7 @@ Fixes
37
38
incomprehensible broadcasting error at execution time (Issue #5046, PR #5163)
38
39
* Fixes the verbose=False in EinsteinMSD, and only shows progress bar when
39
40
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)
41
42
when a parsing class is provided to either (Issue #5147, PR #5148)
42
43
* Fix incorrect TPR file parsing for GROMACS topologies produced prior
43
44
to version 5.1.0 (Issue #5145, PR #5146)
@@ -61,7 +62,6 @@ Enhancements
61
62
Changes
62
63
* The msd.py inside analysis is changed, and ProgressBar is implemented inside
63
64
_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)
0 commit comments