Skip to content

Tags: groundlight/python-sdk

Tags

v0.23.4

Toggle v0.23.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add documentation and testing for Bounding Box mode (#396)

This PR adds documentation for bounding box mode now that it's enabled
for all users.

Also, it improves the testing coverage on bounding box mode. There were
some disabled tests that needed to be turned on now that the mode is
available for all users. Also, additional test coverage was added on
adding bbox labels.

---------

Co-authored-by: Auto-format Bot <[email protected]>

v0.23.3

Toggle v0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add bounding boxes label enum (#390)

This PR adds a new bounding boxes label enum to the SDK. It will be used
to correctly construct responses on the edge, like `Label` is used for
binary mode. I also bumped the version number to do a new release with
this enum.

Due to compatibility issues between `datamodel-code-generator` and the
version of pydantic in use, I also update `datamodel-code-generator`.

v0.23.2

Toggle v0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.23.2 (#389)

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#384)

Co-authored-by: brandon <[email protected]>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `request_timeout` as a param for `submit_image_query` (#369)

Co-authored-by: Auto-format Bot <[email protected]>

v0.22.7a

Toggle v0.22.7a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.22.7 (#365)

v0.22.7

Toggle v0.22.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support creating text-mode detectors (#363)

Co-authored-by: Auto-format Bot <[email protected]>

v0.22.6

Toggle v0.22.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
maintain Label and Source class (#359)

Backwards compatibility for Label and Source, fix issue with validation
on result_type

v0.22.5

Toggle v0.22.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 0.22.5 (#358)

v0.22.4

Toggle v0.22.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.22.4 and generate client code from updated spec (#337)

Bump version to 0.22.4.

This updates the spec to the point of #4798, to avoid removing the
`Label` enum (which may cause issues, I'm not sure).

Spec changes include (as far as I can tell):
- additional fields related to Webhook models
- addition of bounding box mode components
- edge `report-metrics` endpoint
- `from_edge` field on results