Skip to content

Latest commit

 

History

History
682 lines (362 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

682 lines (362 loc) · 20.4 KB

CHANGELOG

Package changelog.

Unreleased (2025-03-10)

Packages

Features
Features
  • ab1d701 - add blas/base/wasm/ccopy
Features
  • c18d344 - add blas/base/wasm/cscal
Features
  • 4de4aff - add blas/base/wasm/csrot
Features
  • f067e80 - add blas/base/wasm/cswap
Features
  • 0d61df4 - add blas/base/wasm/dasum
Features
  • f1d4e1d - add blas/base/wasm/daxpy
Features
  • dbb0165 - add blas/base/wasm/dcopy
Features
  • b5468db - add blas/base/wasm/ddot
Features
  • 18fef5f - add blas/base/wasm/dnrm2
Features
  • 8270aa6 - add blas/base/wasm/drot
Features
  • a519986 - add blas/base/wasm/drotm
Features
  • 8fa1f9d - add blas/base/wasm/dscal
Features
  • 35ad7f0 - add blas/base/wasm/dswap
Features
  • caf2c7e - add blas/base/wasm/idamax
Features
Features
  • 2fc9bf4 - add blas/base/wasm/sasum
Features
  • f19927d - add blas/base/wasm/saxpy
Features
  • 56a4fc3 - add blas/base/wasm/scopy
Features
  • 8649400 - add blas/base/wasm/sdot
Features
  • fa44243 - add blas/base/wasm/snrm2
Features
  • bc81929 - add blas/base/wasm/srot
Features
Features
Features
Features
Features

Contributors

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

  • Aman Bhansali
  • Athan Reines
  • Gururaj Gurram

Commits

  • 6716e62 - feat: update namespace TypeScript declarations (#5938) (by stdlib-bot)
  • 460cd8f - feat: add srotm to namespace (by Athan Reines)
  • 8dc3f35 - feat: add blas/base/wasm/srotm (#https://github.com/stodlib-js/stdlib/pull/5824) (by Gururaj Gurram, Athan Reines)
  • 14bab15 - chore: fix tests, spacing, and comments (by Athan Reines)
  • bd9b313 - docs: update examples for blas/base/wasm/zswap (#5770) (by Gururaj Gurram)
  • 8a80a81 - build: generalize scripts to auto-update copyright year (by Athan Reines)
  • 2d26990 - docs: update examples for blas/base/wasm/zcopy (#5442) (by Gururaj Gurram)
  • f027bb0 - docs: update examples for blas/base/wasm/ccopy (#5410) (by Gururaj Gurram)
  • 9789396 - feat: update namespace TypeScript declarations (#5364) (by stdlib-bot)
  • 2c1cc13 - docs: fix copyright year (by Athan Reines)
  • 5306dac - feat: add blas/base/wasm namespace (by Athan Reines)
  • 99dc0fd - feat: add blas/base/wasm/zdrot (#5293) (by Aman Bhansali, stdlib-bot)
  • 402bd40 - feat: add blas/base/wasm/sscal (#5224) (by Aman Bhansali, Athan Reines)
  • cd30ae4 - feat: add blas/base/wasm/isamax (#3984) (by Aman Bhansali, Athan Reines, stdlib-bot)
  • e28cc73 - feat: add blas/base/wasm/zcopy (#3982) (by Aman Bhansali, Athan Reines, stdlib-bot)
  • 885fa05 - docs: fix example (by Athan Reines)
  • 4112d6d - docs: fix example (by Athan Reines)
  • 5cdd9f7 - feat: add blas/base/wasm/zswap (#4011) (by Aman Bhansali, Athan Reines, stdlib-bot)
  • bc81929 - feat: add blas/base/wasm/srot (by Athan Reines)
  • fa44243 - feat: add blas/base/wasm/snrm2 (by Athan Reines)
  • 8649400 - feat: add blas/base/wasm/sdot (by Athan Reines)
  • 56a4fc3 - feat: add blas/base/wasm/scopy (by Athan Reines)
  • f19927d - feat: add blas/base/wasm/saxpy (by Athan Reines)
  • 2fc9bf4 - feat: add blas/base/wasm/sasum (by Athan Reines)
  • caf2c7e - feat: add blas/base/wasm/idamax (by Athan Reines)
  • 35ad7f0 - feat: add blas/base/wasm/dswap (by Athan Reines)
  • 8fa1f9d - feat: add blas/base/wasm/dscal (by Athan Reines)
  • a519986 - feat: add blas/base/wasm/drotm (by Athan Reines)
  • 8270aa6 - feat: add blas/base/wasm/drot (by Athan Reines)
  • 18fef5f - feat: add blas/base/wasm/dnrm2 (by Athan Reines)
  • b5468db - feat: add blas/base/wasm/ddot (by Athan Reines)
  • dbb0165 - feat: add blas/base/wasm/dcopy (by Athan Reines)
  • f1d4e1d - feat: add blas/base/wasm/daxpy (by Athan Reines)
  • 0d61df4 - feat: add blas/base/wasm/dasum (by Athan Reines)
  • f067e80 - feat: add blas/base/wasm/cswap (by Athan Reines)
  • 4de4aff - feat: add blas/base/wasm/csrot (by Athan Reines)
  • c18d344 - feat: add blas/base/wasm/cscal (by Athan Reines)
  • ab1d701 - feat: add blas/base/wasm/ccopy (by Athan Reines)