Skip to content

V0.7.0

Compare
Choose a tag to compare
@gviejo gviejo released this 16 Sep 20:22
· 103 commits to main since this release
deca7e2
  • Morlet wavelets spectrogram with utility for plotting the wavelets.
  • (Mean) Power spectral density. Returns a Pandas DataFrame.
  • Convolve function works for any dimension of time series and any dimensions of kernel.
  • dtype in count function
  • get_slice: public method with a simplified API, argument start, end, time_units. returns a slice that matches behavior of Base.get.
  • _get_slice: private method, adds the argument "mode" this can be: "after_t", "before_t", "closest_t", "restrict".
  • split method for IntervalSet. Argument is interval_size in time unit.
  • Changed os import to pathlib.
  • Fixed pickling issue. TsGroup can now be saved as pickle.
  • TsGroup can be created from an iterable of Ts/Tsd objects.
  • IntervalSet can be created from (start, end) pairs