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

Fix pandas issue, fix sum for distribution representation inlc. min max vals, add possibility to define segment representation and update the default example #72

Merged
merged 14 commits into from Jun 28, 2023

Commits on Jun 7, 2023

  1. replace DataFrame.append with pandas.concat

    append was depecrated in pandas 1 and removed in pandas 2.
    rschwarz committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cffd890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8314779 View commit details
    Browse the repository at this point in the history
  3. Explicitly set dtype of array of (variable length) Python lists.

    This avoids the ValueError: setting an array element with a sequence.
    rschwarz committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7f6bdd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. contain sum of time series in case of distribution min max and add po…

    …ssibility to define segment representation
    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c235dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6f720 View commit details
    Browse the repository at this point in the history
  3. improve warnings

    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    66ce77e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from Doing-The-Math/rs/pandas_fixes

    Fix usage of numpy and pandas, to comply with newer versions
    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    04a2036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fea8ca0 View commit details
    Browse the repository at this point in the history
  6. add github workflows

    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    44bb720 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06114bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3666f3d View commit details
    Browse the repository at this point in the history
  9. fix test

    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d273631 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d55f205 View commit details
    Browse the repository at this point in the history
  11. fix doc string

    l-kotzur committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f867f6b View commit details
    Browse the repository at this point in the history