Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 879 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 879 Bytes

Changelog

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.

Added

  • 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