diff --git a/keentune-brain-2.0.1.tar.gz b/keentune-brain-2.0.1.tar.gz deleted file mode 100644 index 86b97e3c0597eed1785dab5803d881526961270b..0000000000000000000000000000000000000000 Binary files a/keentune-brain-2.0.1.tar.gz and /dev/null differ diff --git a/keentune-brain.spec b/keentune-brain.spec index 8e4db5afafcfbd92f97eaf050f244cb744386e69..1fe56af9dcb15a7cf9af116c499c8d26cb95e741 100644 --- a/keentune-brain.spec +++ b/keentune-brain.spec @@ -1,31 +1,29 @@ %define anolis_release 1 Name: keentune-brain -Version: 2.0.1 +Version: 2.4.0 Release: %{?anolis_release}%{?dist} -Url: https://gitee.com/anolis/keentune_brain Summary: Auto-Tuning algorithm module of KeenTune Vendor: Alibaba License: MulanPSLv2 Group: Development/Languages/Python -Source: %{name}-%{version}.tar.gz +Source0: https://gitee.com/anolis/keentune_target/archive/refs/tags/v%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BUildRequires: systemd - BuildArch: noarch -Requires: python3-tornado, python3-numpy -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd +Requires: python3-tornado, python3-numpy, python3-requests +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd %description Auto-Tuning algorithm module of KeenTune %prep -%autosetup -n %{name}-%{version} +%autosetup -n keentune_brain-v%{version} %build %{__python3} setup.py build @@ -62,6 +60,43 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/keentune-brain.conf.5* %changelog +* Mon Jan 22 2024 Runzhe Wang - 2.4.0-1 +- fix: not remove runing data and install dir + +* Tue Jan 02 2024 happy_orange - 2.3.1-2 +- fix the version number + +* Thu Dec 28 2023 Runzhe Wang - 2.3.1-1 +- An official version merged all 2.3.0-* release version + +* Wed Nov 29 2023 Runzhe Wang - 2.1.0-7 +- add copyright +- add release in source package + +* Tue Apr 25 2023 Runzhe Wang - 2.1.0-6 +- fix: raise exception in functionlog +- fix: fix displaying problems when the input explainer name does not match any supported model. +- fix: fix keentune-brain installation error due to dependency conflicts between shap, numpy, and numba. + +* Fri Apr 21 2023 Runzhe Wang - 2.1.0-5 +- add unit test case + +* Mon Apr 17 2023 Runzhe Wang - 2.1.0-4 +- fix additional fd occupation bug + +* Sun Apr 09 2023 Qinglong Wang - 2.1.0-3 +- fix sensitive algorithm bug + +* Sat Apr 01 2023 Qinglong Wang - 2.1.0-2 +- add more algorithm + +* Tue Feb 28 2023 Runzhe Wang - 2.1.0-1 +- running optimizer in sub process +- running sensitizing in sub process +- remove sensitize_list api +- fix algorithm name in avaliable api +- add api terminate to shutdown sensitizing process + * Fri Jan 13 2023 Runzhe Wang - 2.0.1-1 - fix randomseed - fix keentune_brain cannot start without sklearn diff --git a/v2.4.0.tar.gz b/v2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..08d6351d3a29092d41138f110894f1a45689d2dd Binary files /dev/null and b/v2.4.0.tar.gz differ