Skip to content

Latest commit

 

History

History
146 lines (90 loc) · 7.46 KB

File metadata and controls

146 lines (90 loc) · 7.46 KB

CHANGELOG

Package changelog.

0.1.1 (2026-02-08)

No changes reported for this release.

0.1.0 (2026-01-31)

Features

  • d78ef70 - update blas/base/assert TypeScript declarations
  • 0b41f37 - add isMatrixOrientation to namespace
  • f5f4f53 - add blas/base/assert/is-matrix-orientation
  • 722452c - rename 'none' transpose operation to 'no-transpose'
  • ca84473 - update namespace TypeScript declarations (#2381)
  • 8741f9c - add isOperationSide to namespace
  • 66c7026 - add blas/base/assert/is-operation-side
  • 901d732 - add isDiagonalType to namespace
  • b55cf02 - add blas/base/assert/is-diagonal-type

BREAKING CHANGES

  • 722452c: rename 'none' transpose operation to 'no-transpose'

Commits

Details
  • 5f5bb2d - docs: update namespace table of contents (#8425) (by stdlib-bot, Athan Reines)
  • d78ef70 - feat: update blas/base/assert TypeScript declarations (by Philipp Burckhardt)
  • f344466 - test: use .strictEqual() instead of .equal() and fix lint errors (by Philipp Burckhardt)
  • 0b41f37 - feat: add isMatrixOrientation to namespace (by Athan Reines)
  • f5f4f53 - feat: add blas/base/assert/is-matrix-orientation (by Athan Reines)
  • 722452c - feat: rename 'none' transpose operation to 'no-transpose' (by Athan Reines)
  • 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)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.1 (2024-06-11)

Features

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

Commits

Details
  • 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)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt