Releases: wvabrinskas/NumSwift
Releases · wvabrinskas/NumSwift
v2.0.4
Add inverse mathematic functions for divide and subtract
v2.0.3
added matmul auto function to 3d array
v2.0.2
Fixed a bug with matrix multiplication where the output dimensions were always 1.
v2.0.1
Fixed a bug in convolution with index calculation
v2.0
2.0 updates with Neuron V2.0
v1.2.0
Added NumSwiftC
. A new class high performance class that can perform convolutions
and transposed convolutions
in C
!
v1.1.0
added more complex functions for vector and matrix arithmetic
v1.0.8
- Added convolution functions
v1.0.7
Removed mutating func for transpose
v1.0.6
Added high performance matrix multiplication