Skip to content

Latest commit

 

History

History
422 lines (227 loc) · 11.4 KB

File metadata and controls

422 lines (227 loc) · 11.4 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-17)

Commits

Details
  • 6d6b9d4 - bench: refactor to use string interpolation in @stdlib/ndarray (#11446) (by Karan Anand)

Contributors

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

  • Karan Anand

0.3.1 (2026-02-08)

No changes reported for this release.

0.3.0 (2026-01-31)

Features

  • 3d21748 - add function to return the index offset in units of elements
  • dd45a8f - add function to return a dimension stride in units of elements
  • b00ba84 - add function for returning the number of bytes per ndarray element

Bug Fixes

  • f22a9ab - ensure support for allocating zero-dimensional ndarrays

BREAKING CHANGES

  • cf38d87: rename stdlib_ndarray_bytelength to stdlib_ndarray_byte_length

    • To migrate, users using the C API should update their call signatures accordingly.

Closed Issues

A total of 3 issues were closed in this release:

#7767, #8225, #9109

Commits

Details
  • 5ff04ce - docs: update notes (by Philipp Burckhardt)
  • b6a0e1f - bench: fix call signature (by Athan Reines)
  • 3d21748 - feat: add function to return the index offset in units of elements (by Athan Reines)
  • dd45a8f - feat: add function to return a dimension stride in units of elements (by Athan Reines)
  • b00ba84 - feat: add function for returning the number of bytes per ndarray element (by Athan Reines)
  • cf38d87 - refactor: rename stdlib_ndarray_bytelength to stdlib_ndarray_byte_length (by Athan Reines)
  • a21edb1 - chore: fix C lint errors (#9111) (by Geo Daoyu)
  • 0eda9b1 - chore: specify ESLint doctest alias (by Philipp Burckhardt)
  • a0de0e6 - chore: fix JavaScript lint errors (#8226) (by Bhupesh Kumar, Athan Reines)
  • a3e7978 - docs: update markup (by Athan Reines)
  • 7add020 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 6eee151 - style: fix indentation in JSON files (by Philipp Burckhardt)
  • fd9f8d2 - chore: fix C lint errors (#7769) (by Geo Daoyu)
  • 7536870 - docs: fix example and update docs (by Athan Reines)
  • f22a9ab - fix: ensure support for allocating zero-dimensional ndarrays (by Athan Reines)
  • 453c7f9 - refactor: allow array-like objects containing submodes (by Athan Reines)

Contributors

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

  • Athan Reines
  • Bhupesh Kumar
  • Geo Daoyu
  • Philipp Burckhardt

0.2.2 (2024-07-29)

Bug Fixes

Commits

Details
  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • cf3f92e - fix: update include paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Features

  • 5c9d067 - add tests and update docs for normalize index mode support

Commits

Details
  • 5c9d067 - feat: add tests and update docs for normalize index mode support (by Athan Reines)
  • 6b34523 - docs: update links (by Athan Reines)

Contributors

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

  • Athan Reines

0.1.0 (2023-09-24)

Features

  • 7ae5741 - update minimum TypeScript version

Bug Fixes

  • fb65dfe - use Collection, rather than ArrayLike

BREAKING CHANGES

  • 7ae5741: update minimum TypeScript version to 4.1

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

Commits

Details
  • fb65dfe - fix: use Collection, rather than ArrayLike (by Athan Reines)
  • 6039604 - bench: refactor benchmarks by splitting across multiple files (by Athan Reines)
  • 7ae5741 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)
  • 223c329 - refactor: use ndarray defaults (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.10 (2022-02-16)

No changes reported for this release.

0.0.9 (2021-08-23)

No changes reported for this release.

0.0.8 (2021-07-07)

No changes reported for this release.

0.0.7 (2021-06-28)

No changes reported for this release.

0.0.6 (2021-06-28)

No changes reported for this release.

0.0.5 (2021-06-16)

No changes reported for this release.

0.0.4 (2021-06-16)

No changes reported for this release.

0.0.3 (2021-06-16)

No changes reported for this release.

0.0.2 (2021-06-15)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.