|
| 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