JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.12k stars 217 forks source link

Update and reorganize README.md #1076

Closed odow closed 8 months ago

odow commented 8 months ago

x-ref https://github.com/jump-dev/JuMP.jl/pull/3624

I've made quite a few changes, so it's probably best viewed https://github.com/odow/Optim.jl/blob/patch-1/README.md

Main changes are:

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (ca3513f) 84.97% compared to head (c2f7cd6) 84.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1076 +/- ## ========================================== - Coverage 84.97% 84.85% -0.12% ========================================== Files 46 46 Lines 3480 3480 ========================================== - Hits 2957 2953 -4 - Misses 523 527 +4 ```

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

odow commented 8 months ago

Will look like https://jump.dev/JuMP.jl/previews/PR3624/packages/Optim/

pkofod commented 8 months ago

Looks good. I did suggest a change, because the slack channel name has math- first

odow commented 8 months ago

Done.

pkofod commented 8 months ago

Thanks