Skip to content

Commit 2d99d71

Browse files
[DOCS] Update release notes for IEI Time Series for main (open-edge-platform#2305)
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
1 parent 81573e1 commit 2d99d71

File tree

4 files changed

+84
-49
lines changed

4 files changed

+84
-49
lines changed

manufacturing-ai-suite/industrial-edge-insights-time-series/docs/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ how-to-guides
4646
weld-anomaly-detection/index
4747
wind-turbine-anomaly-detection/index
4848
troubleshooting
49-
release-notes
49+
Release Notes <release-notes>
5050
5151
:::
5252
hide_directive-->
Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
# Industrial Edge Insights - Time Series Release Notes
1+
# Release Notes: Industrial Edge Insights - Time Series
22

3-
## v2025.2 - December 2025
3+
## Version 2026.0
44

5-
This release introduces substantial enhancements to the Time Series AI stack, including a new sample application and several key features detailed below.
5+
**March 2026**
66

7-
### Time Series AI Stack Enhancements
7+
This release introduces **new documentation for UDF development and wind turbine
8+
model integration**, along with **updated service images** and
9+
**documentation improvements**.
810

9-
- Introduced Makefile support for scalable processing of multiple input streams via OPC-UA and MQTT protocols, enabling effective benchmarking of sample applications.
10-
- Updated Makefile to support multiple sample applications through an app parameter.
11-
- Enabled GPU-based inferencing for both Docker Compose and Helm deployments.
12-
- Removed model registry microservice code and documentation from sample applications.
13-
- Integrated nginx reverse proxy to centralize external traffic for web applications and REST API servers, reducing port exposure.
14-
- Refactored configuration files, codebase, and documentation to eliminate redundancy.
15-
- Added documentation for secure connectivity to internal and external MQTT brokers.
16-
- Implemented various improvements in documentation, usability, and configuration management for both Docker Compose and Helm deployments.
11+
**New**
1712

18-
### Wind Turbine Anomaly Detection - v1.1.0
13+
- **UDF Development Guide** — Added a comprehensive guide for writing
14+
User Defined Functions (UDFs) covering architecture, implementation steps, and
15+
examples.
16+
- **Wind Turbine Model Guidelines** — Added wind turbine model selection and
17+
integration guidelines.
1918

20-
- Enabled iGPU based inferencing for the machine learning model using the scikit-learn-intelex package.
19+
**Improved**
2120

22-
### Weld Anomaly Detection - v1.0.0
23-
24-
- Introduced a weld anomaly detection sample application featuring dataset ingestion, CatBoost machine learning model integration, and a dedicated Grafana dashboard.
21+
- Updated image tags/versioning and aligned deployment/documentation examples.
22+
- Updated third-party service image versions used by Time Series (Telegraf,
23+
Grafana, Eclipse Mosquitto).
24+
- Reorganized Time Series how-to guides for better navigation.
25+
- Updated Time Series documentation toctree structure.
26+
- Fixed failing code blocks in Time Series documentation.
27+
- Fixed formatting issues in Wind Turbine Anomaly documentation.
2528

2629
<!--hide_directive
27-
:::{toctree}
30+
```{toctree}
2831
:hidden:
29-
30-
release-notes/aug-2025
31-
32-
:::
32+
Release Notes 2025 <./release-notes/release-notes-2025>
33+
```
3334
hide_directive-->

manufacturing-ai-suite/industrial-edge-insights-time-series/docs/user-guide/release-notes/aug-2025.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Release Notes: Industrial Edge Insights - Time Series 2025
2+
3+
## Version 2025.2
4+
5+
**December 2025**
6+
7+
This release introduces substantial enhancements to the Time Series AI stack,
8+
including a new sample application and several key features detailed below.
9+
10+
**New**
11+
12+
- Introduced Makefile support for scalable processing of multiple input
13+
streams via OPC-UA and MQTT protocols, enabling effective benchmarking of
14+
sample applications.
15+
- Updated Makefile to support multiple sample applications through an app parameter.
16+
- Enabled GPU-based inferencing for both Docker Compose and Helm deployments.
17+
- Integrated nginx reverse proxy to centralize external traffic for web applications
18+
and REST API servers, reducing port exposure.
19+
- Added documentation for secure connectivity to internal and external MQTT brokers.
20+
- Introduced Weld Anomaly Detection (v1.0.0) sample application featuring dataset
21+
ingestion, CatBoost machine learning model integration, and a dedicated
22+
Grafana dashboard.
23+
- Wind Turbine Anomaly Detection - v1.1.0:
24+
25+
- Enabled iGPU based inferencing for the machine learning model using the
26+
scikit-learn-intelex package.
27+
28+
**Improved**
29+
30+
- Refactored configuration files, codebase, and documentation to eliminate redundancy.
31+
- Implemented various improvements in documentation, usability, and configuration
32+
management for both Docker Compose and Helm deployments.
33+
- Removed model registry microservice code and documentation from sample applications.
34+
35+
## Version 1.0.0
36+
37+
**August 2025**
38+
39+
This is
40+
[the first version](https://github.com/open-edge-platform/edge-ai-suites/commit/cba19ac887b61dd370e563aedb205a8458cf0eea)
41+
of the Wind Turbine Anomaly detection sample app showcasing a time series use
42+
case by detecting the anomalous power generation patterns relative to wind speed.
43+
44+
**New**
45+
46+
- Docker compose deployment on single node.
47+
- Helm deployment on Kubernetes single cluster node.
48+
- Added sample OPC-UA server and MQTT publisher data simulators to ingest the
49+
wind turbine data.
50+
- Generic Time Series AI stack supporting the data ingestion, data analytics,
51+
data storage and data visualization.
52+
- Data Analytics is powered by
53+
[Time Series Analytics Microservice](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/time-series-analytics/index.html)
54+
which from the sample app context takes in the configuration related to wind
55+
turbine sample app and the User Defined Function(UDF) deployment package and
56+
provides below capabilities:
57+
- Provides the OPC-UA connector to publish the anomaly alerts to configured
58+
OPC-UA server.
59+
- Provides support to publish the anomaly alerts to configured MQTT server.
60+
- Provides support to customize the UDF deployment package.

0 commit comments

Comments
 (0)