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

upgrade needed to work with MDAnalysis 0.11.0? #43

Closed
orbeckst opened this issue Sep 7, 2015 · 3 comments
Closed

upgrade needed to work with MDAnalysis 0.11.0? #43

orbeckst opened this issue Sep 7, 2015 · 3 comments

Comments

@orbeckst
Copy link
Contributor

orbeckst commented Sep 7, 2015

The new MDAnalysis release 0.11.0 breaks parts of the API and it is possible that MDSynthesis needs to be migrated and pinned to MDAnalysis >= 0.11.0.

@dotsdl
Copy link
Member

dotsdl commented Sep 7, 2015

Yup, good call. The next release will require 0.11.0, but at the moment nothing should break since the only API elements used are atom selections via AtomGroup.selectAtoms (which is deprecated, but still fucntional).

@dotsdl dotsdl added this to the 0.5.1 milestone Sep 7, 2015
@dotsdl
Copy link
Member

dotsdl commented Sep 9, 2015

It turns out that with the way MDS applies stored resnums to a Universe's atoms the current behavior of MDAnalysis breaks this mechanism. This is fixed in MDAnalysis/mdanalysis#422.

@dotsdl
Copy link
Member

dotsdl commented Sep 9, 2015

Fixed.

@dotsdl dotsdl closed this as completed Sep 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants