Skip to content

Commit

Permalink
Update contacts.py
Browse files Browse the repository at this point in the history
added versionchange
  • Loading branch information
talagayev authored Dec 4, 2024
1 parent 11f696a commit b25abb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/MDAnalysis/analysis/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ class Contacts(AnalysisBase):
:class:`MDAnalysis.analysis.base.Results` instance.
.. versionchanged:: 2.2.0
:class:`Contacts` accepts both AtomGroup and string for `select`
.. versionchanged:: 2.9.0
Introduced :meth:`get_supported_backends` allowing for parallel execution on
:mod:`multiprocessing` and :mod:`dask` backends.
"""

_analysis_algorithm_is_parallelizable = True
Expand Down

0 comments on commit b25abb5

Please sign in to comment.