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 issues #34

Merged
merged 19 commits into from
Jan 27, 2021
Merged

Fix pandas issues #34

merged 19 commits into from
Jan 27, 2021

Commits on Jan 22, 2021

  1. Require numpy 1.17

    It seems, pandas requires minimum versions of numpy, but only checks for them instead of doing proper dependency handling.
    As a workaround, we can define a minimum version for numpy, that will work with recent releases of pandas.
    p-snft committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e93ad64 View commit details
    Browse the repository at this point in the history
  2. Make tests more modular

    p-snft committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    37c0292 View commit details
    Browse the repository at this point in the history
  3. Fix long lines

    p-snft committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    9c57e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aca1588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f7fab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

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

Commits on Jan 24, 2021

  1. Remove useless leading zero

    p-snft committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    6100779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746caba View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Revert "Fix a DataFrame.merge in bdew.HeatBuilding"

    This reverts commit d74d130.
    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c635428 View commit details
    Browse the repository at this point in the history
  2. Revert "Correct merger of pandas dataframes in ElecSLP"

    This reverts commit 746caba.
    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    78c750d View commit details
    Browse the repository at this point in the history
  3. Split BDEW module

    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    c697a6f View commit details
    Browse the repository at this point in the history
  4. Update whatsnew

    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0b82f70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fc14c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f63b47b View commit details
    Browse the repository at this point in the history
  7. Fix for pandas 1.2

    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a325b88 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'fix/dependency_compat' of github.com:oemof/demandlib in…

    …to fix/dependency_compat
    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    6bcc508 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a49794 View commit details
    Browse the repository at this point in the history
  10. Adhere to PEP8

    p-snft committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    13a7109 View commit details
    Browse the repository at this point in the history