salilab / pmi

Python Modeling Interface
https://integrativemodeling.org/nightly/doc/ref/namespaceIMP_1_1pmi.html
11 stars 11 forks source link

Make a PMI1-only module #241

Closed benmwebb closed 5 years ago

benmwebb commented 6 years ago

Branch the repository and remove all PMI2 functionality; then import this branch into IMP as IMP.pmi1. Keep this around so that existing published systems still work.

Have this module print a huge warning message on import to the effect that it's only present to support legacy published applications, and won't be updated or supported, so shouldn't be used for new stuff. Point users to IMP.pmi (PMI2) instead. Relates salilab/imp#997.

sethaxen commented 6 years ago

What's the timeline for this? Is it intended to be in the 2.9.0 release or the next one?

benmwebb commented 6 years ago

Next one. I've already branched for 2.9.0 - no new features.

benmwebb commented 6 years ago

This is maintained now in the legacy-pmi1 branch.