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 ClusterSeries to Hero Series Types #170

Open
wants to merge 17 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 22, 2020

  1. - Update _types.py with DocumentTermDF

    - add functionality for decorator @InputSeries to handle several allowed input types
    - Add typing decorator/hints to representation.py
    - add tests for _types DocumentTermDF
    
    Co-authored-by: Maximilian Krahn <[email protected]>
    henrifroese and mk2510 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    f7eb7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4937a4f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Add ClusterSeries

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

Commits on Aug 29, 2020

  1. Format and wrap up ClusterSeries type integration.

    Co-authored-by: Maximilian Krahn <[email protected]>
    henrifroese and mk2510 committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    bb32da1 View commit details
    Browse the repository at this point in the history
  2. Add formatting rollback

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

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    6f3c718 View commit details
    Browse the repository at this point in the history
  2. formatting

    mk2510 committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f27af92 View commit details
    Browse the repository at this point in the history