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

Create stub AtomGroup module #1067

Closed
richardjgowers opened this issue Nov 7, 2016 · 1 comment
Closed

Create stub AtomGroup module #1067

richardjgowers opened this issue Nov 7, 2016 · 1 comment

Comments

@richardjgowers
Copy link
Member

MDAnalysis.core.AtomGroup has been split into core.groups and core.universe. Imports directed at core.AtomGroup should still work for a while, but raise a warning.

@kain88-de
Copy link
Member

yeah definitely that should exist

richardjgowers pushed a commit that referenced this issue Nov 13, 2016
* Add AtomGroup stub

Any class used from this module will raise a warning. The classes work
without needed to be specially imported.

* fix Universe Warning Message

* update changelog

* add test for deprecation warning

* Added compatibility for old AtomGroup init methods

* Added tests for deprecated Group init methods
abiedermann pushed a commit to abiedermann/mdanalysis that referenced this issue Jan 5, 2017
* Add AtomGroup stub

Any class used from this module will raise a warning. The classes work
without needed to be specially imported.

* fix Universe Warning Message

* update changelog

* add test for deprecation warning

* Added compatibility for old AtomGroup init methods

* Added tests for deprecated Group init methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants