v0.8.0
NDTools v0.8.0
Breaking changes
select_region_view()was changed from requiring anArrayas input toAbstractArray. This is breaking.- Dependencies on
PaddedArraysandOffsetArrayswere 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
Valtype 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:
- Select region view for cuda (#19) (@RainerHeintzmann)