Skip to content

Latest commit

 

History

History
336 lines (238 loc) · 26.7 KB

CHANGELOG.md

File metadata and controls

336 lines (238 loc) · 26.7 KB

CHANGELOG

Package changelog.

Unreleased (2025-04-30)

Features

BREAKING CHANGES

  • 8e8437c: remove stats/base/dcumaxabs

    • To migrate, users should access dcumaxabs via the stats/strided namespace.
  • 8b1548f: update namespace declarations

    • To migrate, users should consult the corresponding packages containing the respective implementations to determine what is breaking. The primary breakages come from the blas/* namespace, where we recently refactored how top-level BLAS APIs operate on input arguments.

Closed Issues

A total of 2 issues were closed in this release:

#5052, #6270

Commits

  • 4b5f02d - docs: update Markdown stdlib package URLs (#6874) (by stdlib-bot)
  • e7f973d - feat: add lapack/base/zlaswp (#5496) (by Aayush Khanna, Athan Reines, stdlib-bot)
  • b1e106f - chore: fix EditorConfig lint errors (#6278) (by Aarya Balwadkar, Athan Reines)
  • 126b65d - bench: fix assertions (by Athan Reines)
  • 5bd0a2b - bench: fix assertions (by Athan Reines)
  • a62261a - docs: fix variable name in example (#5524) (by Aayush Khanna)
  • 28597c6 - docs: fix require paths and add missing semicolon (#5055) (by Mohammad Bin Aftab)
  • e5782a6 - docs: fix missing semicolon (by Athan Reines)
  • 6520c92 - docs: fix require paths (by Athan Reines)
  • 8e8437c - feat: update namespace TypeScript declarations (#4843) (by stdlib-bot)
  • 063163f - docs: update namespace table of contents (#4845) (by stdlib-bot)
  • 9267e0f - docs: fix examples (by Athan Reines)
  • 7d6c7bf - test: remove general use of absolute tolerance (by Athan Reines)
  • 5672a23 - feat: add crot to namespace (by Athan Reines)
  • 19972bb - feat: add lapack/base/crot (by Athan Reines)
  • 4906ee2 - docs: fix link (by Athan Reines)
  • e3e0057 - docs: update description (by Athan Reines)
  • a242756 - feat: add claset to namespace (by Athan Reines)
  • c1fef06 - feat: add lapack/base/claset (by Athan Reines)
  • 0ea6420 - test: rename file (by Athan Reines)
  • f573882 - docs: update examples (by Athan Reines)
  • dd448bb - docs: update examples (by Athan Reines)
  • 5b6f583 - feat: add clacgv to namespace (by Athan Reines)
  • c86f3f7 - style: align comments (by Athan Reines)
  • 308244a - bench: use single-precision utilities (by Athan Reines)
  • 0599ed1 - feat: add lapack/base/clacgv (by Athan Reines)
  • 7c68b0f - feat: add zrot to namespace (by Athan Reines)
  • 67683bb - feat: add zlaset to namespace (by Athan Reines)
  • a882f1a - feat: add zlacpy to namespace (by Athan Reines)
  • 80ea14a - feat: add zlacgv to namespace (by Athan Reines)
  • 9d0a679 - feat: add slaswp to namespace (by Athan Reines)
  • 46b8aef - feat: add sgetrans to namespace (by Athan Reines)
  • 45eaf02 - feat: add dlamch to namespace (by Athan Reines)
  • 847f30e - feat: add dgetrans to namespace (by Athan Reines)
  • 83dfeb3 - feat: add clacpy to namespace (by Athan Reines)
  • 769cda1 - feat: add lapack/base/clacpy (by Athan Reines)
  • 8995729 - feat: add lapack/base/zlaset (#4789) (by Ricky Reusser, Athan Reines)
  • 4e3292d - feat: add lapack/base/zlacgv (#4725) (by Ricky Reusser, Athan Reines)
  • 86163ea - feat: add lapack/base/zrot (#4772) (by Ricky Reusser, Athan Reines, stdlib-bot)
  • 1024672 - docs: update namespace TypeScript declaration comments (#4729) (by stdlib-bot)
  • 5e9a3e9 - feat: add lapack/base/zlacpy (#4703) (by Ricky Reusser, Athan Reines, stdlib-bot)
  • 59f2160 - docs: update examples (by Athan Reines)
  • 2e48726 - docs: update examples (by Athan Reines)
  • 1f5d811 - docs: update examples (by Athan Reines)
  • cd9b87d - docs: update examples (by Athan Reines)
  • d7896b5 - docs: update examples (by Athan Reines)
  • 3fdc2ab - docs: update examples (by Athan Reines)
  • 0db19ee - docs: improve example clarity (by Athan Reines)
  • 9dc7363 - docs: improve example clarity (by Athan Reines)
  • 610eff4 - docs: update examples (by Athan Reines)
  • dc62ca4 - docs: update examples (by Athan Reines)
  • 685d5e1 - test: update test values to resolve ambiguity in expected values (by Athan Reines)
  • b24284b - test: improve test values to resolve ambiguity in expected values (by Athan Reines)
  • 321e49e - docs: add missing periods to list items (by Philipp Burckhardt)
  • e4a53d5 - docs: update related packages sections (#4399) (by stdlib-bot)
  • 6c020d3 - chore: use relative paths to load package.json file (by Philipp Burckhardt)
  • 8b1548f - feat: update namespace TypeScript declarations (#3190) (by stdlib-bot, Philipp Burckhardt)

Contributors

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

  • Aarya Balwadkar
  • Aayush Khanna
  • Athan Reines
  • Mohammad Bin Aftab
  • Philipp Burckhardt
  • Ricky Reusser

0.1.3 (2024-11-05)

No changes reported for this release.

0.1.2 (2024-11-05)

Features

Commits

  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 08f9c1a - chore: minor clean-up (by Philipp Burckhardt)
  • e0cef99 - style: remove extra spaces for regular expressions in publish script (by Philipp Burckhardt)
  • 536f5db - feat: add lapack/base/dlamch (#2568) (by Pranav Goswami, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Pranav Goswami

0.1.1 (2024-08-18)

No changes reported for this release.

0.1.0 (2024-08-17)

Features

BREAKING CHANGES

  • 812e033: remove order argument from ndarray method

    • To migrate, users should drop the order argument when invoking the ndarray method.

Commits

  • df3ed1e - docs: update namespace ToCs (by Athan Reines)
  • 6515b3b - feat: add lapack/base/sge-trans (#2786) (by Pranav Goswami, Athan Reines)
  • 584cd8d - docs: fix description (by Athan Reines)
  • cd5ad1c - feat: add lapack/base/dge-trans (#2734) (by Pranav Goswami, Athan Reines)
  • 3646d49 - feat: add lapack/base/slaswp (#2757) (by Pranav Goswami, Athan Reines)
  • febbe2e - feat: add slacpy and spttrf to namespace (by Athan Reines)
  • 5e01b28 - feat: add lapack/base/spttrf (#2724) (by Pranav Goswami, Athan Reines)
  • ba0f3a0 - feat: add lapack/base/slacpy (#2716) (by Pranav Goswami, Athan Reines)
  • e712640 - docs: fix offset types (by Athan Reines)
  • 0b89aa1 - feat: update namespace TypeScript declarations (#2710) (by stdlib-bot, Athan Reines)
  • c832f7e - docs: update namespace table of contents (#2698) (by stdlib-bot, Athan Reines)
  • 82d3d97 - feat: update namespace TypeScript declarations (#2697) (by stdlib-bot, Athan Reines)
  • 4569092 - docs: update namespace table of contents (#2692) (by stdlib-bot, Philipp Burckhardt)
  • fbfb30f - feat: add dlassq to namespace (by Athan Reines)
  • 8c74427 - feat: add lapack/base/dlassq (#2668) (by Pranav Goswami, Athan Reines)
  • e67b649 - docs: update namespace table of contents (#2691) (by stdlib-bot, Athan Reines)
  • 5f94431 - feat: update namespace TypeScript declarations (#2690) (by stdlib-bot, Athan Reines)
  • 7d399c6 - feat: add dpttrf to namespace (by Athan Reines)
  • 0630400 - feat: add lapack/base/dpttrf (#2578) (by Pranav Goswami, Athan Reines)
  • c325e6a - feat: add dlacpy to namespace (by Athan Reines)
  • 6953aae - feat: add lapack/base/dlacpy (#2548) (by Pranav Goswami, Athan Reines)
  • 04b258f - docs: update definition (by Athan Reines)
  • d61d3f5 - docs: fix comments (by Athan Reines)
  • 6e4b9eb - feat: update namespace TypeScript declarations (#2681) (by stdlib-bot, Philipp Burckhardt)
  • 812e033 - feat: remove order argument from ndarray method (by Athan Reines)
  • 86ce889 - feat: update namespace TypeScript declarations (#2591) (by stdlib-bot, Athan Reines)
  • c067b6c - docs: update namespace table of contents (#2576) (by stdlib-bot, Philipp Burckhardt)
  • ff4b81e - feat: add lapack namespace (by Athan Reines)
  • 429f55b - feat: add lapack/base namespace (by Athan Reines)
  • f2dfdb3 - feat: add lapack/base/dlaswp (#2483) (by Pranav Goswami, Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt
  • Pranav Goswami