Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #445 +/- ##
=======================================
Coverage 86.26% 86.26%
=======================================
Files 24 24
Lines 3399 3399
=======================================
Hits 2932 2932
Misses 467 467 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Actually this should wait until the ParOpt PR (#414 or a new one) is merged |
|
Its probably fine to make a minor bump (especially if waiting for ParOpt). However, it looks like we forgot to make a release for v2.13.2 (see PR here and diff here), which does include the cyipopt change. Anything after that is a very minor doc string change (see diff here). |
|
Hmm interesting, I think the cyipopt change definitely warrants a minor version bump. Do we need to wait for ParOpt though? I feel we can just release this now. I've also opened #446 to discuss better versioning process. |
Purpose
Minor version bump as we switched to a new IPOPT wrapper using cyipopt in #425 and we'll clean up the ParOpt support soon. Let me know if you think a patch version bump would be more appropriate.
Expected time until merged
Type of change
Testing
Checklist
flake8andblackto make sure the Python code adheres to PEP-8 and is consistently formattedfprettifyor C/C++ code withclang-formatas applicable