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

PowerModels minimum version too low #108

Open
jokabrink opened this issue Mar 30, 2023 · 0 comments
Open

PowerModels minimum version too low #108

jokabrink opened this issue Mar 30, 2023 · 0 comments

Comments

@jokabrink
Copy link

The minimum version specifier for the dependency PowerModels in Project.toml is too low (v0.18).

Problem Description

With v0.19.2, PowerModels introduced a breaking API change and renamed functions starting with run_* to solve_*. See this PowerModels Issue and Pull Request. And also the difference between v0.19.1 and v0.19.2 Here.

This change was correctly incorporated in PandaModels. See e.g. 9e5069e. However, the minimum required version did not update accordingly and allows PowerModels offering the old convention of run_*.

Solution

As a solution idea, the Project.toml should list something like PowerModels = ">= 0.19.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant