# Microsoft Azure SDK for Python
This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.
# Release History
## 3.1.1 (2024-11-01)
### Other Changes
- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.
## 3.1.0 (2020-11-10)
*Training 3.4-preview*
### Features Added
- Support for `3.4-preview` API version.
## 3.0.0 (2020-06-22)
*Training 3.3*
**Features**
- Model ImageUrlCreateBatch has a new parameter metadata
- Model ImageIdCreateBatch has a new parameter metadata
- Model Prediction has a new parameter tag_type
- Model ImageFileCreateBatch has a new parameter metadata
- Model Image has a new parameter metadata
- Added operation get_images
- Added operation update_image_metadata
- Added operation get_artifact
- Added operation get_image_count
**Breaking changes**
- Operation import_project has a new signature
- Operation publish_iteration has a new signature
- Operation create_images_from_files has a new signature
- Operation create_images_from_urls has a new signature
- Operation create_images_from_predictions has a new signature
*Prediction 3.1*
**Features**
- Model Prediction has a new parameter tag_type
## 2.0.0 (2020-05-14)
**Features**
- Model Iteration has a new parameter training_time_in_minutes
- Model ProjectSettings has a new parameter image_processing_settings
- Model ProjectSettings has a new parameter detection_parameters
- Model ProjectSettings has a new parameter use_negative_set
- Model Project has a new parameter status
- Added operation CustomVisionPredictionClientOperationsMixin.detect_image_with_no_store
- Added operation CustomVisionPredictionClientOperationsMixin.detect_image_url
- Added operation CustomVisionPredictionClientOperationsMixin.classify_image_url
- Added operation CustomVisionPredictionClientOperationsMixin.detect_image_url_with_no_store
- Added operation CustomVisionPredictionClientOperationsMixin.classify_image_url_with_no_store
- Added operation CustomVisionPredictionClientOperationsMixin.classify_image_with_no_store
- Added operation CustomVisionPredictionClientOperationsMixin.classify_image
- Added operation CustomVisionPredictionClientOperationsMixin.detect_image
- Added operation group CustomVisionTrainingClientOperationsMixin
**Breaking changes**
- Credentials are now longer a simple string, but a `msrest.authentication.ApiKeyCredentials` instance instead
**General Breaking changes**
This version uses a next-generation code generator that *might*
introduce breaking changes if from some import. In summary, some modules
were incorrectly visible/importable and have been renamed. This fixed
several issues caused by usage of classes that were not supposed to be
used in the first place.
- CustomVisionPredictionClient cannot be imported from `azure.cognitiveservices.vision.customvision.prediction.custom_vision_prediction_client`
anymore (import from `azure.cognitiveservices.vision.customvision.prediction` works like before)
- CustomVisionPredictionClientConfiguration import has been moved from
`azure.cognitiveservices.vision.customvision.prediction.custom_vision_prediction_client` to `azure.cognitiveservices.vision.customvision.prediction`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.cognitiveservices.vision.customvision.prediction.models.my_class` (import from
`azure.cognitiveservices.vision.customvision.prediction.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.cognitiveservices.vision.customvision.operations.prediction.my_class_operations` (import
from `azure.cognitiveservices.vision.customvision.prediction.operations` works like before)
- CustomVisionTrainingClient cannot be imported from `azure.cognitiveservices.vision.customvision.training.custom_vision_training_client`
anymore (import from `azure.cognitiveservices.vision.customvision.training` works like before)
- CustomVisionTrainingClientConfiguration import has been moved from
`azure.cognitiveservices.vision.customvision.training.custom_vision_training_client` to `azure.cognitiveservices.vision.customvision.training`
- A model `MyClass` from a "models" sub-module cannot be imported
anymore using `azure.cognitiveservices.vision.customvision.training.models.my_class` (import from
`azure.cognitiveservices.vision.customvision.training.models` works like before)
- An operation class `MyClassOperations` from an `operations`
sub-module cannot be imported anymore using
`azure.cognitiveservices.vision.customvision.operations.training.my_class_operations` (import
from `azure.cognitiveservices.vision.customvision.training.operations` works like before)
Last but not least, HTTP connection pooling is now enabled by default.
You should always use a client as a context manager, or call close(), or
use no more than one client per process.
## 1.0.0 (2019-03-22)
This is a stable release of the Cognitive Services Custom Vision SDK.
**Training**
- Added an advanced training option to set a budget to train longer
for improved iteration performance.
- Added additional export options targetting Vision AI Dev Kit and
Docker ARM for Raspberry Pi.
**Prediction**
- PredictImage and PredictImageUrl have been replaced with project
type specific calls. ClassifyImage and ClassifyImageUrl for image
classification projects. DetectImage and DetectImageUrl for object
detection projects .
- Prediction methods now take a name to designate which published
iteration to use. Iterations can be published using the Custom
Vision Training SDK.
## 0.4.0 (2018-11-13)
- The API client name was changed from TrainingAPI to
CustomVisionTrainingClient, in keeping with other Azure SDKs.
- The way the Azure region is specfied has changed. Specifically, the
AzureRegion property was dropped in favor of an Endpoint property.
If you were previously specifying an AzureRegion value, you should
now specify
Endpoint=`https://{AzureRegion}.api.cognitive.microsoft.com`
instead. This change ensures better global coverage.
- Added ONNX 1.2 as an export option
- Added negative tag support.
## 0.3.0 (2018-07-12)
**Features**
- Added ability to create Multilabel or Multiclass image
classification projects
- Fixes and improvements to Docker container export and export
pipeline to know when a newer version is available
## 0.2.0 (2018-05-07)
**Breaking changes**
- Expect many breaking changes. As a preview package, we don't detail,
but updated samples are available at:[cognitive-services-python-sdk-samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples)
**Features**
- Adding support for object detection projects and expanded export
functionality for image classification projects
- Client class can be used as a context manager to keep the underlying
HTTP session open for performance
**Bugfixes**
- Compatibility of the sdist with wheel 0.31.0
Internal API version moved from 1.2 to 2.0
## 0.1.0 (2018-04-05)
- Initial Release
Raw data
{
"_id": null,
"home_page": "https://github.com/Azure/azure-sdk-for-python",
"name": "azure-cognitiveservices-vision-customvision",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "azure, azure sdk",
"author": "Microsoft Corporation",
"author_email": "azpysdkhelp@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/91/35/4d010d59de1c06a272e1f3f9a30444be6dc3217225d83916b65e9e11e892/azure_cognitiveservices_vision_customvision-3.1.1.tar.gz",
"platform": null,
"description": "# Microsoft Azure SDK for Python\n\nThis package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.\n\n\n# Release History\n\n## 3.1.1 (2024-11-01)\n\n### Other Changes\n\n- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.\n\n## 3.1.0 (2020-11-10)\n\n*Training 3.4-preview*\n\n### Features Added\n\n - Support for `3.4-preview` API version.\n\n## 3.0.0 (2020-06-22)\n\n*Training 3.3*\n\n**Features**\n\n - Model ImageUrlCreateBatch has a new parameter metadata\n - Model ImageIdCreateBatch has a new parameter metadata\n - Model Prediction has a new parameter tag_type\n - Model ImageFileCreateBatch has a new parameter metadata\n - Model Image has a new parameter metadata\n - Added operation get_images\n - Added operation update_image_metadata\n - Added operation get_artifact\n - Added operation get_image_count\n\n**Breaking changes**\n\n - Operation import_project has a new signature\n - Operation publish_iteration has a new signature\n - Operation create_images_from_files has a new signature\n - Operation create_images_from_urls has a new signature\n - Operation create_images_from_predictions has a new signature\n\n*Prediction 3.1*\n\n**Features**\n\n - Model Prediction has a new parameter tag_type\n\n## 2.0.0 (2020-05-14)\n\n**Features**\n\n - Model Iteration has a new parameter training_time_in_minutes\n - Model ProjectSettings has a new parameter image_processing_settings\n - Model ProjectSettings has a new parameter detection_parameters\n - Model ProjectSettings has a new parameter use_negative_set\n - Model Project has a new parameter status\n - Added operation CustomVisionPredictionClientOperationsMixin.detect_image_with_no_store\n - Added operation CustomVisionPredictionClientOperationsMixin.detect_image_url\n - Added operation CustomVisionPredictionClientOperationsMixin.classify_image_url\n - Added operation CustomVisionPredictionClientOperationsMixin.detect_image_url_with_no_store\n - Added operation CustomVisionPredictionClientOperationsMixin.classify_image_url_with_no_store\n - Added operation CustomVisionPredictionClientOperationsMixin.classify_image_with_no_store\n - Added operation CustomVisionPredictionClientOperationsMixin.classify_image\n - Added operation CustomVisionPredictionClientOperationsMixin.detect_image\n - Added operation group CustomVisionTrainingClientOperationsMixin\n\n**Breaking changes**\n\n- Credentials are now longer a simple string, but a `msrest.authentication.ApiKeyCredentials` instance instead\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might*\nintroduce breaking changes if from some import. In summary, some modules\nwere incorrectly visible/importable and have been renamed. This fixed\nseveral issues caused by usage of classes that were not supposed to be\nused in the first place.\n\n - CustomVisionPredictionClient cannot be imported from `azure.cognitiveservices.vision.customvision.prediction.custom_vision_prediction_client`\n anymore (import from `azure.cognitiveservices.vision.customvision.prediction` works like before)\n - CustomVisionPredictionClientConfiguration import has been moved from\n `azure.cognitiveservices.vision.customvision.prediction.custom_vision_prediction_client` to `azure.cognitiveservices.vision.customvision.prediction`\n - A model `MyClass` from a \"models\" sub-module cannot be imported\n anymore using `azure.cognitiveservices.vision.customvision.prediction.models.my_class` (import from\n `azure.cognitiveservices.vision.customvision.prediction.models` works like before)\n - An operation class `MyClassOperations` from an `operations`\n sub-module cannot be imported anymore using\n `azure.cognitiveservices.vision.customvision.operations.prediction.my_class_operations` (import\n from `azure.cognitiveservices.vision.customvision.prediction.operations` works like before)\n - CustomVisionTrainingClient cannot be imported from `azure.cognitiveservices.vision.customvision.training.custom_vision_training_client`\n anymore (import from `azure.cognitiveservices.vision.customvision.training` works like before)\n - CustomVisionTrainingClientConfiguration import has been moved from\n `azure.cognitiveservices.vision.customvision.training.custom_vision_training_client` to `azure.cognitiveservices.vision.customvision.training`\n - A model `MyClass` from a \"models\" sub-module cannot be imported\n anymore using `azure.cognitiveservices.vision.customvision.training.models.my_class` (import from\n `azure.cognitiveservices.vision.customvision.training.models` works like before)\n - An operation class `MyClassOperations` from an `operations`\n sub-module cannot be imported anymore using\n `azure.cognitiveservices.vision.customvision.operations.training.my_class_operations` (import\n from `azure.cognitiveservices.vision.customvision.training.operations` works like before)\n\nLast but not least, HTTP connection pooling is now enabled by default.\nYou should always use a client as a context manager, or call close(), or\nuse no more than one client per process.\n\n## 1.0.0 (2019-03-22)\n\nThis is a stable release of the Cognitive Services Custom Vision SDK.\n\n**Training**\n\n - Added an advanced training option to set a budget to train longer\n for improved iteration performance.\n - Added additional export options targetting Vision AI Dev Kit and\n Docker ARM for Raspberry Pi.\n\n**Prediction**\n\n - PredictImage and PredictImageUrl have been replaced with project\n type specific calls. ClassifyImage and ClassifyImageUrl for image\n classification projects. DetectImage and DetectImageUrl for object\n detection projects .\n - Prediction methods now take a name to designate which published\n iteration to use. Iterations can be published using the Custom\n Vision Training SDK.\n\n## 0.4.0 (2018-11-13)\n\n - The API client name was changed from TrainingAPI to\n CustomVisionTrainingClient, in keeping with other Azure SDKs.\n - The way the Azure region is specfied has changed. Specifically, the\n AzureRegion property was dropped in favor of an Endpoint property.\n If you were previously specifying an AzureRegion value, you should\n now specify\n Endpoint=`https://{AzureRegion}.api.cognitive.microsoft.com`\n instead. This change ensures better global coverage.\n - Added ONNX 1.2 as an export option\n - Added negative tag support.\n\n## 0.3.0 (2018-07-12)\n\n**Features**\n\n - Added ability to create Multilabel or Multiclass image\n classification projects\n - Fixes and improvements to Docker container export and export\n pipeline to know when a newer version is available\n\n## 0.2.0 (2018-05-07)\n\n**Breaking changes**\n\n - Expect many breaking changes. As a preview package, we don't detail,\n but updated samples are available at:[cognitive-services-python-sdk-samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples)\n\n**Features**\n\n - Adding support for object detection projects and expanded export\n functionality for image classification projects\n - Client class can be used as a context manager to keep the underlying\n HTTP session open for performance\n\n**Bugfixes**\n\n - Compatibility of the sdist with wheel 0.31.0\n\nInternal API version moved from 1.2 to 2.0\n\n## 0.1.0 (2018-04-05)\n\n - Initial Release\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Microsoft Azure Custom Vision Client Library for Python",
"version": "3.1.1",
"project_urls": {
"Homepage": "https://github.com/Azure/azure-sdk-for-python"
},
"split_keywords": [
"azure",
" azure sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8ddaa060c57357d0fef46c1f4c75c708eab8f5fe59b14c0151b714131ee8acfa",
"md5": "d7fc857760e50445914f33bcfddcf4e3",
"sha256": "596ec64fa374f10c1eb78e044818f9fd526f3678f5119e7f5b94fa5aed35ce71"
},
"downloads": -1,
"filename": "azure_cognitiveservices_vision_customvision-3.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d7fc857760e50445914f33bcfddcf4e3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 63020,
"upload_time": "2024-11-01T19:23:54",
"upload_time_iso_8601": "2024-11-01T19:23:54.300058Z",
"url": "https://files.pythonhosted.org/packages/8d/da/a060c57357d0fef46c1f4c75c708eab8f5fe59b14c0151b714131ee8acfa/azure_cognitiveservices_vision_customvision-3.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91354d010d59de1c06a272e1f3f9a30444be6dc3217225d83916b65e9e11e892",
"md5": "1409fb87bd9fa677700c85617df2da6f",
"sha256": "573e09f7f9255634c9a487dd765dfcbe91f229c4e8e42f8e8c4ce8710db7e8d9"
},
"downloads": -1,
"filename": "azure_cognitiveservices_vision_customvision-3.1.1.tar.gz",
"has_sig": false,
"md5_digest": "1409fb87bd9fa677700c85617df2da6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 51743,
"upload_time": "2024-11-01T19:23:52",
"upload_time_iso_8601": "2024-11-01T19:23:52.967758Z",
"url": "https://files.pythonhosted.org/packages/91/35/4d010d59de1c06a272e1f3f9a30444be6dc3217225d83916b65e9e11e892/azure_cognitiveservices_vision_customvision-3.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 19:23:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Azure",
"github_project": "azure-sdk-for-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "azure-cognitiveservices-vision-customvision"
}