Skip to content

Releases: tensorics/tensorics-core

list convenience method

11 Nov 20:49
Compare
Choose a tag to compare

Little additional convenience method, to directly get a list of values from a tensor

Tensorics.from(tensor).list(coord1List, coord2, coord3 ...);

v0.0.70

07 May 14:02
Compare
Choose a tag to compare
  • Some fixes in utility methods
  • Distinct treatment of default methods in tensorbackeds for java 8 and 11

v0.0.69

21 Jan 14:25
Compare
Choose a tag to compare

Align dependencies to CERN PRO.

v0.0.68

08 Aug 15:33
Compare
Choose a tag to compare
  • typed tensor dimensions
  • cleanup: Maybe removed (use ossgang-commons instead)

(correct) BE-CO dependency updates

17 Jan 15:41
8dd51b9
Compare
Choose a tag to compare
Merge pull request #40 from tensorics/mockito-update

Mockito update

BE-CO dependency updates

17 Jan 12:10
e257178
Compare
Choose a tag to compare
Merge pull request #39 from tensorics/mockito-update

[MPESW-287] follow dependency updates from BE-CO

v0.0.65

11 Jan 12:44
e6698a1
Compare
Choose a tag to compare

Improved Maybe.

Merged #33

25 Sep 12:53
74381df
Compare
Choose a tag to compare
  • Multidimensional Resampling #33

v0.0.63

19 Jul 13:25
Compare
Choose a tag to compare

This release adds the Maybe construct to the utils package; a Maybe carries either a T or an Exception (similar to Scalas Try), and allows a more functional approach to exception handling and method chaining, in particular under the presence of checked exceptions.

v0.0.62

13 Jul 16:25
Compare
Choose a tag to compare
  • dependencies aligned with CERN internals