-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update setup.py #13
Merged
Merged
update setup.py #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juaduan
added a commit
that referenced
this pull request
Mar 27, 2024
* update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
Mar 27, 2024
* Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> * add release key * remove unexpected value --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
Mar 28, 2024
* Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> * add release key * remove unexpected value * change release to gh release * update pipeline * debug * debug * debug path --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
May 31, 2024
* update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
May 31, 2024
* Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> * add release key * remove unexpected value * change release to gh release * update pipeline * debug * debug * debug path * Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
May 31, 2024
* Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> * add release key * remove unexpected value * change release to gh release * update pipeline * debug * debug * debug path * Merge Anomaly Detector code into main (#43) * update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
May 31, 2024
* update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
juaduan
added a commit
that referenced
this pull request
May 31, 2024
* update python version & add tests for different python versions * update python version & add tests for different python versions (#14) * update setup.py (#13) * add uvad and test * step1 * setp2 * update Readme.md * add dockerfile ,move get_margins * fix predict * delete pyd * build success * add build.py but no .pyd file generated * update setup.py * fix some error * add model folder --------- Co-authored-by: Duan Juanyong <[email protected]> * update gitignore * remove r dependency (#16) * remove r dependency * replace rpy2 with rstl * update * add build and release workflow (#12) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test on different python version (#17) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update param check * test mlflow on UnivariateAnomalyDetector, add new class (#18) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update model output & usage * update test, remove saving results * update model output to avoid duplicated keys * check insufficient predict data * test output (#20) * Bump gitpython from 3.1.40 to 3.1.41 in /anomaly-detector (#4) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.41. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.40...3.1.41) --- updated-dependencies: - dependency-name: gitpython dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump jinja2 from 3.1.2 to 3.1.3 in /anomaly-detector (#6) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add build workflow * add build workflow * add build workflow * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * test poetry install * merge * add more test cases * delete some uvad test cases * delete some uvad test cases * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add different python version * add caching packages dependencies * add cache dependencies to boost test * add cache dependencies to boost test * Update ci.yml * test output * test output * test output * add license to all .py file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update numpy version to 1.26.x (#21) * add e2e_test for UnivariateAnomalyDetector * add EntireAnomalyDetector, LatestAnomalyDetector * rename * update numpy version to 1.26.x * update Dockerfile & pandas version * Update pyproject.toml numpy>=1.23.5 * update ci.yml * fix expectedValue error * Update pipeline for pypi publish (#22) * update gitignore * update build pipeline to push to pypi * Merge (#23) * update gitignore * update build pipeline to push to pypi * install deps * update pipeline (#24) * update pipeline (#25) * update pipeline (#26) * update build option * add wheel * update pipeline * add long description * add long text description type * change package name * uploade src only * update maintainer * update build * Bump mlflow from 2.9.2 to 2.10.0 in /anomaly-detector Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.9.2...v2.10.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * change package name * update version * Update README.md * update pipeline * update workflow file * add sample notebook * update workflow and ignore file * add numpy for build * change trigger condition * release version v0.2.2 (#41) * fix error in publish pipeline --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: shuawei <[email protected]> Co-authored-by: luxiong-ms1 <[email protected]> Co-authored-by: Zeke Xia <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jr-MS <[email protected]> Co-authored-by: Zeke Xia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ignore build.py & pyproject.toml