Skip to content

Commit

Permalink
Remove helanal (#2929)
Browse files Browse the repository at this point in the history
Towards #2739 

## Work done in this PR
Removes the old helanal code in favour of helix_analysis
  • Loading branch information
lilyminium authored Sep 23, 2020
1 parent a321fa7 commit 3df4581
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1,045 deletions.
2 changes: 2 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ Changes
* Updated Universe creation function signatures to named arguments (Issue #2921)
* The transformation was changed from a function/closure to a class with
`__call__` (Issue #2860, PR #2859)
* deprecated ``analysis.helanal`` module has been removed in favour of
``analysis.helix_analysis`` (PR #2929)

Deprecations

Expand Down
4 changes: 2 additions & 2 deletions package/MDAnalysis/analysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
Analyze hydrogen bonds, including both the per frame results as well
as the dynamic properties and lifetimes.
:mod:`~MDAnalysis.analysis.helanal`
:mod:`~MDAnalysis.analysis.helix_analysis`
Analysis of helices with the HELANAL_ algorithm.
:mod:`~MDAnalysis.analysis.hole2`
Expand Down Expand Up @@ -126,7 +126,7 @@
'gnm',
'hbonds',
'hydrogenbonds',
'helanal',
'helix_analysis',
'hole2',
'leaflet',
'msd',
Expand Down
Loading

0 comments on commit 3df4581

Please sign in to comment.