Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 450 Bytes

File metadata and controls

12 lines (11 loc) · 450 Bytes

Release 0.3.0


Breaking Changes

  • Previous use of Signature should be ImageClassificationSignature. from lobe.signature import Signature -> from lobe.signature import ImageClassificationSignature

Bug Fixes and Other Improvements

  • Update to TensorFlow 2.4 from 1.15.4
  • Add ONNX runtime backend
  • Use requests instead of urllib
  • Make backends thread-safe
  • Added constants file for signature keys to enable backwards-compatibility