Skip to content

Releases: mrousavy/react-native-fast-tflite

Release 1.2.0

13 Feb 19:09
082aa40
Compare
Choose a tag to compare

1.2.0 (2024-02-13)

Bug Fixes

  • Fix loading TFLite models from Resources in release on Android (#30) (cd34420)
  • Validate input type to make sure a TypedArray is passed (0481955)

Features

Release 1.1.3

24 Jan 09:12
cbb76b9
Compare
Choose a tag to compare

1.1.3 (2024-01-24)

Bug Fixes

Release 1.1.2

22 Jan 08:33
8e2b9ef
Compare
Choose a tag to compare

1.1.2 (2024-01-22)

Bug Fixes

Features

Release 1.1.1

19 Jan 14:03
b204b4f
Compare
Choose a tag to compare

1.1.1 (2024-01-19)

Bug Fixes

  • "Unknown" error (0f1b8d3)
  • Allow loading from any domain in example app (258f623)
  • Throw better errors (2e27f13)

Release 1.1.0

19 Jan 13:00
25c2690
Compare
Choose a tag to compare

1.1.0 (2024-01-19)

Bug Fixes

Features

Performance Improvements

  • Mark error paths as [[unlikely]] (#19) (bbbdff2)

Release 1.0.0

21 Dec 10:45
07ffef5
Compare
Choose a tag to compare

1.0.0 (2023-12-21)

Bug Fixes

Features

Release 0.3.1

25 Aug 16:01
Compare
Choose a tag to compare

0.3.1 (2023-08-25)

Bug Fixes

  • Fix loading model as require (7366b3f)

Release 0.3.0

25 Aug 09:28
Compare
Choose a tag to compare

0.3.0 (2023-08-25)

Bug Fixes

  • Fix CoreML delegate naming (23d7900)
  • Fix wrong byte length for non Uint8Arrays (43ad4d5)

Features

  • Support loading .tflite models from URLs (http://.. or file://..) (b237839)
  • Upgrade to latest TensorFlow Lite library (new GPU ops) (b3242c0)

Release 0.2.0

22 Aug 10:27
Compare
Choose a tag to compare

0.2.0 (2023-08-22)

Bug Fixes

  • 鈿狅笍 Stub out Android implementation (TODO: Get it to build, then revert this) (4578795)
  • Fix Java init (8fe5387)
  • Fix Promise Threading (ccb8690)
  • Link libtensorflowlite_jni.so (e5c66e5)

Features