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 Flux to 0.14 for package OptimizationFlux, (keep existing compat) #567

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the Flux package from 0.13 to 0.13, 0.14 for package OptimizationFlux. 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

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (edad8dd) 10.27% compared to head (6c06f0b) 2.54%. Report is 170 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #567 +/- ## ========================================= - Coverage 10.27% 2.54% -7.74% ========================================= Files 41 45 +4 Lines 2374 3503 +1129 ========================================= - Hits 244 89 -155 - Misses 2130 3414 +1284 ```

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