Skip to content

Latest commit

 

History

History
161 lines (83 loc) · 3.11 KB

File metadata and controls

161 lines (83 loc) · 3.11 KB

CHANGELOG

Package changelog.

Unreleased (2026-08-19)

Commits

Details
  • 7fab453 - bench: refactor to use string interpolation in ndarray/base (#11436) (by Karan Anand, Athan Reines)

Contributors

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

  • Athan Reines
  • Karan Anand

0.2.3 (2026-02-08)

No changes reported for this release.

0.2.2 (2024-07-29)

No changes reported for this release.

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-14)

Bug Fixes

  • c8241c2 - ensure ability to return an empty slice in strict mode

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • c8241c2 - fix: ensure ability to return an empty slice in strict mode (by Athan Reines)
  • 4ee7e66 - docs: fix typo (by Athan Reines)
  • 0ac2169 - docs: remove unused requires (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-10-18)

Features

  • 7f80a7c - add ndarray/base/slice-from

Commits

Details
  • 7f80a7c - feat: add ndarray/base/slice-from (by Athan Reines)

Contributors

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

  • Athan Reines