Skip to content

argmin-math-v0.3.0

Compare
Choose a tag to compare
@stefan-k stefan-k released this 28 Jan 19:17
· 200 commits to main since this release

What's Changed

  • 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
  • Extended ArgminRandom impl for Vec and Vec<Vec> and added tests by @stefan-k in #281
  • 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
  • Upgrade to ndarray-linalg version 0.16 by @stefan-k in #323
  • Added support for nalgebra 0.32 by @stefan-k in #324

New Contributors

Full Changelog: argmin-math-v0.2.1...argmin-math-v0.3.0