Releases: viam-modules/mlmodel-tflite
Release list
0.2.0
What's Changed
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@acmorrow) in #39
- Modernize windows build by Andrew C. Morrow (@acmorrow) in #41
- [RSDK-12295] Allow overlapping calls to Infer and Metadata by Andrew C. Morrow (@acmorrow) in #42
Full Changelog: 0.1.3...0.2.0
0.2.0-rc7
What's Changed
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@acmorrow) in #39
- Modernize windows build by Andrew C. Morrow (@acmorrow) in #41
- [RSDK-12295] Allow overlapping calls to Infer and Metadata by Andrew C. Morrow (@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 Alan Davidson (@penguinland) in #38
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@acmorrow) in #39
- Modernize windows build by Andrew C. Morrow (@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 Alan Davidson (@penguinland) in #38
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@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 Alan Davidson (@penguinland) in #38
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@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 Alan Davidson (@penguinland) in #38
- Switch to C++ TFLite API by Andrew C. Morrow (@acmorrow) in #36
- [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by Andrew C. Morrow (@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
Now in C++ instead of Go! With Windows support in addition to Mac and Linux!