Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 09:17
f47752e

NDTools v0.8.0

Diff since v0.7.1

Breaking changes

  • select_region_view() was changed from requiring an Array as input to AbstractArray. This is breaking.
  • Dependencies on PaddedArrays and OffsetArrays were removed and the package now depends on a new package: MutableShiftedArrays.
  • non-exported function to now also convert from an ND-Array to an Array of Tuples were added. By requiring the length of the tuple as Val type input, they are type-stable, but should only be used, if a fixed outer dimension length (e.g. Val(3)) is strictly known.

Merged pull requests: