Finally released v0.11.0. Sincere and huge thank you to everyone who contributed, to those who pushed me to make a release, and to those who supported me in getting the release over the finish line.
This release, together with argmin-math v0.5.0 brings support for new ndarray and algebra versions as well as faer.
What's Changed
- Adjust Solver to make it object safe [@jjbayer, #487]
- Replace use of unmaintained instant crate with web_time (@airwoodix, #539)
- Support WASM without javascript by making rand an optional dependency (@rikhuijzer, #583)
- Update the version of rand to address compatibility concerns with future Rust editions (@JosiahKane, #607)
- Minor optimisations and clippy fixes [@pacak, #483; @jjbayer, #488; @0e4ef622, #504; @stefan-k, #531, #596, @JosiahKane, #603]
- Counting and timing of function calls is now turned off by default (@pacak)
- Fixed the BFGS gradient type parameters to allow more flexible custom types (@dspyz-matician, #508)
- Small fixes to the documentation (@stefan-k, #476, #610; @GermanHeim, #570)
- A number of fixes related to cargo-deny (@Tastaturtaste)
- Use web-time instead of unmaintained instant crate (@airwoodix)
- Fixed clippy lints and website build (@0e4ef622)
Even though I tried hard, due to the long time since the last release, I might have overlooked contributions. If that is the case, please get in touch and I'll update the release notes as well as the changelog accordingly.
Full Changelog: argmin-v0.10.0...argmin-v0.11.0