Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate PSA and replace with PathSimAnalysis mdakit #4403

Merged
merged 6 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -26,6 +26,9 @@ Enhancements
Changes

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
Loading