Releases: VORTICITY-INC/VTensor
Releases · VORTICITY-INC/VTensor
v1.1.2
v1.1.1
v1.1.0
[New] Support single and batched linear algebra methods vt::linalg::svd
, vt::linalg::cholesky
, vt::linalg::pinv
[New] Support vt::tri
, vt::triu
vt::tril
vt::diag
[New] Support broadcasting for tensor operation
[New] Support logical operation (e.g. vt::where
and tensor1[tensor2]
)
[New] Support slice operation (e.g. ellipsis and newaxis)
[Bug] Fix the transpose continuous issue
[Bug] Fix the data type for operators