Skip to content

v1.1.0

Compare
Choose a tag to compare
@shengtsui shengtsui released this 02 Oct 02:01
· 11 commits to main since this release
49919c6

[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