Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

56 lines (43 loc) · 1.51 KB

Unreleased

Added

Changed

Fixed

  • fix doxygen typo #39

2.1.0 - 2020/12/31

Added

  • create CRS from CRS or COO vectors #19
  • add doxygen comment #36
  • add changelog #32
  • add generate doxygen in github actions #31

Changed

  • change MIT -> apache 2.0 license

Fixed

  • delete unnecessary cast #30

2.0.0 - 2020/10/10

Added

  • Support AVX512 and add Makefile.avx512 #27

Removed

  • delete size_t option, only support int32

1.0.0 - 2020/09/07

Added

  • support Mixed precision
  • support AVX/AVX2
  • support BLAS Lv.1 and SpMV functions