Skip to content

version "1.1.5"

Compare
Choose a tag to compare
@shivendrra shivendrra released this 12 Aug 19:31
· 18 commits to main since this release
73e5572

issue: #15

new updates

  • ndim Matmul & 1-d & 2-d dot products support
  • reshape array functionality
  • removed unnecessary micrograd code
  • fixed the sum, mean, var & std functions
  • added new det function
  • fixed the broadcasting error in __add__ & __mul__ functions
  • fixed the RNNcell & RNN class in axon.micro