Skip to content

Latest commit

 

History

History
112 lines (60 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

112 lines (60 loc) · 2.8 KB

CHANGELOG

Package changelog.

Unreleased (2024-11-18)

Features

Closed Issues

This release closes the following issue:

#2543

Commits

  • d05d7b3 - feat: add C ndarray implementation for blas/base/dznrm2 (#3130) (by Aman Bhansali, Athan Reines)
  • c0a5dbe - test: achieve complete code coverage in blas/base/dznrm2 and blas/base/scnrm2 (#2977) (by Gururaj Gurram)

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Aman Bhansali
  • Athan Reines
  • Gururaj Gurram

0.1.0 (2024-07-28)

Features

Commits

  • f53097a - docs: update comments (by Athan Reines)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • 08eaa1b - feat: add blas/base/dznrm2 (#2271) (by Aman Bhansali, Athan Reines)

Contributors

A total of 3 people contributed to this release. Thank you to the following contributors:

  • Aman Bhansali
  • Athan Reines
  • Philipp Burckhardt