Releases: s1ddok/Alloy
Releases · s1ddok/Alloy
Introduce normalization kernel
0.10.4 add normalization kernel (#25)
Minor ML improvements
Global pooling (#24) * introduce global padding * Separate Padding Size Calculation (#23) * move padding size calculation to separate func * rename `calculatePaddingSize` func to `paddedSize`
0.10.2 Release
Max texture size calculator (#22) * Run "pod install" for demo project, add .gitignore file for Demo project * Implement MTLDevice extension which calculates max MTLTexture size for the given MTLDevice * Make extension public * Fix extension's location so it's source code is available for users of Alloy * Remove "metalSafeMultiplier" * CGSize -> MTLSize * Refactor "guard" statement * Fix aspectRatio related code so it uses Float instead of Int * (refactor) Remove a redundant condition * Revert changes which are related to Demo project * Revert changes which are related to Demo project * Revert changes which are related to Demo project * Revert changes which are related to Demo project * Bump Alloy version
ML Utils
0.10.0 Public release
fix texturecopy
Incremental release
0.9.4 make scheduling API throwing
Incremental release
0.9.3 remove userstate files
Incremental API extension
0.9.2 add convenience properties for time reflection data
Texture views API
0.9.1 better texture view implementation
Initial CocoaPods release
0.9.0 mimic CoreVideo APIs for simulator