Skip to content

PaddleTS 1.1.0 Release Note EN

kehuo edited this page Dec 26, 2022 · 24 revisions

Release Highlights for PaddleTS 1.1.0

New Models

PaddleTS releases below new models for time series anomaly detection, classification and forecasting:

CPU & GPU Capable Docker Images for PaddleTS

  • registry.baidubce.com/paddlets/paddlets:1.1.0
  • registry.baidubce.com/paddlets/paddlets:1.1.0-gpu-cuda11.2-cudnn8

Pulling latest tag will get 1.1.0 release now.

  • registry.baidubce.com/paddlets/paddlets:latest
  • registry.baidubce.com/paddlets/paddlets:latest-gpu-cuda11.2-cudnn8

Changelog for PaddleTS 1.1.0

Legend for changelogs:

Feature: new features that PaddleTS does not support previously.

Optimization: an existing feature now either requires less computation or memory.

API Change: some changes that require you to change your code.

Fix: some features that previously did not work as stated in documents, or for reasonable expectations that should now work.

Changelog

Clone this wiki locally