-
Notifications
You must be signed in to change notification settings - Fork 745
remove TimeseriesCollection #1375
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
Conversation
d10e6fc to
cca7ff2
Compare
richardjgowers
left a comment
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.
Looks good, I'm blocking so we don't accidentally merge before 0.17. (ie merging onto develop would stop a 0.16.x series release)
|
When would we do a 0.16.3 release possibly? |
|
@kain88-de do you mean 16.2 or 16.3? We'd do a bugfix release if we got a few good fixes and 0.17 seemed a few weeks off still. |
|
Once we start the pytest transition we won't be able to release for a couple of weeks anyway. |
|
@richardjgowers This PR is currently a blocker for #1372. Personally I think it would be good if us devs use the new DCD reader for a while as on a dev version before we make a release. |
a7a6ec1 to
0cf8ee0
Compare
0cf8ee0 to
083f8ba
Compare
The PR #1375 introduced a syntax error in MDAnalysis.__init__. This commit fixes the defective line.
* Fix a syntax error in MDAnalysis.__init__ The PR #1375 introduced a syntax error in MDAnalysis.__init__. This commit fixes the defective line. * Remove deprecation test about Timeseries collection
Fixes #1373
Fixes #186
Changes made in this Pull Request:
PR Checklist