Version 0.5.0
What's Changed
- Make use of
slog
a feature by @ThatGeoGuy in #136 - allow any RNG, improve SA example by @TheIronBorn in #139
- Remove unnecessary semi-colon in macro by @CattleProdigy in #143
- Correct check for new best parameter by @stefan-k in #152
- [fix] simulated anneal always accepts first iter by @dariogoetz in #153
- Fix inconsistency between state and alpha value in Backtracking linesearch by @w1th0utnam3 in #155
- Fix counting of sub problem function counts by @stefan-k in #156
- Update LineSearchCondition trait to use references by @w1th0utnam3 in #158
- SA: use correct previous cost, new best needs to be strictly better by @stefan-k in #159
- Edition 2021 by @stefan-k in #160
- PSO: Corrected documentation, removed Hessian trait bounds by @stefan-k in #161
- Update best parameters when previous and current cost are Inf by @stefan-k in #162
- Tests for Newton method by @stefan-k in #163
- Tests for GaussNewton method and fixed GaussNewton example by @stefan-k in #164
- Tests for linesearch conditions by @stefan-k in #165
- Remove unsafe code from vec math module by @stefan-k in #166
- Tests for backtracking linesearch by @stefan-k in #168
- Mention wasm-features in
Readme.md
by @Glitchy-Tozier in #167 - Update nalgebra requirement from 0.29.0 to 0.30.0 by @dependabot in #169
- WASM builds in CI by @stefan-k in #170
- Indicate required features for each example in Cargo.toml by @stefan-k in #171
- Fixed documentation warnings and added doc build to CI by @stefan-k in #173
- Remove links to examples in docs by @stefan-k in #174
- Automatically deploy docs when pushing to main by @stefan-k in #176
- Remove CircleCI and add rustfmt pipeline to Github Actions by @stefan-k in #178
- Faster CI by removing unnecessary
cargo clean
by @stefan-k in #179 - Version 0.5.0 by @stefan-k in #172
New Contributors
- @ThatGeoGuy made their first contribution in #136
- @TheIronBorn made their first contribution in #139
- @dariogoetz made their first contribution in #153
- @Glitchy-Tozier made their first contribution in #167
Full Changelog: v0.4.7...v0.5.0