Releases: dragonfly-ai/slash
Releases · dragonfly-ai/slash
S.L.A.S.H. 0.3.1
Upgraded dependencies.
reduced number of required imports.
0.3 linear matrix array data
This release features:
- Matrix data in 1d native arrays instead of 2d Arrays.
- Improved Matrix <=> Vec conversion.
- More ways to generate random Vec and Matrix
- More stable streaming probability distribution estimators resistant to overflow and error.
- Purged all references to scala.math.Numeric.
- Expanded testing and verification.
0.2
This release features improvements to performance, stability, and correctness.
It also has new features.
Debut Release
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.