Skip to content

Releases: s1ddok/Alloy

Introduce normalization kernel

09 May 11:40
Compare
Choose a tag to compare
0.10.4

add normalization kernel (#25)

Minor ML improvements

08 May 20:13
82de728
Compare
Choose a tag to compare
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

07 May 09:12
Compare
Choose a tag to compare
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

11 Mar 13:37
Compare
Choose a tag to compare
0.10.1

introduce new subspec "ML"

0.10.0 Public release

25 Feb 16:18
Compare
Choose a tag to compare
fix texturecopy

Incremental release

04 Feb 14:19
Compare
Choose a tag to compare
0.9.4

make scheduling API throwing

Incremental release

26 Jan 16:58
Compare
Choose a tag to compare
0.9.3

remove userstate files

Incremental API extension

23 Jan 11:57
Compare
Choose a tag to compare
0.9.2

add convenience properties for time reflection data

Texture views API

15 Jan 18:47
Compare
Choose a tag to compare
0.9.1

better texture view implementation

Initial CocoaPods release

27 Dec 21:39
Compare
Choose a tag to compare
0.9.0

mimic CoreVideo APIs for simulator