Skip to content

Latest commit

 

History

History
155 lines (86 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

155 lines (86 loc) · 4.64 KB

CHANGELOG

Package changelog.

Unreleased (2024-12-23)

Features

Commits

  • 62364f6 - style: fix C comment alignment (by Philipp Burckhardt)
  • ada1567 - feat: add C ndarray implementation for blas/base/zswap (#3080) (by Aman Bhansali, Athan Reines)
  • f387603 - docs: consistently use declarative instead of imperative sentences outside of intros (by Philipp Burckhardt)
  • ed44fee - style: use imperative in package.json description and end with period (by Philipp Burckhardt)
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)

Contributors

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

  • Aman Bhansali
  • Athan Reines
  • Philipp Burckhardt

0.1.1 (2024-07-27)

Commits

  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • d538def - bench: fix variable declarations (by Athan Reines)
  • 38464b7 - docs: remove comments (by Athan Reines)
  • f1576ec - docs: remove comments (by Athan Reines)
  • d35c90c - build: add separate configurations for benchmarks and examples (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2024-04-13)

Features

Closed Issues

This release closes the following issue:

#2047

Commits

  • 0244027 - chore: add missing trailing newlines (by Philipp Burckhardt)
  • 7155e52 - feat: add blas/base/zswap (#2075) (by Rutam Kathale, Athan Reines, stdlib-bot)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Rutam Kathale