v0.3.1
This is the release notes of v0.3.1. See here for the complete list of solved issues and merged PRs.
New Features
- Tensor
- DataFrame
Enhancements
- Refactor tensor indexing (#1012)
Bug fixes
- Stop detecting GPU when no cuda devices are configured (#975)
- Fix wrong behavior of
choice(#993) - Make sure all kwargs are numpy types when inferring dtypes (#995)
- Fix wrong result of
count_nonzero(#1003) - Add
dtypeproperty forTensorImread(#1005) - Fix error when no device detected by CUDA driver (#1008)