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/numpy2 compatibility #1113

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Fix/numpy2 compatibility #1113

merged 4 commits into from
Oct 15, 2024

Commits on Aug 22, 2024

  1. Package requiring pyomo >= 6.8.0

    This allows to work with numpy >= 2.0.0.
    p-snft committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    343cbc9 View commit details
    Browse the repository at this point in the history
  2. Require up-to-date Pandas

    It's almost impossible to have doctests that work with both,
    numpy 1.x and numpy 2.x. Introducin a lower bound to Pandas
    as well allows to remove Pandas <2.2 compatibility code.
    p-snft committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    39717e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge branch 'release/v0.5' into fix/numpy2_compatibility

    # Conflicts:
    #	docs/whatsnew/v0-5-5.rst
    #	src/oemof/solph/__init__.py
    p-snft committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    eec777a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599946d View commit details
    Browse the repository at this point in the history