Skip to content

Releases: sinshu/numflat

v1.0.5

11 Apr 05:47
Compare
Choose a tag to compare
  • Removed the IDistance interface and added the Distance delegate (breaking).
  • Added EarthMoversDistance.

v1.0.4

07 Apr 03:09
Compare
Choose a tag to compare
  • Added Special.GetMemoryFromUnmanagedPointer to support matrices backed by unmanaged memory.
  • Added DynamicTimeWarping.

v1.0.3

30 Mar 04:47
Compare
Choose a tag to compare
  • Indexers for Vec<T> and Mat<T> now return ref T, improving usability.

v1.0.2

17 Mar 04:07
Compare
Choose a tag to compare
  • Revised the complex linear regression formula from y = w^H * x + b to y = w^T * x + b.

v1.0.1

15 Mar 12:18
Compare
Choose a tag to compare
  • Some code optimizations.
  • Added complex linear regression.

v1.0.0

16 Aug 06:59
Compare
Choose a tag to compare

All features planned for v1.0.0 have been implemented 😁✨
https://github.com/sinshu/numflat/blob/main/CHANGELOG.md