-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make NEWS.md coverage more comprehensive.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Optim v0.6.0 release notes | ||
|
||
* Various bug fixes | ||
* Added box constraints to Levenberg Marquardt | ||
* Changed old solver: Nelder-Mead w/ Adaptive parameters | ||
* Julia v0.5 deprecation fixes | ||
* Added NewtonTrustRegion solver [238](https://github.com/JuliaOpt/Optim.jl/pull/238) [245](https://github.com/JuliaOpt/Optim.jl/pull/245) | ||
* Added ParticleSwarm solver [218](https://github.com/JuliaOpt/Optim.jl/pull/218) | ||
* Added documentation generated by [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl), see PR[225](https://github.com/JuliaOpt/Optim.jl/pull/225). | ||
* Fixed bug in ConjugteGradient direction reset step, see issue [209](https://github.com/JuliaOpt/Optim.jl/issues/209) | ||
* Added NEWS.md |