Skip to content

Latest commit

 

History

History
143 lines (82 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

143 lines (82 loc) · 5.21 KB

CHANGELOG

Package changelog.

Unreleased (2024-08-16)

Features

Bug Fixes

  • 96c7ddf - use computed order and fix strides in examples
  • cf3f92e - update include paths

Commits

  • 96c7ddf - fix: use computed order and fix strides in examples (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • d04dcbd - docs: remove private annotations in C comments (by Philipp Burckhardt)
  • 6ea880c - feat: add boolean dtype support to ndarray/base/assign (#2598) (by Jaysukh Makvana, Athan Reines)
  • cf3f92e - fix: update include paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt

0.1.1 (2024-02-25)

No changes reported for this release.

0.1.0 (2024-02-15)

Features

  • aabbb4e - add loop functions for downcasting floating-point dtypes
  • c28a16e - add ndarray/base/assign

Bug Fixes

  • c8417b0 - add support for assigning real-valued elements to complex-valued elements
  • 46d5210 - address unterminated macro
  • 39b2b0d - use correct type for dispatch object

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 1e55c4b - docs: remove related packages (by Athan Reines)
  • aabbb4e - feat: add loop functions for downcasting floating-point dtypes (by Athan Reines)
  • a174903 - chore: add TODO (by Athan Reines)
  • c8417b0 - fix: add support for assigning real-valued elements to complex-valued elements (by Athan Reines)
  • 46d5210 - fix: address unterminated macro (by Athan Reines)
  • 39b2b0d - fix: use correct type for dispatch object (by Athan Reines)
  • ec59584 - docs: fix providing of extraneous argument (by Athan Reines)
  • c28a16e - feat: add ndarray/base/assign (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt