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/v0.5 fixes in dev #1125

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Fix/v0.5 fixes in dev #1125

wants to merge 9 commits into from

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
  3. Merge pull request #1113 from oemof/fix/numpy2_compatibility

    Fix/numpy2 compatibility
    p-snft authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c58e2d4 View commit details
    Browse the repository at this point in the history
  4. Prepare to have a v0.5.6

    p-snft committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7824651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f49527b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3410d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaf35cf View commit details
    Browse the repository at this point in the history