Skip to content

Latest commit

 

History

History
254 lines (136 loc) · 7.59 KB

CHANGELOG.md

File metadata and controls

254 lines (136 loc) · 7.59 KB

CHANGELOG

Package changelog.

Unreleased (2024-06-16)

Packages

Features
  • ca84473 - update namespace TypeScript declarations (#2381)
  • 8741f9c - add isOperationSide to namespace
  • 901d732 - add isDiagonalType to namespace
Features
  • b55cf02 - add blas/base/assert/is-diagonal-type
Features
  • 66c7026 - add blas/base/assert/is-operation-side

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

Commits

  • fb8d458 - docs: update namespace table of contents (#2383) (by stdlib-bot, Athan Reines)
  • ca84473 - feat: update namespace TypeScript declarations (#2381) (by stdlib-bot, Athan Reines)
  • 8741f9c - feat: add isOperationSide to namespace (by Athan Reines)
  • 66c7026 - feat: add blas/base/assert/is-operation-side (by Athan Reines)
  • 901d732 - feat: add isDiagonalType to namespace (by Athan Reines)
  • b55cf02 - feat: add blas/base/assert/is-diagonal-type (by Athan Reines)

0.0.1 (2024-06-11)

Packages

Features
  • b8bd516 - update namespace TypeScript declarations (##2351)
  • 3719fcd - add isMatrixTriangle to namespace
  • 926dcec - add isTransposeOperation to namespace
  • b5f6754 - add blas/base/assert namespace
Features
  • 9b21c2b - add blas/base/assert/is-layout
Features
  • 49464c6 - add blas/base/assert/is-matrix-triangle
Features
  • b59eb8b - add blas/base/assert/is-transpose-operation

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

Commits

  • b8bd516 - feat: update namespace TypeScript declarations (##2351) (by stdlib-bot, Philipp Burckhardt)
  • 396d612 - docs: update namespace table of contents (##2348) (by stdlib-bot, Philipp Burckhardt)
  • 3719fcd - feat: add isMatrixTriangle to namespace (by Athan Reines)
  • 49464c6 - feat: add blas/base/assert/is-matrix-triangle (by Athan Reines)
  • 926dcec - feat: add isTransposeOperation to namespace (by Athan Reines)
  • b59eb8b - feat: add blas/base/assert/is-transpose-operation (by Athan Reines)
  • b5f6754 - feat: add blas/base/assert namespace (by Athan Reines)
  • 9b21c2b - feat: add blas/base/assert/is-layout (by Athan Reines)