Metadata-Version: 2.4
Name: azure-cognitiveservices-anomalydetector
Version: 0.3.1
Summary: Microsoft Azure Cognitive Services Anomaly Detector Client Library for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: azpysdkhelp@microsoft.com
License: MIT License
Keywords: azure,azure sdk
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
Requires-Dist: msrest>=0.6.21
Requires-Dist: azure-common~=1.1
Requires-Dist: azure-mgmt-core<2.0.0,>=1.2.0
Requires-Dist: azure-cognitiveservices-nspkg; python_version < "3.0"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# Microsoft Azure SDK for Python

This package is no longer being maintained. Use the [azure-ai-anomalydetector](https://pypi.org/project/azure-ai-anomalydetector/) package instead for latest features and support.


# Release History

## 0.3.1 (2024-05-01)

This package is no longer being maintained. Use the [azure-ai-anomalydetector](https://pypi.org/project/azure-ai-anomalydetector/) package instead for latest features and support.

## 0.3.0 (2020-07-23)

**Features**

  - Added `change_point_detect` method to the client.
  - Added new models `ChangePointDetectRequest` and `ChangePointDetectResponse`

## 0.2.0 (2019-04-12)

**Bugfixes**

  - Fix some syntax error in the initial release

## 0.1.0 (2019-04-10)

  - Initial Release
