Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.07 KB

File metadata and controls

56 lines (30 loc) · 1.07 KB

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.6.11] - 2026.03.10

  • Add multithreading support for SpMv kernels.

[0.6.10] - 2026.02.17

  • Enhance performance fill!
  • Enhance performance of adjoint mul!

[0.6.9] - 2025.03.15

Added

  • Added copy method to SymSparseMatrixCSR.

[0.6.8] - 2024.08.29

Added

  • Added SparseMatrixCSC and AbstractMatrix constructors.

Fixed

  • Fixed show method for SparseMatrixCSR.
  • Fixes related to TransposeFactorization (see JuliaLang/julia#46874).

[0.6.6] - 2021.11.26

Added

  • Implemented Base.setindex!.

[0.6.5] - 2021.10.20

Fixed

  • Return value of LinearAlbegra.fillstored!.

Added

  • Implemented LinearAlbegra.rmul!.

[0.6.4] - 2021.10.20

Added

  • Implemented LinearAlbegra.fillstored!.

Previous releases are not included in this Changelog