Skip to content

Latest commit

 

History

History
150 lines (81 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

150 lines (81 loc) · 4.03 KB

CHANGELOG

Package changelog.

Unreleased (2024-10-18)

Features

  • 206c660 - update JavaScript implementation and add C ndarray implementation for blas/base/isamax (#2931)
  • 35cbdfb - add support for negative strides in idamax and isamax (#2793)

Closed Issues

This release closes the following issue:

#2792

Commits

  • 6c9018c - docs: fix note (by Athan Reines)
  • 0441176 - docs: fix descriptions (by Athan Reines)
  • 206c660 - feat: update JavaScript implementation and add C ndarray implementation for blas/base/isamax (#2931) (by Aman Bhansali, Athan Reines)
  • 41135da - test: fix missing argument (by Athan Reines)
  • 35cbdfb - feat: add support for negative strides in idamax and isamax (#2793) (by Pranav Goswami)

Contributors

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

  • Aman Bhansali
  • Athan Reines
  • Pranav Goswami

0.0.2 (2024-07-28)

Commits

  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2024-05-18)

Features

Commits

  • 38464b7 - docs: remove comments (by Athan Reines)
  • f1576ec - docs: remove comments (by Athan Reines)
  • fb6571e - feat: add blas/base/isamax (#2153) (by Aman Bhansali, Athan Reines)

Contributors

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

  • Aman Bhansali
  • Athan Reines