Groundlight

Latest version: v0.19.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 10

0.13.2

What's Changed
* Configure test suite for edge-endpoint support by tyler-romero in https://github.com/groundlight/python-sdk/pull/139
* add a blog section on `code.groundlight.ai` and a blog post on framegrab by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/138
* Removed `/python-sdk/` as the docs' base URL by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/142
* Revert "Removed `/python-sdk/` as the docs' base URL (142)" by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/143
* change framegrab blogpost image sources by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/145
* Blog post on best practices for success with Groundlight detectors by paulina-positronix in https://github.com/groundlight/python-sdk/pull/144
* Removing docusaurus logo images by robotrapta in https://github.com/groundlight/python-sdk/pull/146
* Blog post about Groundlight Pi-gen by robotrapta in https://github.com/groundlight/python-sdk/pull/140
* Updating docs-server docs and making it more reliable. by robotrapta in https://github.com/groundlight/python-sdk/pull/124
* Add Flag to Disable SSL/TLS Certificates Verification by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/111
* Remove reference to yes vs no for rare events by paulina-positronix in https://github.com/groundlight/python-sdk/pull/149
* PR reviewer auto-assignment for dependabot PRs by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/153
* adding confidence interval blog post by ted-positronix in https://github.com/groundlight/python-sdk/pull/154
* Link to blog post on binomial tails from best practices by paulina-positronix in https://github.com/groundlight/python-sdk/pull/155
* Add detector metadata by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/148
* Deduplicate API client docs by mjvogelsong in https://github.com/groundlight/python-sdk/pull/156
* New release for detector metadata by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/158

New Contributors
* ted-positronix made their first contribution in https://github.com/groundlight/python-sdk/pull/154

**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.13.1...v0.13.2

0.13.1

What's Changed
* Small improvements to API docs by mjvogelsong in https://github.com/groundlight/python-sdk/pull/136
* (small) Add SDK version to API requests by mjvogelsong in https://github.com/groundlight/python-sdk/pull/135
* Bump got, docusaurus/core, docusaurus/preset-classic and easyops-cn/docusaurus-search-local in /docs by dependabot in https://github.com/groundlight/python-sdk/pull/134
* Small fixes and typos to some code blocks by saifm-ai in https://github.com/groundlight/python-sdk/pull/137
* added review_reasons to the SDK for posting labels by sunildkumar in https://github.com/groundlight/python-sdk/pull/104

New Contributors
* saifm-ai made their first contribution in https://github.com/groundlight/python-sdk/pull/137

**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.13.0...v0.13.1

0.13.0

What's Changed
* Pull sample applications into its own page in docs by paulina-positronix in https://github.com/groundlight/python-sdk/pull/126
* A quick example to set up a monitor on a live stream by paulina-positronix in https://github.com/groundlight/python-sdk/pull/127
* Re enable improvement test by brandon-groundlight in https://github.com/groundlight/python-sdk/pull/129
* blocking tests getting in the way of CICD by brandon-groundlight in https://github.com/groundlight/python-sdk/pull/131
* Stop submitting tests to integ by brandon-groundlight in https://github.com/groundlight/python-sdk/pull/130
* Add IQ metadata by mjvogelsong in https://github.com/groundlight/python-sdk/pull/132


**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.12.1...v0.13.0

0.12.1

Small plumbing improvements to the new `ask_*` methods introduced in v0.12.0. Allow `confidence_threshold` to be optional when calling `wait_for_confident_result`. Documentation improvements have been made as well.

What's Changed
* Ask_async docs by sunildkumar in https://github.com/groundlight/python-sdk/pull/113
* Improve the plumbing and documentation for some of the ask* methods by tyler-romero in https://github.com/groundlight/python-sdk/pull/125


**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.12.0...v0.12.1

0.12.0

Added new methods to simplify the process of querying Groundlight for a variety of use cases and adding much friendlier documentation

What's Changed
* Fixing Github Action by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/118
* API ref docs redirect by robotrapta in https://github.com/groundlight/python-sdk/pull/119
* new tool for running the docs server by sunildkumar in https://github.com/groundlight/python-sdk/pull/117
* Version 0.12.0 by sunildkumar in https://github.com/groundlight/python-sdk/pull/120
* Test changes brandon-groundlight in https://github.com/groundlight/python-sdk/pull/122


**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.11.2...v0.12.0

0.11.2

What's Changed
* [small] update docs by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/96
* Command line client by brandon-groundlight in https://github.com/groundlight/python-sdk/pull/89
* Add support for png images by brandon-groundlight in https://github.com/groundlight/python-sdk/pull/95
* Updating IoT docs by robotrapta in https://github.com/groundlight/python-sdk/pull/103
* Better failure messages in test_detector_improvement by robotrapta in https://github.com/groundlight/python-sdk/pull/106
* Add support for sphinx docs and set up simple GHA by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/100
* Api ref docs deployment by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/108
* Bump semver from 5.7.1 to 5.7.2 in /docs by dependabot in https://github.com/groundlight/python-sdk/pull/91
* Don't run create_detector doc test because it is not repeatable by tyler-romero in https://github.com/groundlight/python-sdk/pull/110
* Improve Readme for Docs Development by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/114
* Fix Deploy docs GitHub Action by blaise-muhirwa in https://github.com/groundlight/python-sdk/pull/115
* Relax pydantic version requirements by tyler-romero in https://github.com/groundlight/python-sdk/pull/112
* Bump nestjs/core and openapitools/openapi-generator-cli by dependabot in https://github.com/groundlight/python-sdk/pull/92
* Bump postcss from 8.4.21 to 8.4.31 in /docs by dependabot in https://github.com/groundlight/python-sdk/pull/101
* Upping version number to 11.2 by robotrapta in https://github.com/groundlight/python-sdk/pull/116

New Contributors
* dependabot made their first contribution in https://github.com/groundlight/python-sdk/pull/91

**Full Changelog**: https://github.com/groundlight/python-sdk/compare/v0.11.1...v0.11.2

Page 4 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.