Releases: groundlight/python-sdk
Releases · groundlight/python-sdk
v0.8.0
What's Changed
- Tutorial updates by @robotrapta in #47
- Add search bar to docs by @mjvogelsong in #49
- Updating getting started page and some wordsmithing by @robotrapta in #48
- Update groundlight logo to link to code.groundlight.ai by @tyler-romero in #52
- Add "Writing Queries" docs page by @mjvogelsong in #53
- Faster async confident results by @robotrapta in #54
- Numpy arrays must be in BGR order not RGB - Issue #34 by @brandon-groundlight in #55
- merge 0.8 branch into main by @brandon-groundlight in #56
New Contributors
- @tyler-romero made their first contribution in #52
- @brandon-groundlight made their first contribution in #55
Full Changelog: v0.7.8...v0.8.0
v0.7.8
What's Changed
- Cleaning up documentation by @robotrapta in #45
- Bugfix for
get_or_create_detector()
unique name by @mjvogelsong in #46
Full Changelog: v0.7.7...v0.7.8
v0.7.7
v0.7.6
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Fix tests (improve
get_detector_by_name()
) by @mjvogelsong in #41 - Add confidence threshold to sdk by @mjvogelsong in #37
- Standardized linting and formatting by @mjvogelsong in #39
- Improved CICD flow by @mjvogelsong in #40
- (Followup) Only build and deploy docs on
main
by @mjvogelsong in #42 - Optimize publish workflow by @mjvogelsong in #43
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Run tests against the python code in our documentation by @mjvogelsong in #35
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Try docusaurus for docs by @mjvogelsong in #33
- Documentation update by @robotrapta in #36
New Contributors
- @mjvogelsong made their first contribution in #33
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- PIL image support - Now you can directly pass in a PIL Image to submit_image_query.
- Configurable default wait - You can change the default timeout for a confident answer for the whole client.
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Fixing bad breaking bug in endpoint url sanitization by @robotrapta in #30
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Potentially breaking: Changing default delay for submit image query to 30 seconds. e194d75
- Updating README and Developer guide. 52a69e1
- Endpoint configuration more robust by @robotrapta in #29
Full Changelog: v0.6.4...v0.7.0