Skip to content

Latest commit

 

History

History
174 lines (89 loc) · 3.43 KB

File metadata and controls

174 lines (89 loc) · 3.43 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-17)

Commits

Details
  • 67c0a20 - bench: refactor to use string interpolation in @stdlib/assert (#11398) (by Karan Anand)

Contributors

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

  • Karan Anand

0.2.3 (2026-02-08)

Commits

Details
  • b6d34c9 - refactor: use functional API to resolve dtype and relax dtype property requirements (by Athan Reines)
  • 11581aa - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • f9651e6 - test: use .strictEqual() instead of .equal() and fix lint errors (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.2 (2024-07-28)

No changes reported for this release.

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • cf3668f - docs: update related packages sections (#1210) (by stdlib-bot)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-12-20)

Features

  • 55a2359 - add assert/is-complex128vector-like

Commits

Details
  • 55a2359 - feat: add assert/is-complex128vector-like (by Athan Reines)

Contributors

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

  • Athan Reines