optimagic-dev / optimagic

optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
https://optimagic.readthedocs.io/
MIT License
270 stars 30 forks source link

Small fixes and pre-commit updates #471

Closed pre-commit-ci[bot] closed 11 months ago

pre-commit-ci[bot] commented 1 year ago

Other changes:

Pre-commit updates:

codecov[bot] commented 1 year ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (0db0e16) 92.97% compared to head (e15eea7) 92.98%.

Files Patch % Lines
src/estimagic/visualization/estimation_table.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #471 +/- ## ========================================== + Coverage 92.97% 92.98% +0.01% ========================================== Files 193 193 Lines 14613 14620 +7 ========================================== + Hits 13586 13594 +8 + Misses 1027 1026 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

timmens commented 1 year ago

I restricted cyipopt to versions <1.3.0 because the new version 1.3.0 includes a bug. I opened an issue accordingly and a bug-fix is on its way. Once this fix is released we can remove the restriction.