argmin-v0.8.0
What's Changed
- Update version in book and make blog post active by @stefan-k in #254
- Implement missing math traits for nalgebra by @stefan-k in #258
- Release argmin-math v0.2.1 by @stefan-k in #259
- Coverage in CI and
full
and_full_dev
features forargmin
by @stefan-k in #261 - cargo-deny in CI by @stefan-k in #262
- Fixed typos by @stefan-k in #263
- Include doctests in test coverage report by @stefan-k in #264
- No more duplicate CI runs in PRs by @stefan-k in #265
- Typed KV store by @stefan-k in #269
- Mention book in API docs by @stefan-k in #270
- Fixed typos in README, book and docs by @stefan-k in #271
- Use caching in CI by @stefan-k in #272
- Remove unnecessary SerializeAlias trait bound on Solver by @stefan-k in #274
- Adding ndarray implementations for ArgminRandom and ArgminMinMax by @hypotrochoid in #231
- Implemeted ArgminRandom for nalgebra backend and added nalgebra particle swarm example by @stefan-k in #277
- Implemented tests for ArgminRandom impl for ndarray by @stefan-k in #279
- Fixed ArgminRandom impl for primitive types and added tests by @stefan-k in #280
- Fixed typo in book by @stefan-k in #282
- Extended ArgminRandom impl for Vec and Vec<Vec> and added tests by @stefan-k in #281
- use as_secs_f64 by @TheIronBorn in #283
- Tests for ArgminSignum impls for Vec backend by @stefan-k in #284
- Tests for ArgminMinMax impl for ndarray backend by @stefan-k in #285
- Vec ArgminMinMax for Vec<Vec> and added tests by @stefan-k in #286
- Added tests for Array2 type in ndarray signum impl by @stefan-k in #287
- Extended l1_norm to unsigned complex types and added tests by @stefan-k in #288
- Added tests for complex types in ArgminL2Norm impl of primitive types by @stefan-k in #289
- Added tests for complex types in ArgminZero impl of primitive types by @stefan-k in #290
- Added tests for complex types in ArgminDiv impl of vec types by @stefan-k in #291
- Added tests for complex types in ArgminDot impl of vec types by @stefan-k in #292
- Extended ArgminL1Norm impl for vec types and added tests for complex types by @stefan-k in #293
- Extended ArgminL2Norm impl for vec types and added tests for complex types by @stefan-k in #294
- Extended ArgminL1Norm impl for ndarray types and added tests for complex types by @stefan-k in #295
- Extended ArgminL2Norm impl for ndarray types and added tests for complex types by @stefan-k in #296
- Added tests for complex types in ArgminDot impl of ndarray types by @stefan-k in #297
- Fixed a test in ArgminDot impl of ndarray backend by @stefan-k in #298
- Added tests for complex types in ArgminMul impl of vec types by @stefan-k in #299
- Added tests for complex types in ArgminMul impl of ndarray types by @stefan-k in #300
- Added tests for complex types in ArgminSub impl of vec types by @stefan-k in #301
- Added tests for Array2 impls of ArgminConj by @stefan-k in #302
- Added tests for uncovered code lines in ArgminRandom impl for nalgebra backend by @stefan-k in #303
- Added tests for error cases in ArgminInv impl of nalgebra backend by @stefan-k in #304
- Check if the target cost is reached using the best cost by @relf in #308
- Implement KeyboardInterrupt termination by @relf in #309
- Add TerminationStatus by @relf in #310
- Fixed typos and added spellcheck to CI by @stefan-k in #312
- sphrs version 0.2.0 blog post by @stefan-k in #313
- New TerminationReason definition by @relf in #316
- Fixed link in book, moved from http to https by @stefan-k in #317
- Fixed CI badge by @stefan-k in #319
- Mention egobox in docs and Readme by @stefan-k in #320
- Renamed
KVType
toKvValue
by @stefan-k in #322 - Upgrade to ndarray-linalg version 0.16 by @stefan-k in #323
- Added support for nalgebra 0.32 by @stefan-k in #324
- Mention
target_cost
in book (related to #318) by @stefan-k in #325 - Fixed clippy lints by @stefan-k in #328
- Fixed link in sphrs blog post by @stefan-k in #329
- Version 0.8.0 by @stefan-k in #321
New Contributors
- @hypotrochoid made their first contribution in #231
- @relf made their first contribution in #308
Full Changelog: argmin-v0.7.0...argmin-v0.8.0