Releases: Jutho/TensorOperations.jl
Releases · Jutho/TensorOperations.jl
v2.1.1
v2.1.1 (2019-12-19)
v2.1.0
v2.1.0 (2019-12-10)
v2.0.1
v2.0.1 (2019-12-06)
v2.0.0
v1.3.1
v1.3.1 (2019-10-22)
v1.3.0
v1.2.0
- switch to thread safe LRU cache for temporaries
- use fixed size default for maximal memory of cache
- refactor part of the index notation processing to make it easier to inspect and more robust and efficient for complicated tensor objects
- introduce an overloadable
memsize
function to measure the size of the temporaries in the cache
v1.1.0
- Tensoropt support for large number of tensors, thanks @GiggleLiu
- Switched to new registration system