-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Description
We discussed recently to remove the TimeSeries objects from MDAnalysis. As far as I know none of the core devs is using it. We also note that it is unlikely we will ever implement TimeSeries for any other readers besides dcd and memory and most of it's function can be replaced by the Analysis Framework.
The only part in the library that uses TimeSeries is encore. So it would be useful get some input from @wouterboomsma and @mtiberti before we go ahead with this.
As a first step I would remove timeseries from DCD during the cython transition.
In a later step we would remove timeseries from memory reader and remove the core TimeSeries class.
mnmelo, richardjgowers, orbeckst and tylerjereddy