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

613-Support missing aggregation functions in aggregation kernels #638

Merged
merged 20 commits into from
Nov 17, 2023

Commits on Oct 26, 2023

  1. Merge pull request #1 from daphne-eu/main

    pulling the changes of daphne's original repo
    inikokali authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    62973ce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. testing stddev row-wise

    inikokali committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b71e06f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    e855744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34a3ff View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    9c573f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989c1e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    728133e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    56d33e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e297f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    837ed51 View commit details
    Browse the repository at this point in the history
  2. comment debugging

    inikokali committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    322bd51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b302f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd808cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5334561 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    6d6cd26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae8d37 View commit details
    Browse the repository at this point in the history
  3. delete issue comments

    inikokali committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c641e33 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    inikokali committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b76eba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b409479 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Minor fixes and some formatting.

    - Unit test cases for aggAll/aggCol/aggRow-kernels use approximate comparisons now, to avoid failing test cases through minor deviations in floating-point numbers.
    - Some minor changes.
    pdamme committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    135507a View commit details
    Browse the repository at this point in the history