Releases: iree-gd/iree.gd
v0.0.3
What's Changed
- Update
README.md
by @RechieKho in #85 - Delete
CHANGELOG.md
by @RechieKho in #86 - Update to Godot 4.3 by @fire in #87
- Remove IREE zoo. Update IREE dependency. by @RechieKho in #92
- Move android backend to Vulkan. by @RechieKho in #93
- Fix
Assertion error
inselect_model
by @RechieKho in #98 - Use more recent upload-artifact and checkout actions for the GitHub runner. by @Ivorforce in #100
- Add IDEA related files to gitignore. by @Ivorforce in #99
- Add pose detection with
singlepose_thunder
model. by @RechieKho in #101 - Update README.md by @RechieKho in #102
- Update README.md by @fire in #103
New Contributors
- @Ivorforce made their first contribution in #100
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Future releases 💽
Release on V-Sekai's iree.gd
fork
With collaboration with @fire & @Ughuuu, future releases will be on V-Sekai's iree.gd
fork! 🥳
Thanks to them generously signing the libraries for Mac OSX with their paid apple developer account (which I don't have and I'm not planning to have), iree.gd
on Mac OSX will finally be possible!
v0.0.1-alpha4
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1-alpha4] Improve demo ease of use
- Defer context initialization to raise error only on
IREEModule::run_module
. - Detect platform to use the correct bytecode.
- Set sample's main scene.
[v0.0.1-alpha3] Quick import .vmfb
files
- Import
.vmfb
files directly. (Thanks to Dragos Daian) - Fix Linux ARM build.
[v0.0.1-alpha2] Update sample bytecodes
- Improve logging
IREE
error. - Update sample bytecodes.
[v0.0.1-alpha1] Windows build fix
- Export
.dll
instead oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha3
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1-alpha3] Quick import .vmfb
files
- Import
.vmfb
files directly. (Thanks to Dragos Daian) - Fix Linux ARM build.
[v0.0.1-alpha2] Update sample bytecodes
- Improve logging
IREE
error. - Update sample bytecodes.
[v0.0.1-alpha1] Windows build fix
- Export
.dll
instead oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-preview0 [Better message]
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1-alpha1] Windows build fix
Changed
- Export
.dll
instead oflib
for windows build.
[v0.0.1-alpha0] The very beginning
Added
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha2
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1-alpha2] Update sample bytecodes
- Improve logging
IREE
error. - Update sample bytecodes.
[v0.0.1-alpha1] Windows build fix
- Export
.dll
instead oflib
for windows build.
[v0.0.1-alpha0] The very beginning
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha1 ⚙️
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1-alpha1] Windows build fix
Changed
- Export
.dll
instead oflib
for windows build.
[v0.0.1-alpha0] The very beginning
Added
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.
- Add builds for Android, Linux and Windows.
v0.0.1-alpha0 🎉
Change Log
iree.gd
, IREE runtime in Godot through GDExtension, a mission to run machine learning model (e.g. Tensorflow lite) natively in Godot.
This is the change log of iree.gd
.
[v0.0.1] The very beginning
Added
- Add
IREETensor
andIREEModule
for executing machine learning models. - Add a sample for people to try out.