Tangent Docker Release Notes
1.0.0
2026-01-08
Update
Improved pre-compilation of the Tangent Core for faster handling of first and subsequent jobs.
Internal Python upgraded to 3.11 in the Docker container.
Updated internal Python dependencies in the Docker container.
Updated Swagger documentation
Aligned endpoints with Tangent API.
Features
The Tangent Docker includes the following endpoints.
Auto forecast
POST /auto-forecast
GET /auto-forecast/{id}
DELETE /auto-forecast/{id}
GET /auto-forecast/{id}/model
GET /auto-forecast/{id}/results
Forecast
POST /forecast/build-model
POST /forecast/predict
POST /forecast/rca
GET /forecast/{id}
DELETE /forecast/{id}
GET /forecast/{id}/model
GET /forecast/{id}/results
GET /forecast/{id}/rca-table
Anomaly Detection
POST /anomaly-detection/build-model
POST /anomaly-detection/detect
POST /anomaly-detection/rca
GET /anomaly-detection/{id}
DELETE /anomaly-detection/{id}
GET /anomaly-detection/{id}/model
GET /anomaly-detection/{id}/results
GET /anomaly-detection/{id}/rca-table