Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.37 KB

File metadata and controls

160 lines (87 loc) · 4.37 KB

CHANGELOG

Package changelog.

0.2.3 (2026-02-08)

Commits

Details
  • 5feedbc - docs: do not pass in options object to avoid cast error (by Philipp Burckhardt)
  • 07f7c05 - test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)
  • 4ec7a03 - refactor: improve type specificity (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

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)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 6c6d8bd - docs: update links (by Athan Reines)
  • ba9ef60 - docs: fix grammar typo (by Athan Reines)
  • 654cb7e - refactor: use utility to create a MultiSlice from a list of arguments (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-14)

Features

Bug Fixes

  • 64bd3a8 - prevent creating writable views when provided a read-only array
  • 69e0a71 - update parameter name to match docs

Commits

Details
  • 199d59c - refactor: use accessor utility (by Athan Reines)
  • 64bd3a8 - fix: prevent creating writable views when provided a read-only array (by Athan Reines)
  • 3d40220 - refactor: use base utility to resolve the next Cartesian index (by Athan Reines)
  • 69e0a71 - fix: update parameter name to match docs (by Athan Reines)
  • d8f8bb2 - docs: add links (by Athan Reines)
  • 253a22d - docs: fix imports (by Athan Reines)
  • fda2bf6 - feat: add ndarray/iter/rows (by Athan Reines)

Contributors

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

  • Athan Reines