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

Add save_dict_into_h5() and sliding_window(), add .gitignore, and update the docs #180

Merged
merged 6 commits into from
Sep 6, 2023

Conversation

WenjieDu
Copy link
Owner

@WenjieDu WenjieDu commented Sep 6, 2023

What does this PR do?

  1. add pypots.data.saving.save_dict_into_h5();
  2. add pypots.data.utils.sliding_window();
  3. add .gitignore;
  4. update the docs;

Fixing #138.

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
  • I have commented my code, particularly in hard-to-understand areas.

@WenjieDu WenjieDu merged commit e40997a into dev Sep 6, 2023
15 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.

Adding functions to process time-series datasets with sliding-window and save into h5 files
1 participant