|
2 | 2 |
|
3 | 3 | ## argmin unreleased (xx xxxxxx xxxx)
|
4 | 4 |
|
5 |
| -- Fixed simulated annealing always accepting the first iteration (#153, @dariogoetz) |
| 5 | +## argmin v0.5.0 (10 January 2022) |
| 6 | + |
| 7 | +- Faster CI pipeline (#179, @stefan-k) |
| 8 | +- Removed CircleCI and added rustfmt check to Github Actions (#178, @stefan-k) |
| 9 | +- Automatically build documentation in CI when merging a PR into main (#149, #176, @stefan-k) |
| 10 | +- Added a section to documentation where to find examples for current release and main branch, removed other links (#145, #174, @stefan-k) |
| 11 | +- Fixed warnings when building docs and added building docs to the CI (#173, @stefan-k) |
| 12 | +- The required features for each example are now indicated in Cargo.toml (#171, #147, @stefan-k) |
| 13 | +- CI now includes compiling to various WASM targets (#89, #170, @stefan-k) |
| 14 | +- Branch master renamed to main (#148, @stefan-k) |
| 15 | +- nalgebra updated from 0.29.0 to 0.30.0 (#169) |
| 16 | +- WASM features now mentioned in documentation and README.md (#167, @Glitchy-Tozier) |
| 17 | +- Added tests for backtracking linesearch (#168, @stefan-k) |
| 18 | +- Removed unsafe code from the vec-based math module (#166, @stefan-k) |
| 19 | +- Added tests for GaussNewton method and fixed GaussNewton example (#164, @stefan-k) |
| 20 | +- Added tests for Newton method (#163, @stefan-k) |
| 21 | +- Treat a new parameter as "best" when both current and previous cost function values are Inf (#162, @stefan-k) |
| 22 | +- Corrected documentation of PSO and removed an unnecessary trait bound on Hessian (#161, #141, @stefan-k, @TheIronBorn) |
| 23 | +- Moved to edition 2021 (#160, @stefan-k) |
| 24 | +- SA acceptance now based on current cost, not previous (fix) (#157, #159, @stefan-k, @TheIronBorn) |
| 25 | +- LineSearchCondition now uses references (#158, @w1th0utnam3) |
| 26 | +- Counting of sub problem function counts fixed (#154, #156, @stefan-k, @w1th0utnam3) |
| 27 | +- Fixed incorrect checking for new best solution (#151, #152, @stefan-k, @Glitchy-Tozier) |
| 28 | +- Fixed simulated annealing always accepting the first iteration (#150, #153, @dariogoetz) |
| 29 | +- Fixed inconsistency between state and alpha value in Backtracking linesearch (#155, @w1th0utnam3) |
| 30 | +- Improved clippy linting in CI (#146, @stefan-k) |
| 31 | +- Unnecessary semi-colon in macro removed (#143, @CattleProdigy) |
| 32 | +- Allow any RNG in SA and improve example (#139, @TheIronBorn) |
| 33 | +- Make use of slog a feature, improve tests (#136, @ThatGeoGuy) |
6 | 34 |
|
7 | 35 | ## argmin v0.4.7 (14 August 2021)
|
8 | 36 |
|
|
0 commit comments