Releases: viam-modules/mlmodel-tflite
0.2.0-rc7
What's Changed
- Switch to C++ TFLite API by @acmorrow in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
- Modernize windows build by @acmorrow in #41
- [RSDK-12295] Allow overlapping calls to Infer and Metadata by @acmorrow in #42
Full Changelog: 0.1.3...0.2.0-rc7
0.2.0-rc6
What's Changed
- Pin the Go implementation for Debian Bullseye by @penguinland in #38
- Switch to C++ TFLite API by @acmorrow in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
- Modernize windows build by @acmorrow in #41
Full Changelog: 0.1.0...0.2.0-rc6
0.2.0-rc5
Full Changelog: 0.2.0-rc3...0.2.0-rc5
0.2.0-rc4
Full Changelog: 0.2.0-rc2...0.2.0-rc4
0.2.0-rc3
What's Changed
- Pin the Go implementation for Debian Bullseye by @penguinland in #38
- Switch to C++ TFLite API by @acmorrow in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
Full Changelog: 0.1.0...0.2.0-rc3
0.2.0-rc2
Release Overview
The implementation has switched from using the C API for TFLite to using the C++ API. The major benefit here should be that XNNPACK is likely to be auto-enabled when applicable.
Note that this release depends on C++ SDK 0.13.0 or newer since the special case code to deal with unary input tensors has been removed from this module in favor of the handling now found in the C++ SDK.
What's Changed
- Pin the Go implementation for Debian Bullseye by @penguinland in #38
- Switch to C++ TFLite API by @acmorrow in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
Full Changelog: 0.1.0...0.2.0-rc2
0.2.0-rc1
Release Overview
The implementation has switched from using the C API for TFLite to using the C++ API. The major benefit here should be that XNNPACK is likely to be auto-enabled when applicable.
Note that this release depends on C++ SDK 0.13.0 or newer since the special case code to deal with unary input tensors has been removed from this module in favor of the handling now found in the C++ SDK.
What's Changed
- Pin the Go implementation for Debian Bullseye by @penguinland in #38
- Switch to C++ TFLite API by @acmorrow in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
Full Changelog: 0.1.0...0.2.0-rc1
0.1.0-rc10
Should be identical to 0.1.0 (already released) but done entirely through the CI.
0.1.0
0.1.0-rc9
Identical to RC8 except with a non-Windows meta.json uploaded to the registry already