Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Beckstein <[email protected]>
  • Loading branch information
hmacdope and orbeckst authored Oct 23, 2024
1 parent 763b493 commit 10356f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Fixes

Enhancements
* Improve distopia backend support in line with new functionality available
in `distopia 0.3.0+`
in distopia >= 0.3.1 (PR #4734)
* Removed type and mass guessing from all topology parsers (PR #3753)
* Added guess_TopologyAttrs() API to the Universe to handle attribute
guessing (PR #3753)
Expand Down
4 changes: 2 additions & 2 deletions package/MDAnalysis/lib/distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
:class:`~MDAnalysis.core.groups.AtomGroup` or an :class:`np.ndarray`
.. versionchanged:: 2.5.0
Interface to the `distopia`_ package added.
.. versionchanged:: 2.7.0
Distopia support greatly expanded (with distopia ≥ 0.3.0).
.. versionchanged:: 2.8.0
Distopia support greatly expanded (with distopia ≥ 0.3.1).
Functions
---------
Expand Down

0 comments on commit 10356f7

Please sign in to comment.