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

Implement filter_extremes #169

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Aug 18, 2020

  1. added MultiIndex DF support

    suport MultiIndex as function parameter
    
    returns MultiIndex, where Representation was returned
    
    * missing: correct test
    
    
    Co-authored-by: Henri Froese <[email protected]>
    mk2510 and henrifroese committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    fa342a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. beginning with tests

    henrifroese committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    59a9f8c View commit details
    Browse the repository at this point in the history
  2. implemented correct sparse support

    *missing: test adopting for new types
    
    
    Co-authored-by: Henri Froese <[email protected]>
    mk2510 and henrifroese committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    19c52de View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    66e566c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f55a8 View commit details
    Browse the repository at this point in the history
  3. rm .tolist() and added list()

    mk2510 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    217611a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3b56d View commit details
    Browse the repository at this point in the history
  5. wrong format

    mk2510 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b8ff561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3af2f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77ad80e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Fix the term_frequency formula. Simplify the function body.

    Co-authored-by: Henri Froese <[email protected]>
    mk2510 and henrifroese committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3fbeaa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Implement filter_extremes.

    Missing: Tests & Docstring
    
    Co-authored-by: Maximilian Krahn <[email protected]>
    henrifroese and mk2510 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    1e8857a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ddccb View commit details
    Browse the repository at this point in the history
  3. added test for filter extrems

    mk2510 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    4cdf2c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df8587b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5f3736 View commit details
    Browse the repository at this point in the history
  6. addded example

    mk2510 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8a6fde0 View commit details
    Browse the repository at this point in the history
  7. format with new black version

    mk2510 committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    d6cc5f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Fix formatting errors by rolling back black update.

    Black just rolled out V20.8b1. This creates errors with our ./tests.sh -> switch back
    henrifroese committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    86c1c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3946bd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Finish fixing formatting.

    henrifroese committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    b0ca92c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    5ed8283 View commit details
    Browse the repository at this point in the history
  2. fixed merge issues

    mk2510 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    efd9fde View commit details
    Browse the repository at this point in the history
  3. fix formatting

    mk2510 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    c1dd5eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9c33d View commit details
    Browse the repository at this point in the history
  5. fixed merge issues

    mk2510 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    87eef82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cc2f8d View commit details
    Browse the repository at this point in the history