Skip to content

0.3 linear matrix array data

Compare
Choose a tag to compare
@dragonfly-ai dragonfly-ai released this 02 Dec 06:05
· 10 commits to main since this release
9a3ee36

This release features:

  1. Matrix data in 1d native arrays instead of 2d Arrays.
  2. Improved Matrix <=> Vec conversion.
  3. More ways to generate random Vec and Matrix
  4. More stable streaming probability distribution estimators resistant to overflow and error.
  5. Purged all references to scala.math.Numeric.
  6. Expanded testing and verification.