Skip to content

Releases: hakkelt/NDArrays

2.2.0

30 Nov 15:15
Compare
Choose a tag to compare

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

08 Mar 13:32
Compare
Choose a tag to compare

Bug fixes

  • sum
  • spliterator
  • javadoc

New function:

  • ofMagnitudePhase

2.0.0

16 Nov 08:36
Compare
Choose a tag to compare
ndarrays-2.0.0

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

1.0.1

15 Jun 13:53
Compare
Choose a tag to compare

Minor adjustment on printing the entire array by contentToString function

Initial Release

15 Jun 13:25
Compare
Choose a tag to compare
1.0.0

add docs