v0.5.1
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