Skip to content

0.4.1

Compare
Choose a tag to compare
@bloomonkey bloomonkey released this 17 Apr 15:00
· 23 commits to main since this release

[0.4.1] - 2023-04-17

Fixed

  • Raise an error for unsupported field types. Previously would silently return a None resulting in request time errors.
  • Support objects for predictions in array-like structures by mapping them to strings
  • Improve support for models that return 1d arrays / tensors of strings
  • Catch errors when model result does not conform to expected schema, and format as JSON response