Releases: tensorics/tensorics-core
Releases · tensorics/tensorics-core
list convenience method
Little additional convenience method, to directly get a list of values from a tensor
Tensorics.from(tensor).list(coord1List, coord2, coord3 ...);
v0.0.70
v0.0.69
v0.0.68
(correct) BE-CO dependency updates
Merge pull request #40 from tensorics/mockito-update Mockito update
BE-CO dependency updates
Merge pull request #39 from tensorics/mockito-update [MPESW-287] follow dependency updates from BE-CO
v0.0.65
Merged #33
- Multidimensional Resampling #33
v0.0.63
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
- dependencies aligned with CERN internals