Skip to content

Commit

Permalink
Update diffusionmap.py
Browse files Browse the repository at this point in the history
added version change for docs
  • Loading branch information
talagayev authored Dec 19, 2024
1 parent 795f26f commit d8687f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/MDAnalysis/analysis/diffusionmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,11 @@ class DistanceMatrix(AnalysisBase):
:class:`DistanceMatrix` now also accepts `AtomGroup`.
.. versionchanged:: 2.8.0
:class:`DistanceMatrix` is now correctly works with `frames=...`
parameter (#4432) by iterating over `self._sliced_trajectory`.
Enabled **parallel execution** with the ``multiprocessing`` and
``dask`` backends; use the new method :meth:`get_supported_backends`
to see all supported backends.
parameter (#4432) by iterating over `self._sliced_trajectory`
.. 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 d8687f5

Please sign in to comment.