Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@guenthermi guenthermi released this 09 Sep 14:26
· 160 commits to main since this release
8829ec7

[0.6.0] - 2022-09-09

Added

  • Add get_model and encode method to encode docarray. (#522)

  • Add connect function to package (#532)

Removed

Changed

  • Incorporate commons and stubs to use shared components. (#522)

  • Improve usability of stream_logs. (#522)

  • Improve describe_models with open-clip models. (#528)

  • Use stream logging in the README example (#532)

Fixed

  • Print logs before run status is STARTED. (#531)

Docs

  • Add inference session in examples. (#529)