Skip to content

Latest commit

 

History

History
179 lines (101 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

179 lines (101 loc) · 6.45 KB

CHANGELOG

Package changelog.

Unreleased (2025-02-24)

Commits

  • e81185b - refactor: rely on ndarray/to-fancy for implementation logic (by Athan Reines)
  • 0d6bf75 - refactor: resolve error constructor and add todos (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update 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

  • 6ee30cd - document support for normalize index mode
  • 54858d0 - add support for slice assignment and refactor index expression handling

Bug Fixes

  • fcbe4c1 - address indexing expression errors and refactor to use ndarray/base/slice

Commits

  • 26cf434 - docs: update related packages sections (#1156) (by stdlib-bot)
  • 6ee30cd - feat: document support for normalize index mode (by Athan Reines)
  • 6b34523 - docs: update links (by Athan Reines)
  • 599e2ca - docs: rename examples and add slice assignment example (by Athan Reines)
  • 54858d0 - feat: add support for slice assignment and refactor index expression handling (by Athan Reines)
  • 1393caf - test: add ndarray tests (by Athan Reines)
  • b9b3ae6 - docs: add example (by Athan Reines)
  • fcbe4c1 - fix: address indexing expression errors and refactor to use ndarray/base/slice (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

  • d64f3c7 - add TypeScript declarations and add REPL help
  • 4433c86 - add ndarray/fancy

Bug Fixes

  • e17e199 - address dimension reduction bug

Commits

  • f5f669f - refactor: use base utility to construct MultiSlice from args array (by Athan Reines)
  • e17e199 - fix: address dimension reduction bug (by Athan Reines)
  • cadd340 - refactor: use base package for resolving non-reduced dimensions (by Athan Reines)
  • f4024f0 - docs: fix rule location (by Athan Reines)
  • 6d60c74 - docs: add horizontal rule (by Athan Reines)
  • 5b30bc7 - docs: fix example (by Athan Reines)
  • d64f3c7 - feat: add TypeScript declarations and add REPL help (by Athan Reines)
  • eb620f1 - style: disable lint rule (by Athan Reines)
  • 87c2569 - test: add constructor and argument validation tests (by Athan Reines)
  • f1d9cee - docs: fix heading (by Athan Reines)
  • 4433c86 - feat: add ndarray/fancy (by Athan Reines)

Contributors

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

  • Athan Reines