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

Bump pyscipopt from 4.3.0 to 5.1.1 #478

Merged
merged 3 commits into from
Aug 13, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps pyscipopt from 4.3.0 to 5.1.1.

Release notes

Sourced from pyscipopt's releases.

v5.1.1

What's Changed

New Contributors

Full Changelog: scipopt/PySCIPOpt@v5.0.1...v5.1.1

v5.0.1

What's Changed

New Contributors

Full Changelog: scipopt/PySCIPOpt@v5.0.0...v5.0.1

v5.0.0

What's Changed

... (truncated)

Changelog

Sourced from pyscipopt's changelog.

5.1.1 - 2024-06-22

Added

  • Added SCIP_STATUS_DUALLIMIT and SCIP_STATUS_PRIMALLIMIT
  • Added SCIPprintExternalCodes (retrieves version of linked symmetry, lp solver, nl solver etc)
  • Added recipe with reformulation for detecting infeasible constraints
  • Wrapped SCIPcreateOrigSol and added tests
  • Added verbose option for writeProblem and writeParams
  • Expanded locale test
  • Added methods for creating expression constraints without adding to problem
  • Added methods for creating/adding/appending disjunction constraints
  • Added check for pt_PT locale in test_model.py
  • Added SCIPgetOrigConss and SCIPgetNOrigConss Cython bindings.
  • Added transformed=False option to getConss, getNConss, and getNVars

Fixed

  • Fixed locale errors in reading

Changed

Removed

5.1.1 - 2024-06-22

Added

  • Added SCIP_STATUS_DUALLIMIT and SCIP_STATUS_PRIMALLIMIT
  • Added SCIPprintExternalCodes (retrieves version of linked symmetry, lp solver, nl solver etc)
  • Added recipe with reformulation for detecting infeasible constraints
  • Wrapped SCIPcreateOrigSol and added tests
  • Added verbose option for writeProblem and writeParams
  • Expanded locale test
  • Added methods for creating expression constraints without adding to problem
  • Added methods for creating/adding/appending disjunction constraints
  • Added check for pt_PT locale in test_model.py
  • Added SCIPgetOrigConss and SCIPgetNOrigConss Cython bindings.
  • Added transformed=False option to getConss, getNConss, and getNVars

Fixed

  • Fixed locale errors in reading

Changed

Removed

5.0.1 - 2024-04-05

Added

  • Added recipe for nonlinear objective functions
  • Added method for adding piecewise linear constraints
  • Add SCIP function SCIPgetTreesizeEstimation and wrapper getTreesizeEstimation
  • New test for model setLogFile

Fixed

  • Fixed locale fix
  • Fixed model.setLogFile(None) error
  • Add recipes sub-package
  • Fixed "weakly-referenced object no longer exists" when calling dropEvent in test_customizedbenders
  • Fixed incorrect writing/printing when user had a non-default locale

Changed

Removed

... (truncated)

Commits
  • c405187 Update changelog & version (#870)
  • 75ef420 Better way to mark release mode in pyproject & Ability to upload to test-pypi...
  • 147f067 More fixes to the release workflow (#868)
  • c50ce12 Fix release workflow & control uploading to pypi with a parameter (#867)
  • 50139ec Release workflow based on manual input (#866)
  • 4730401 Mt/status limits (#865)
  • feb38fd Add SCIP_STATUS_(PRIMAL;DUAL)LIMIT (#864)
  • d47d9a0 Add SCIPprintExternalCodes (#860)
  • f773230 Merge pull request #857 from Joao-Dionisio/get_infeasibilities
  • 6b886e8 Mark comments
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyscipopt](https://github.com/SCIP-Interfaces/PySCIPOpt) from 4.3.0 to 5.1.1.
- [Release notes](https://github.com/SCIP-Interfaces/PySCIPOpt/releases)
- [Changelog](https://github.com/scipopt/PySCIPOpt/blob/master/CHANGELOG.md)
- [Commits](scipopt/PySCIPOpt@v4.3.0...v5.1.1)

---
updated-dependencies:
- dependency-name: pyscipopt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2024
@lbluque lbluque merged commit 0fc1c18 into main Aug 13, 2024
3 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyscipopt-5.1.1 branch August 13, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant