Skip to content

argmin-math-v0.4.0

Compare
Choose a tag to compare
@stefan-k stefan-k released this 27 Feb 14:51
· 42 commits to main since this release

What's Changed

  • Replace assert! macros with macros from approx crate by @rpopplewell in #327
  • Add trait f64 f32 for 1d inverse to ArgminInv by @sdrap in #346
  • Added missing feature for testing argmin-math (docs) by @stefan-k in #371
  • Change ndarray-linalg backend to intel-mkl by @Tastaturtaste in #369
  • Test cases for ArgminMinMax by @Shreyan11 in #391
  • Use assert_relative_eq! macros in ndarray and nalgebra backend tests by @stefan-k in #404
  • Fixed minmax for primitives in argmin-math by @stefan-k in #468

New Contributors

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