Skip to content

Commit 50ac687

Browse files
committed
Corrected CHANGELOG
1 parent 97f112c commit 50ac687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/CHANGELOG

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ The rules for this file:
2121
* 2.11.0
2222

2323
Fixes
24-
* Improved performance of inverse index mapping in AtomGroup using an optimized
25-
Cython implementation in lib._cutils.inverse_int_index()
26-
(Issue #3387, PR #5252)
2724
* Fixes TypeError with np.int64 indexing in GSD Reader (Issue #5224)
2825
* Fixed bug in add_transformations allowing non-callable transformations
2926
(Issue #2558, PR #2558)
@@ -45,6 +42,9 @@ Fixes
4542
DSSP by porting upstream PyDSSP 0.9.1 fix (Issue #4913)
4643

4744
Enhancements
45+
* Improved performance of inverse index mapping in AtomGroup using an optimized
46+
Cython implementation in lib._cutils.inverse_int_index()
47+
(Issue #3387, PR #5252)
4848
* Reduces duplication of code in _apply() function (Issue #5247, PR #5294)
4949
* Added new top-level `MDAnalysis.fetch` module (PR #4943)
5050
* Added new function `MDAnalysis.fetch.from_PDB` to download structure files from wwPDB

0 commit comments

Comments
 (0)