v0.4.0a2
Pre-release
Pre-release
This is the release notes of v0.4.0a2. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor:
- DataFrame
- Learn
Enhancements
- Refactor tensor indexing (#1011)
Bug fixes
- Fix tile in
nonzerothat tensor instead of tensor data should be used during the process (#954) - Fixes
cdist(x, y)that creates tensor with wrong nsplits (#960) - Fix the wrong
RangeIndexinread_csv(#930) - Stop detecting GPU when no cuda devices are configured (#973)
- Fix wrong behavior of
mt.random.choice(#976) - Make sure all kwargs are numpy types when inferring dtypes (#987)
- Fix error when
chunk_sizenot provided formd.read_sql_table(#990) - Fix wrong result of
count_nonzero(#1002) - Add
dtypeproperty forTensorImread(#1004) - Fix error when no device detected by CUDA driver (#1007)