Tesseract v0.8.0 released

This release contains breaking changes. The signatures of all endpoints in tesseract_api.py is now strictly enforced; that is, inputs to apply must be called inputs, etc. Use tesseract init to generate a template file that already uses the correct signatures.

Features

  • Implement check_gradients runtime command (#72)
  • [breaking] Validate endpoint argument names before building (#95)

Bug Fixes

  • OpenAPI schema failure for differentiable arrays with unknown shape (#100)
  • Prevent silent conversion of float array to int (#96)
  • Use fixed uid/gid 5000:5000 for all tesseracts (#102)
  • Use uid 1000 instead of 5000 (#104)

Refactor

  • Unpack endpoint payload (#80)

Documentation

  • Dependencies and user privileges (#91)
1 Like