Releases: groundlight/python-sdk
Releases · groundlight/python-sdk
v0.9.1
What's Changed
- Changes the default detector for tests to not raise queries to labelers by @brandon-groundlight in #73
- Integration test with service that models learn on an easy problem by @brandon-groundlight in #68
- Add Retries to the Python SDK with Exponential Backoff by @blaise-muhirwa in #70
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Docs - improved installation notes. BGR vs RGB examples by @robotrapta in #57
- Replace all 'Test query?' questions in tests with 'Is there a dog?' by @paulina-positronix in #58
- Documenting how to use the environment variable to set the endpoint. by @robotrapta in #59
- Allow specification of pipeline config when creating detector by @tyler-romero in #63
- Fixing bugs in documentation examples. by @robotrapta in #65
- Fixing bug in timing of polling for confident result by @robotrapta in #67
- Fix documentation in the Python SDK (managing confidence) by @blaise-muhirwa in #69
- Update Poetry Version to Latest by @blaise-muhirwa in #71
- Bump version to 0.9.0 by @paulina-positronix in #72
New Contributors
- @paulina-positronix made their first contribution in #58
- @blaise-muhirwa made their first contribution in #69
Full Changelog: v0.8.0...v0.9.0
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
mainby @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