All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0-alpha1 - 2023-05-18
First release. For demo and tests. Basic linear algebra only. No graph algorithms.
- Basic functions for vectors and matrices creation
- Basic functions for vectors manipulation: map, reduce
- Basic functions for matrices manipulation: map, transpose
- Matrix-matrix element-wise functions (map2)
- Vector-vector element-wise functions (map2)
- Sparse matrix multiplication
- Kronecker product