Skip to content

Releases: hakkelt/NDArrays

2.2.0

Choose a tag to compare

@hakkelt hakkelt released this 30 Nov 15:15

New features

  • applyOnSlices, applyOnComplexSlices, mapOnSlices, mapOnComplexSlices: iterate over some dimensions and create slices along the other dimensions, and apply a function to these slices
  • prod: product over selected dimensions
  • accumulate: accumulate values along selected slices by a custom function
  • reduceSlices: similar to accumulate, but while accumulate uses a function that works on single elements, reduceSlices requires a function that accepts slices as an argument

Bug fixes

  • reduce memory usage

2.0.2

Choose a tag to compare

@hakkelt hakkelt released this 08 Mar 13:32

Bug fixes

  • sum
  • spliterator
  • javadoc

New function:

  • ofMagnitudePhase

2.0.0

Choose a tag to compare

@hakkelt hakkelt released this 16 Nov 08:36
ndarrays-2.0.0

[maven-release-plugin] copy for tag ndarrays-2.0.0

1.0.1

Choose a tag to compare

@hakkelt hakkelt released this 15 Jun 13:53

Minor adjustment on printing the entire array by contentToString function

Initial Release

Choose a tag to compare

@hakkelt hakkelt released this 15 Jun 13:25
1.0.0

add docs