Skip to content

Releases: dragonfly-ai/slash

S.L.A.S.H. 0.3.1

04 Dec 20:28
Compare
Choose a tag to compare

Upgraded dependencies.
reduced number of required imports.

0.3 linear matrix array data

02 Dec 06:05
9a3ee36
Compare
Choose a tag to compare

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.

0.2

23 Oct 19:29
Compare
Choose a tag to compare
0.2

This release features improvements to performance, stability, and correctness.

It also has new features.

Debut Release

22 Aug 17:23
Compare
Choose a tag to compare

Slash merges vector.dragonfly.ai and matrix.dragonfly.ai libraries together to offer a consolidated Linear Algebra and Statistics library for Scala. It cross compiles to JVM, Native, and JavaScript environments.