Skip to content

Commit

Permalink
Improve the performance of ParmEd converter. (Fix MDAnalysis#3028) (M…
Browse files Browse the repository at this point in the history
…DAnalysis#3029)

Fixes MDAnalysis#3028 

## Work done in this PR
* Improves the performance of the ParmEd converter by using a dictionary lookup for the atomgroup to universe index mapping.
  • Loading branch information
HanatoK authored and PicoCentauri committed Mar 30, 2021
1 parent a160f9d commit f99cd41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Chronological list of authors
- Edis Jakupovic
- Nicholas Craven
- Mieczyslaw Torchala
- Haochuan Chen

External code
-------------
Expand Down
4 changes: 3 additions & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The rules for this file:
------------------------------------------------------------------------------
??/??/?? tylerjereddy, richardjgowers, IAlibay, hmacdope, orbeckst, cbouy,
lilyminium, daveminh, jbarnoud, yuxuanzhuang, VOD555, ianmkenney,
calcraven,xiki-tempula, mieczyslaw, manuel.nuno.melo, PicoCentauri
calcraven,xiki-tempula, mieczyslaw, manuel.nuno.melo, PicoCentauri,
hanatok

* 2.0.0

Expand Down Expand Up @@ -73,6 +74,7 @@ Fixes
would create a test artifact (Issue #2979, PR #2981)

Enhancements
* Improved performance of the ParmEd converter (Issue #3028, PR #3029)
* Improved analysis class docstrings, and added missing classes to the
`__all__` list (PR #2998)
* The PDB writer gives more control over how to write the atom ids
Expand Down

0 comments on commit f99cd41

Please sign in to comment.