Skip to content

Implemented TimeSeriesDict.span

Duncan Macleod requested to merge github/fork/duncanmmacleod/tsd-span into develop

This PR fixes #864 (closed) by implementing a span property for the TimeSeriesDict, essentially just the logical OR of all spans for contained TimeSeries.

Merge request reports