Zegami-sdk

Latest version: v0.4.9

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

Scan your dependencies

Page 1 of 2

0.4.9

What's Changed
* Updates from appf by ahaith in https://github.com/zegami/zegami-python-sdk/pull/129
* Moved name/filename_col requirements out of empty collection creation by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/125
* Creating a collection by MartimChaves in https://github.com/zegami/zegami-python-sdk/pull/116
* Include imagesets/<id> in uploaded blob ids by ahaith in https://github.com/zegami/zegami-python-sdk/pull/130

New Contributors
* MartimChaves made their first contribution in https://github.com/zegami/zegami-python-sdk/pull/116

**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.7...v0.4.9

experiments0.3

0.4.7

What's Changed
* Add example to upload model to workspace by tracivar in https://github.com/zegami/zegami-python-sdk/pull/108
* Create CODEOWNERS by ahaith in https://github.com/zegami/zegami-python-sdk/pull/109
* Update add_explainability_map.py by tracivar in https://github.com/zegami/zegami-python-sdk/pull/110
* v1 collection source_name should be None by tracivar in https://github.com/zegami/zegami-python-sdk/pull/111
* Fix collection creation issues by tracivar in https://github.com/zegami/zegami-python-sdk/pull/112
* FIx v1 collection source_name by tracivar in https://github.com/zegami/zegami-python-sdk/pull/113
* Fix issue in get_feature_pipelines by tracivar in https://github.com/zegami/zegami-python-sdk/pull/115
* Add method to duplicate a collection by ahaith in https://github.com/zegami/zegami-python-sdk/pull/117
* Name is optional when duplicating a collection by ahaith in https://github.com/zegami/zegami-python-sdk/pull/118
* Fix collection duplicate by tracivar in https://github.com/zegami/zegami-python-sdk/pull/119
* Add example scripts for machine learning pipelines by tracivar in https://github.com/zegami/zegami-python-sdk/pull/120
* Fix inconsistent typo by tracivar in https://github.com/zegami/zegami-python-sdk/pull/121
* Added filename_filter to UploadableSource by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/123
* Added doc entry and usage logging for optional kwargs by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/124
* Add internal _move_to_folder method for collection by tracivar in https://github.com/zegami/zegami-python-sdk/pull/126
* Improve docstrings for mrmr pipeline functions by tracivar in https://github.com/zegami/zegami-python-sdk/pull/127


**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.6...v0.4.7

0.4.6

What's Changed
* Create collection with url imageset by tracivar in https://github.com/zegami/zegami-python-sdk/pull/76
* Added a fallback image opener for incoming bytes by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/77
* Add script to create an extra image similarity branch by ahaith in https://github.com/zegami/zegami-python-sdk/pull/78
* Create add_custom_feature _extraction.py by tracivar in https://github.com/zegami/zegami-python-sdk/pull/81
* Fix add_custom_feature _extraction.py by tracivar in https://github.com/zegami/zegami-python-sdk/pull/82
* Small change to prevent json error by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/83
* Annotation usage simplification by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/80
* Change annotations kwarg from type to anno_type by ahaith in https://github.com/zegami/zegami-python-sdk/pull/85
* Get annotations metadata csv by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/88
* Enable get_image_urls without 'rows' input by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/86
* Update get_image_urls by tracivar in https://github.com/zegami/zegami-python-sdk/pull/89
* Use new fetch job to create url imageset collection by tracivar in https://github.com/zegami/zegami-python-sdk/pull/90
* Remove unnecessary code by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/93
* Restructure/Reformat by Vaspra in https://github.com/zegami/zegami-python-sdk/pull/91
* BB annotations class by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/95
* Add polygon class by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/96
* Add feature pipeline by ahaith in https://github.com/zegami/zegami-python-sdk/pull/94
* Add SDK examples by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/100
* Add get_feature_pipelines by tracivar in https://github.com/zegami/zegami-python-sdk/pull/99
* Fix functionality for adding images to an existing collection by ahaith in https://github.com/zegami/zegami-python-sdk/pull/98
* Return collection object when creating a collection by ahaith in https://github.com/zegami/zegami-python-sdk/pull/97
* Remove generated params from get_feature_pipelines output by ahaith in https://github.com/zegami/zegami-python-sdk/pull/102
* Update example add_image_feature_pipeline.py by tracivar in https://github.com/zegami/zegami-python-sdk/pull/101
* Small readability changes in examples by sofiacbeco in https://github.com/zegami/zegami-python-sdk/pull/103
* Fix mRMR snapshot not visible by tracivar in https://github.com/zegami/zegami-python-sdk/pull/104
* A few tweaks to make the readme a bit more accurate by ahaith in https://github.com/zegami/zegami-python-sdk/pull/105
* Collection add_source and first pass of explainability map example by tracivar in https://github.com/zegami/zegami-python-sdk/pull/106
* Fix up for https://github.com/zegami/zegami-python-sdk/pull/106 by tracivar in https://github.com/zegami/zegami-python-sdk/pull/107

New Contributors
* sofiacbeco made their first contribution in https://github.com/zegami/zegami-python-sdk/pull/88

**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.5...v0.4.6

0.4.5

What's Changed
* Add some useful imageset debugging functions by ahaith in https://github.com/zegami/zegami-python-sdk/pull/53
* Add new interface to add images and data to a coll - ZGM-8015 by ahaith in https://github.com/zegami/zegami-python-sdk/pull/73
* Add example script to get signed urls by ahaith in https://github.com/zegami/zegami-python-sdk/pull/74


**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.4...v0.4.5

0.4.4

What's Changed
* BUGFIX: Fix checking response success by ahaith in https://github.com/zegami/zegami-python-sdk/pull/72

**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.3...v0.4.4

0.4.3

What's Changed
Various fixes for using the SDK with onprem:
* Allow insecure requests via environment by fayaaz in https://github.com/zegami/zegami-python-sdk/pull/70
* Add option to set expiry time for signed urls by ahaith in https://github.com/zegami/zegami-python-sdk/pull/65
* Blobstore should retry uploads to http blobstore by ahaith in https://github.com/zegami/zegami-python-sdk/pull/71


**Full Changelog**: https://github.com/zegami/zegami-python-sdk/compare/v0.4.1...v0.4.3

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.