Main new features
rapl
is now in stable rust!!
- New
Dim<R: Unsinged>
struct.
- Activation functions.
- Random array creation.
- 1D and 2D FFT.
- linspace, logspace, geomspace implementation
Changelog
- Add approx method for testing operation with floating numbers.
- Matmul, Outer Product and Inner Product as methods of
Ndarr
.
- Add Random arrays.
- Add seeding for Random array creation.
- Normal and uniform Distribution.
- Numpy-like
roll
function.
- Indexing
Ndarr
with arrays.
- Code clean up in arithmetic operations.
- Fix co-broadcasting in scalar to tensor arithmetic operations.
- System independent paths in image module.
- Activation function.
- Improve display performance.
- Add display parameters.
- Reduce trait requirements in
Ndarr
.
- Add game example folder.
- Improve performance in
slice
Contributors
@DeliciousHair @S-Erik @JErnestoMtz