Skip to content

v0.3.0-Stable, Random, FFT

Latest
Compare
Choose a tag to compare
@JErnestoMtz JErnestoMtz released this 13 Jun 19:27
· 63 commits to main since this release

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