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

Adds new absmax aggregation method #76

Merged
merged 8 commits into from Jun 27, 2017
Merged

Commits on Jun 24, 2015

  1. Adds new absmax aggregation method

    absmax is a new aggregation method which returns the largest
    absolute value when aggregating to a lower precision archive.
    
    Useful for data such as time offsets, where you care about retaining
    the value furthest from zero when aggregating but would prefer to
    preserve whether the offset was positive or negative.
    Chris Day committed Jun 24, 2015
    Copy the full SHA
    488a986 View commit details
    Browse the repository at this point in the history
  2. Adds new absmin aggregation method

    Also refactors absmax to use a lambda function with max.
    Chris Day committed Jun 24, 2015
    Copy the full SHA
    77b1fe3 View commit details
    Browse the repository at this point in the history
  3. Add missing documentation for avg_zero

    Chris Day committed Jun 24, 2015
    Copy the full SHA
    093ca61 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Adds new absmax aggregation method

    absmax is a new aggregation method which returns the largest
    absolute value when aggregating to a lower precision archive.
    
    Useful for data such as time offsets, where you care about retaining
    the value furthest from zero when aggregating but would prefer to
    preserve whether the offset was positive or negative.
    Chris Day committed Aug 2, 2016
    Copy the full SHA
    e844326 View commit details
    Browse the repository at this point in the history
  2. Adds new absmin aggregation method

    Also refactors absmax to use a lambda function with max.
    Chris Day committed Aug 2, 2016
    Copy the full SHA
    2e0603a View commit details
    Browse the repository at this point in the history
  3. Add missing documentation for avg_zero

    Chris Day committed Aug 2, 2016
    Copy the full SHA
    530882d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1fac0ff View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Copy the full SHA
    7458672 View commit details
    Browse the repository at this point in the history