SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
711 stars 79 forks source link

CompatHelper: bump compat for NLopt to 1 for package OptimizationNLopt, (keep existing compat) #576

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the NLopt package from 0.6 to 0.6, 1 for package OptimizationNLopt. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

Merging #576 (720d9b4) into master (eaf7793) will decrease coverage by 6.67%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #576      +/-   ##
=========================================
- Coverage   10.17%   3.50%   -6.67%     
=========================================
  Files          41      41              
  Lines        2368    2366       -2     
=========================================
- Hits          241      83     -158     
- Misses       2127    2283     +156     

see 3 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more