-
Notifications
You must be signed in to change notification settings - Fork 673
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
Removes deprecated density code #2740
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2740 +/- ##
===========================================
- Coverage 91.25% 91.19% -0.07%
===========================================
Files 176 176
Lines 23967 23798 -169
Branches 3153 3134 -19
===========================================
- Hits 21871 21702 -169
- Misses 1470 1474 +4
+ Partials 626 622 -4
Continue to review full report at Codecov.
|
This reverts commit a2bf4c4.
In the interest of not having too many PRs dependent on other PRs, I've reverted I've also added a versionchanged to make it clear to anyone looking at the old density code is gone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, minor comments/questions inline.
On Jun 13, 2020, at 12:48 AM, Irfan Alibay ***@***.***> wrote:
I'm going to open a separate "remove py2 stuff from analysis methods" PR coming along at some point this morning, I'll remove it with that if that works for you?
Absolutely!
|
Thanks for the work! |
* removes deprecated density code (part of MDAnalysis#2739) * Removes density_from_Universe, density_from_PDB, Bfactor2RMSF, BfactorDensityCreator, and notwithin_coordinates_factory * Moves _set_user_grid to be a staticmethod of DensityAnalysis * Unused tests removed * Removal of six * some PEP8 string formatting changes * Adds a versionchanged for the removal * Adds changelog entry for deprecated density removal * Adds _set_user_grid to docs * Adds return entry
Towards #2739
Changes made in this Pull Request:
Todo:
PR Checklist