Skip to content

Commit

Permalink
Deprecate PSA and replace with PathSimAnalysis mdakit (#4403)
Browse files Browse the repository at this point in the history
* PSA is now deprecated and for now has been replaced with an import to the MDAKit PathSimAnalysis
  • Loading branch information
IAlibay authored Jan 9, 2024
1 parent 734314b commit 8ff8acc
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2,679 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-deps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ inputs:
default: 'numpy'
packaging:
default: 'packaging'
pathsimanalysis:
default: 'pathsimanalysis'
pip:
default: 'pip'
pytest:
Expand Down Expand Up @@ -116,6 +118,7 @@ runs:
${{ inputs.mmtf-python }}
${{ inputs.numpy }}
${{ inputs.packaging }}
${{ inputs.pathsimanalysis }}
${{ inputs.pip }}
${{ inputs.pytest }}
${{ inputs.scipy }}
Expand Down
3 changes: 3 additions & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Changes
is used from python 3.9 to 3.11 (Issue #4401, PR #4402)

Deprecations
* The MDAnalysis.analysis.psa module has been deprecated in favour of
the PathSimAnalysis MDAKit and will be removed in version 3.0.0
(PR #4403)


12/26/23 IAlibay, ianmkenney, PicoCentauri, pgbarletta, p-j-smith,
Expand Down
Loading

0 comments on commit 8ff8acc

Please sign in to comment.