Skip to content

azure-ai-anomalydetector_3.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Aug 17:46
bf9d44f

3.0.0b2 (2020-08-27)

Bug Fixes

  • Fixed an issue with ChangePointDetect

Breaking Changes

  • Renamed entire_detect to detect_entire_series
  • Renamed APIError to AnomalyDetectorError
  • Renamed Request to DetectRequest
  • Renamed LastDetect to DetectLastPoint
  • Renamed ChangePointDetect to DetectChangePoint
  • Renamed Granularity to TimeGranularity
  • Renamed minutely and secondly to per_minute and per_second
  • Renamed Point to TimeSeriesPoint