Skip to content

Releases: tensorics/tensorics-core

v0.0.61

04 May 12:30
Compare
Choose a tag to compare
  • A more general linear interpolation which is not based on doubles but will work in any field, given that a mapper from the coordinates of the dimension to reduce to the field is provided
  • byPositionAndValue stream filter for tensors

OngoingOperation.plusV(), OngoingOperation.minusV()

23 Apr 15:14
Compare
Choose a tag to compare

OngoingOperation.plusV()
OngoingOperation.minusV()

.. and in all subclasses

v0.0.59

12 Apr 09:21
Compare
Choose a tag to compare
Tensorics.forEach(Tensorbacked<S> tensor, Consumer<S> consumer)
Tensorics.forEach(Tensorbacked<S> tensor, BiConsumer<Position, S> consumer)

New forEach API for tensors

11 Apr 14:12
Compare
Choose a tag to compare
Tensorics.forEach(Tensor<S> tensor, Consumer<S> consumer)
Tensorics.forEach(Tensor<S> tensor, BiConsumer<Position, S> consumer)

Some more convenience methods

07 Apr 04:41
Compare
Choose a tag to compare
v0.0.57

Some new convenience methods

v0.0.56

06 Feb 17:00
Compare
Choose a tag to compare
fixed error

v0.0.55

06 Nov 02:52
Compare
Choose a tag to compare

binary predicate expressions for equals

v0.0.54

06 Oct 01:13
Compare
Choose a tag to compare

Some more expressions for booleans

v0.0.53

05 Oct 01:24
Compare
Choose a tag to compare
  • Some fixes in analysis module (latestOf expressions)

v0.0.52

11 Aug 14:54
Compare
Choose a tag to compare

Analysis parts in tensorics-core from streamingpool-ext-analysis