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

Update changelog. #438

Closed janosg closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #438 (51d611d) into main (a5bab0c) will increase coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #438      +/-   ##
==========================================
+ Coverage   92.86%   92.87%   +0.01%     
==========================================
  Files         234      234              
  Lines       17596    17596              
==========================================
+ Hits        16340    16342       +2     
+ Misses       1256     1254       -2     
Impacted Files Coverage Δ
src/estimagic/__init__.py 100.00% <0.00%> (+8.33%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.