Skip to content

Latest commit

 

History

History
308 lines (167 loc) · 8.61 KB

CHANGELOG.md

File metadata and controls

308 lines (167 loc) · 8.61 KB

CHANGELOG

Package changelog.

Unreleased (2024-10-01)

Features

  • b853deb - refactor JavaScript implementation and add C ndarray implementation for blas/base/dnrm2 (#2941)

Commits

  • b853deb - feat: refactor JavaScript implementation and add C ndarray implementation for blas/base/dnrm2 (#2941) (by Aman Bhansali, Athan Reines)
  • 9c22207 - refactor: use stdlib pow function (by Athan Reines)

Contributors

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

  • Aman Bhansali
  • Athan Reines

0.3.0 (2024-07-28)

Features

  • 34a206e - add support for specifying integer size

Bug Fixes

  • 5c514c7 - specify integer type to match CBLAS

Commits

  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • 6226f32 - docs: update signatures (by Athan Reines)
  • 390f8f4 - refactor: support building with API suffix (by Athan Reines)
  • 5c514c7 - fix: specify integer type to match CBLAS (by Athan Reines)
  • 34a206e - feat: add support for specifying integer size (by Athan Reines)
  • 38464b7 - docs: remove comments (by Athan Reines)
  • f1576ec - docs: remove comments (by Athan Reines)
  • e96e888 - refactor: use macro for creating doubles (by Athan Reines)
  • c021239 - build: add separate configurations for benchmarks and examples (by Athan Reines)
  • 0244027 - chore: add missing trailing newlines (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Bug Fixes

  • 0c35964 - remove unnecessary cast and fix wasm configuration

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 004b244 - docs: update examples to use random/array utilities (by Athan Reines)
  • efc6522 - bench: update benchmarks to use random/array utilities (by Athan Reines)
  • 4ec2cd0 - docs: update copy (by Athan Reines)
  • cbee5b7 - build: add and update wasm configurations (by Athan Reines)
  • 5a36be3 - style: resolve lint errors (by Athan Reines)
  • 0c35964 - fix: remove unnecessary cast and fix wasm configuration (by Athan Reines)
  • 2b57f34 - refactor: update implementation according to current project conventions (by Athan Reines)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • cca37d0 - update minimum TypeScript version

BREAKING CHANGES

  • cca37d0: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

  • cca37d0 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 42c921a - docs: resolve C lint errors (by Athan Reines)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)
  • 9d552f8 - docs: standardize parameter description and update docs (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.7 (2022-11-03)

No changes reported for this release.

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-27)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.