Skip to content
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

New version 0.7 #333

Merged
merged 229 commits into from
Sep 13, 2024
Merged

New version 0.7 #333

merged 229 commits into from
Sep 13, 2024

Conversation

gviejo
Copy link
Contributor

@gviejo gviejo commented Sep 13, 2024

  • 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

@gviejo gviejo merged commit deca7e2 into main Sep 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants