Releases: wvabrinskas/NumSwift
Releases · wvabrinskas/NumSwift
v2.0.13
- updated to support Float16 on macOS universal
What's Changed
- Merge develop by @wvabrinskas in #8
Full Changelog: 2.0.12...2.0.13
v2.0.12
What's Changed
- Added Float16 support by @wvabrinskas in #6
- Merge develop by @wvabrinskas in #7
Full Changelog: 2.0.11...2.0.12
v2.0.11
Various performance improvements
v2.0.10
Drastically improved the execution time of transConv2d, matmul, and conv2d operations.
v2.0.9
Fixed a bug in randomChoice where it would crash if all the probs were 0
v2.0.8
Added random choice with probability to NumSwift class
v2.0.7
Added fast transpose using Accelerate framework for 2D and 3D array
2.0.6
Add uneven matrix math
v2.0.5
Add negative check to safe
subscript on Array
v2.0.4
Add inverse mathematic functions for divide and subtract