Skip to content

Moved TimeSeries.shift upstream to Series

Duncan Macleod requested to merge github/fork/duncanmmacleod/series-shift into develop

This PR moves the TimeSeries.shift method upstream to the Series object, exposing it to FrequencySeries and friends. Also, I fixed a bug in the implementation where shift() would have no effect if the xindex had already been created.

Merge request reports