Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-07-18 | 562 Bytes | |
v0.5.1 source code.tar.gz | 2019-07-18 | 1.1 MB | |
v0.5.1 source code.zip | 2019-07-18 | 1.3 MB | |
Totals: 3 Items | 2.4 MB | 0 |
Changes affecting backward compatibility: - None
Changes:
- 0.20.x compatibility (commit 0921190)
- Complex support
- Einsum
- Naive whitespace tokenizer for NLP
- Preview of Laser backend for matrix multiplication without SIMD autodetection (already 5x faster on integer matrix multiplication)
Fix: - Fix height/width order when reading an image in tensor
Thanks to @chimez for the complex support and updating for 0.20, @metasyn for the tokenizer, @xcokazaki for the image dimension fix and @Vindaar for the einsum implemention