Skip to content

Latest commit

 

History

History
220 lines (113 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

220 lines (113 loc) · 4.46 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-28)

Commits

  • 659f752 - style: add missing spaces (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 1589248 - test: update assertion messages (by Athan Reines)
  • 453dd85 - build: remove tslint directives (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • cca37d0 - update minimum TypeScript version

BREAKING CHANGES

  • cca37d0: update minimum TypeScript version to 4.1

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

Commits

  • cca37d0 - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.2 (2023-07-31)

No changes reported for this release.

0.0.1 (2023-07-31)

Features

Performance

  • 61be9c0 - replace pow with abs2 to better support inlining

Closed Issues

This release closes the following issue:

#280

Commits

  • 61be9c0 - perf: replace pow with abs2 to better support inlining (by Athan Reines)
  • 36b75b3 - refactor: clean-up benchmarks, examples, documentation, and tests (by Athan Reines)
  • e83dd85 - feat: add @stdlib/blas-base/srotg (#806) (by Pranav Goswami, Athan Reines)

Contributors

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

  • Athan Reines
  • Pranav Goswami