diff --git a/eagle-mpctool.tar.gz b/eagle-mpctool.tar.gz index 66f647d582ce0e343a30f96e8da96211148622b7..d9b15d68d1471a93c8689e9e0fb01798b189d962 100644 Binary files a/eagle-mpctool.tar.gz and b/eagle-mpctool.tar.gz differ diff --git a/eagle.spec b/eagle.spec index 5eabce0dca9d7f426d2abbe53e376cbefd5d7b63..37a2da31ec7b4616a67d9247ed25c4c9a4c22a8c 100644 --- a/eagle.spec +++ b/eagle.spec @@ -1,6 +1,6 @@ Name: eagle Version: 1.0.1 -Release: 1 +Release: 2 Summary: eagle kit License: Mulan PSL v2 URL: https://gitee.com/openeuler/eagle @@ -36,6 +36,11 @@ Requires: python3-numpy python3-pandas python3-psutil python3-scipy ip %{python3_sitelib}/* %changelog +* Mon Jun 12 2023 queyanwen - 1.0.1-2 +- Optimize the accuracy of non-steady-state data prediction and training. +- The anbient temperature check is added befor the collection is started. If the temperature is +- greater than 28°C, the collection will not be started. + * Mon May 29 2023 queyanwen - 1.0.1-1 - Added the handling of overtemperature scenarios of system components during data collection.