-
Notifications
You must be signed in to change notification settings - Fork 182
chore(deps): update dependency numpy to v2.2.6 #2481
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
/intelci: run |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* chore(deps): update dependency numpy to v2.2.6 * Update dependencies-dev * Update dependencies-dev --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com>
* add instructions for building with ASAN * remove unneeded variable * Update INSTALL.md Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * ENH: Enable model conversion from TreeLite (#2452) * add conversion from treelite * add dependency also for conda * [enhancement, CI] add numpydoc validation to pre-commit (#2455) * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml * Update pyproject.toml * Update pyproject.toml * Update dispatcher.py * Update dispatcher.py * Update .pre-commit-config.yaml * Update pyproject.toml * Update pyproject.toml * Update incremental_basic_statistics.py * Update incremental_linear.py * Update incremental_linear.py * Update incremental_linear.py * Update _device_offload.py * Update incremental_basic_statistics.py * Update incremental_basic_statistics.py * Update basic_statistics.py * Update incremental_pca.py * Update incremental_linear_model.py * Update incremental_covariance.py * Update incremental_ridge.py * Update incremental_linear.py * Update incremental_ridge.py * make fixes * Update _config.py * Update _config.py * Update _config.py * Update _backend.py * Update _dpep_helpers.py * Update _dpep_helpers.py * Update kernel_functions.py * Update kernel_functions.py * Update kernel_functions.py * Update kernel_functions.py * Update kernel_functions.py * Update kernel_functions.py * Update svm.py * Update _data_conversion.py * Update _data_conversion.py * Update _data_conversion.py * Update __init__.py * Update __init__.py * Update __init__.py * Update _device_offload.py * Update _device_offload.py * Update covariance.py * Update incremental_covariance.py * Update incremental_covariance.py * Update incremental_linear_model.py * Update incremental_linear_model.py * Update incremental_linear_model.py * Update linear_model.py * Update linear_model.py * Update linear_model.py * Update linear_model.py * Update incremental_basic_statistics.py * Update kmeans.py * Update pca.py * Update basic_statistics.py * Update basic_statistics.py * Update basic_statistics.py * Update basic_statistics.py * Update incremental_pca.py * Update basic_statistics.py * Update incremental_pca.py * Update logistic_regression.py * Update incremental_pca.py * Update _config.py * Update _config.py * Update _device_offload.py * Update _device_offload.py * Update _device_offload.py * Update _device_offload.py * Update validation.py * Update _sycl_queue_manager.py * Update _sycl_queue_manager.py * Update _sycl_queue_manager.py * Update _sycl_queue_manager.py * Update _backend.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Update _utils.py * Apply suggestions from code review Co-authored-by: david-cortes-intel <david.cortes@intel.com> * Update _utils.py * Update _device_offload.py * Apply suggestions from code review Co-authored-by: david-cortes-intel <david.cortes@intel.com> --------- Co-authored-by: david-cortes-intel <david.cortes@intel.com> * [enhancement] add ```__dlpack__``` and ```__dlpack_device__``` attributes to python oneDAL table class (#2430) * initial save * save point * interim stop * check: * fix most problems * save point * formatting * clang-formatting and save point * add testing * address coverage for dlpack::free_capsule * formatting * add gc and static_cast * remove comment * add suggestion * chore(deps): update dependency xgboost to v3.0.1 (#2474) * chore(deps): update dependency xgboost to v3.0.1 * Update requirements-test.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * chore(deps): update dependency cython to v3.1.0 (#2470) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency cmake to v4.0.2 (#2468) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * DOC: Clarify that SPMD is linux-only (#2476) * clarify that SPMD is not available on windows builds * Update doc/sources/distributed-mode.rst Co-authored-by: yuejiaointel <108152493+yuejiaointel@users.noreply.github.com> --------- Co-authored-by: yuejiaointel <108152493+yuejiaointel@users.noreply.github.com> * DOC: More details for conda installs (#2475) * add conda-forge channel for dependencies, mention incompatibilities with anaconda * update commands also in .md file * suggest impi install from conda-forge * remove warning about conda-forge incompatibilities * Update INSTALL.md Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * Update doc/sources/distributed-mode.rst Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * Update doc/sources/distributed-mode.rst Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> --------- Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * chore(deps): update dependency tornado to v6.5 [security] (#2478) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Migrate to modern NumPy interface (#2479) * Migrate to modern NumPy interface Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> * Update onedal/utils/validation.py Co-authored-by: david-cortes-intel <david.cortes@intel.com> * Update sklearnex/svm/_common.py Co-authored-by: david-cortes-intel <david.cortes@intel.com> --------- Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: david-cortes-intel <david.cortes@intel.com> * fix: add cstdint include to transceiver for public CI (#2484) * chore(deps): update dependency cython to v3.1.1 (#2483) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency numpy to v2.2.6 (#2481) * chore(deps): update dependency numpy to v2.2.6 * Update dependencies-dev * Update dependencies-dev --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * chore(deps): update dependency array-api-compat to v1.12.0 (#2477) * chore(deps): update dependency array-api-compat to v1.12.0 * Update requirements-test.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * downgrade setuptools to v79 for develop mode setup (#2480) * chore(deps): update dependency xgboost to v3.0.2 (#2490) * chore(deps): update dependency xgboost to v3.0.2 * Update requirements-test.txt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * fix: use upload github action to public site (#2459) * fix: use upload github action to public site * fix: allow tag trigger with also year.month * test: test tag trigger * test: test tag trigger * .github/workflows/docs-release.yml * fix: don't copy gh-pages everytime, only copy parts don't exist * fix:move prepare script to doc_release.sh * fix:test checkout * fix:test upload pages artifact only has v3 * fix: fetch gh-apges if we have one * fix: use eaceiris/actions-gh-pages@v3 to keep old files when upload new ones * fix: use a intermediate unprotected branch for all doc archives * fix: fix archive * fix: fix archive * fix: remove doc from switcher url in conf and archive enture folder * fix: remove +x changes in doc relase before archive step * fix: move permission and use exact commit id for github actions * fix: use env var for _site folder and use doc folders for archive branch * fix: delete everything for new doc arvhice branch * fix: remove untracked files * fix: only add verison folders to git first time doc archive * fix: move TEMP_DOC_FOLDER to yml and make sure it is im tmp * fix: move env to jobs * fix: still need git rm for firs ttime doc archive creation * fix: remove doc * fix: allow manual trigger * fix: workflow dispatch add input requriement * fix: don't force input on workflow dispatch * test: test older python version doc build warning * fix: force doc version input * fix: remove unused dependency --------- Co-authored-by: yuejiaointel <41898282+github-actions[bot]@users.noreply.github.com> * ci(workflows): add `OpenSSF Scorecard` GitHub Action (#2499) * [CI, bugfix] correct stability issues in CondaRecipes (#2493) * Update conda-recipe-lnx.yml * Update conda-recipe-win.yml * Update conda-recipe-lnx.yml * Update conda-recipe-win.yml * Update test_model_builders.py * Update test_model_builders.py * Delete tests/test_model_builders.py * Revert "Delete tests/test_model_builders.py" This reverts commit 453dd88. * disable catboost and check * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * Update test_model_builders.py * [CI] temporarily deselect ```test_dbscan_params_validation``` for green CI (#2500) * Update deselected_tests.yaml * Update deselected_tests.yaml Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> --------- Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> * [enhancement] unify policy creation in pybind11 (#2390) * create get_policy * formatting * Update policy.cpp * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> * Update INSTALL.md Co-authored-by: Ian Faust <icfaust@gmail.com> --------- Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: ethanglaser <42726565+ethanglaser@users.noreply.github.com> Co-authored-by: Ian Faust <icfaust@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: yuejiaointel <108152493+yuejiaointel@users.noreply.github.com> Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: yuejiaointel <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksei Khomenko <aleksei.khomenko@intel.com>
This PR contains the following updates:
==2.2.5
->==2.2.6
==2.0.1
->==2.2.6
Release Notes
numpy/numpy (numpy)
v2.2.6
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.