Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

75 lines (46 loc) · 3.71 KB

CHANGELOG

Package changelog.

Unreleased (2025-04-05)

Features

  • 998b3ba - add missing kernels to ndarray/base/unary-reduce-subarray (#6421)
  • 935f698 - add initial implementation for ndarray/base/unary-reduce-subarray

Bug Fixes

  • f0d205d - address indexing error
  • 5768926 - update error message
  • 7378f4d - ensure support when providing no dimensions to reduce
  • 91778b7 - handle scenario where a core dimension is zero

Commits

  • f0d205d - fix: address indexing error (by Athan Reines)
  • 998b3ba - feat: add missing kernels to ndarray/base/unary-reduce-subarray (#6421) (by Muhammad Haris)
  • 5768926 - fix: update error message (by Athan Reines)
  • bdf4246 - refactor: update error messages (by Athan Reines)
  • 9934f2c - refactor: only branch when y is backed by an accessor array (by Athan Reines)
  • 7378f4d - fix: ensure support when providing no dimensions to reduce (by Athan Reines)
  • abbc923 - docs: add example (by Athan Reines)
  • 91778b7 - fix: handle scenario where a core dimension is zero (by Athan Reines)
  • 9cb2473 - chore: update directory list (by Athan Reines)
  • 0fc4015 - docs: add README and repl help (by Athan Reines)
  • a331234 - test: add initial test file (by Athan Reines)
  • 6d21670 - chore: update directory list (by Athan Reines)
  • 935f698 - feat: add initial implementation for ndarray/base/unary-reduce-subarray (by Athan Reines)

Contributors

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

  • Athan Reines
  • Muhammad Haris