Skip to content

Latest commit

 

History

History
137 lines (80 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

137 lines (80 loc) · 5.53 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-14)

Features

  • 8a403b0 - add support for specifying integer size

Bug Fixes

  • 5c514c7 - specify integer type to match CBLAS

Commits

  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • 6226f32 - docs: update signatures (by Athan Reines)
  • db90892 - refactor: support building with API suffix (by Athan Reines)
  • 5c514c7 - fix: specify integer type to match CBLAS (by Athan Reines)
  • 995ffd4 - docs: remove comments (by Athan Reines)
  • efe7889 - style: remove blank line (by Athan Reines)
  • b33c36b - docs: update examples and add C documentation (by Athan Reines)
  • 8a403b0 - feat: add support for specifying integer size (by Athan Reines)
  • 4e640fe - build: add separate configurations for benchmarks and examples (by Athan Reines)
  • 0244027 - chore: add missing trailing newlines (by Philipp Burckhardt)
  • 7d5eb79 - docs: fix function calls (by Athan Reines)

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-22)

Features

  • cca37d0 - update minimum TypeScript version

BREAKING CHANGES

  • cca37d0: update minimum TypeScript version

  • cca37d0: update minimum TypeScript version to 4.1

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

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 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)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)
  • cca37d0 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • e68c9b9 - 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