You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## GSL v1.0.0
[Diff since v0.6.0](v0.6.0...v1.0.0)
**Merged pull requests:**
- Use JLL package to provide GSL binary library (#104) (@giordano)
- Install TagBot as a GitHub Action (#105) (@JuliaTagBot)
- Bump version to v1.0 (#108) (@giordano)
- Allow SpecialFunctions v0.9 and v0.10 (#109) (@giordano)
Support for multimin functionality
Add multimin_fminimizer_set, fix multimin_fdf_minimizer_iterate, change appropriate underscore files to non-underscore within __FILELIST.jl
Create gslerrno for multimin functions
This commit creates the gslerrno variable within various multidimensional minimizer functions where this value was not previously being created but was being checked for a value.