bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 5 forks source link

Update key words #65

Closed salomonl closed 1 year ago

salomonl commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #65 (5fc586d) into master (47da25f) will increase coverage by 0.91%. The diff coverage is 98.21%.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   96.90%   97.81%   +0.91%     
==========================================
  Files           3        3              
  Lines         323      366      +43     
==========================================
+ Hits          313      358      +45     
+ Misses         10        8       -2     
Impacted Files Coverage Δ
src/core.jl 98.26% <98.21%> (-0.20%) :arrow_down:
src/c_wrappers.jl 98.46% <0.00%> (+4.61%) :arrow_up:

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

salomonl commented 1 year ago

Which means adding tag and upgrading dependency packages ?

amontoison commented 1 year ago

Which means adding tag and upgrading dependency packages ?

You just need to open a PR that modify the version of NOMAD.jl in the Project.toml. TagBot will add a new tag and a new release for you.

amontoison commented 1 year ago

Thanks @salomonl ! I don't know how we will update the keywords without your help in the future :(