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

Calculate mean over fixed size windows while converting intervals to values #1

Merged
merged 7 commits into from
Dec 23, 2023

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    448e06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d7f59 View commit details
    Browse the repository at this point in the history
  3. check whether new kernel is as fast as old one, or whether we should …

    …route to the fastest kernel depending on whether a window function is used or not
    jorenretel committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    736ae87 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. add tests for intervals_to_values using the window function. Small ch…

    …ange in kernel, because some tests were failing.
    jorenretel committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    725a1b7 View commit details
    Browse the repository at this point in the history
  2. Cleaning up a little.

    jorenretel committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a8f51c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1241e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2f0180 View commit details
    Browse the repository at this point in the history