Releases: tensorics/tensorics-core
Releases · tensorics/tensorics-core
v0.0.41
asMap() is not part of the tensor interface anymore.
Use TensorInternals.mapFrom(Tensor) instead, or from outside the method delegating to this, Tensorics.mapFrom(Tensor).
v0.0.40
Context is now a plain position
- All the deprecated methods were removed and position is a final class again
v0.0.36
incorporated files from tensorics-expressions project. Solved warnings
merged tensorics-expressions project
v0.0.35
incorporated files from tensorics-expressions project. Solved warnings
0.0.35
bugfix release.
- make completion respect the class hierarchy of the dimensions
v0.0.33
fix tensorbacked creation & calculation with interfaces in the shape
v0.0.32
now uses latest java version in travis