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

Update extensions to not load packages directly only through Optimization #583

Closed Vaibhavdixit02 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #583 (1ca1eb6) into master (5ec6da7) will increase coverage by 6.44%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #583      +/-   ##
==========================================
+ Coverage    3.75%   10.19%   +6.44%     
==========================================
  Files          41       41              
  Lines        2449     2451       +2     
==========================================
+ Hits           92      250     +158     
+ Misses       2357     2201     -156     
Files Changed Coverage Δ
ext/OptimizationEnzymeExt.jl 0.00% <ø> (ø)
ext/OptimizationFiniteDiffExt.jl 0.00% <ø> (ø)
ext/OptimizationForwardDiffExt.jl 0.00% <ø> (ø)
ext/OptimizationMTKExt.jl 33.33% <ø> (ø)
ext/OptimizationReverseDiffExt.jl 0.00% <ø> (ø)
ext/OptimizationSparseFiniteDiffExt.jl 0.00% <ø> (ø)
ext/OptimizationSparseForwardDiffExt.jl 0.00% <ø> (ø)
ext/OptimizationTrackerExt.jl 0.00% <ø> (ø)
ext/OptimizationZygoteExt.jl 25.33% <ø> (ø)

... and 3 files with indirect coverage changes

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