"include/vscode:/vscode.git/clone" did not exist on "3c999be3b7bd2bf8e487957cce8c8f9a1ae19b6a"
- 23 Sep, 2025 1 commit
-
-
Jeff Daily authored
This reverts commit e461e868.
-
- 22 Sep, 2025 4 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
-
Jeff Daily authored
error: explicit specialization in non-namespace scope ‘class ArrowChunkedArrayTest’
-
Jeff Daily authored
Previously #6086 added ROCm support but after numerous rebases it lost critical changes. This PR restores the ROCm build. There are many source file changes but most were automated using the following: ```bash for f in `grep -rl '#ifdef USE_CUDA'` do sed -i 's@#ifdef USE_CUDA@#if defined(USE_CUDA) || defined(USE_ROCM)@g' $f done for f in `grep -rl '#endif // USE_CUDA'` do sed -i 's@#endif // USE_CUDA@#endif // USE_CUDA || USE_ROCM@g' $f done ```
-
- 21 Sep, 2025 1 commit
-
-
Thomas J. Fan authored
-
- 14 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 12 Sep, 2025 1 commit
-
-
Yusuke Horibe authored
Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 10 Sep, 2025 2 commits
-
-
Sota Goto authored
* [docs] update Ray section * [docs] add Ray to external repositories * [docs] simplify Ray note
-
Nikita Titov authored
-
- 03 Sep, 2025 1 commit
-
-
dependabot[bot] authored
Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5 ) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 28 Aug, 2025 2 commits
-
-
James Lamb authored
-
James Lamb authored
* [ci] separate configs and scripts for linting and docs CI * update name * remove lint-cpp reference * Update .ci/lint-all.sh * Update .ci/lint-all.sh Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * revert env: blocks --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 27 Aug, 2025 1 commit
-
-
Oliver Borchert authored
* [python-package] Fix mypy checks in `engine.py` * Update python-package/lightgbm/engine.py --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 24 Aug, 2025 1 commit
-
-
James Lamb authored
* [ci] [c++] use 'pre-commit' to run 'cpplint', upgrade to 'cpplint' 2.0.2 * remove bashisms * one more pipefail use * another pipefail
-
- 23 Aug, 2025 1 commit
-
-
James Lamb authored
-
- 20 Aug, 2025 1 commit
-
-
James Lamb authored
-
- 13 Aug, 2025 2 commits
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
* [docs] [python-package] document how to run Python tests * refer to installation instructions --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 11 Aug, 2025 2 commits
-
-
James Lamb authored
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 07 Aug, 2025 1 commit
-
-
James Lamb authored
* [ci] try pinning openjpeg * pin even more * only pin graphite2 * try removing all customizations * restore all CI * add a 'conda info' * add a 'conda list' too * move conda block in test.sh
-
- 04 Aug, 2025 1 commit
-
-
James Lamb authored
-
- 29 Jul, 2025 3 commits
-
-
Oliver Borchert authored
* [ci] Drop support for Python 3.7 and Python 3.8 * Fix * Bump numpy * Fix * fix comment, revert unrelated quoting changes * add docs --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
Oliver Borchert authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
gmhewett authored
-
- 28 Jul, 2025 3 commits
-
-
James Lamb authored
* [ci] combine pip installs in Python test scripts * remove most CI * Revert "remove most CI" This reverts commit 8c0c1ec7b6e4e9f69190965abbf58b760efc8c6d.
-
Maik Riechert authored
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 27 Jul, 2025 1 commit
-
-
James Lamb authored
[docs] [ci] skip scikit-learn 1.7.1 in docs build, make tests compatible with pandas 3.0, use new Azure DevOps pool (#6979)
-
- 24 Jul, 2025 1 commit
-
-
Jeff Daily authored
* [ROCm] add support for ROCm/HIP - CMakeLists.txt ROCm updates, also replace glob with explicit file list - initial warpSize interop changes - helpers/hipify.sh script added - .gitignore to ignore generated hip source files * more rocm updates - disable compiler warnings - move PercentileDevice __device__ template function into header - bug fixes for __host__ __define__ and __HIP__ preprocessor symbols * more bug fixes * warp 32 vs 64 updates * lint fixes * missing device_index variable * accidental inclusion of hip headers * copyright notice compliance * Update CMakeLists.txt Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix lint issue * clean up * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update CMakeLists.txt Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * clean up CMakeLists.txt use WARPSIZE * use WARPSIZE * fix share buffer size --------- Co-authored-by:
shiyu1994 <shiyu_k1994@qq.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Yu Shi <yushi2@microsoft.com>
-
- 15 Jul, 2025 1 commit
-
-
Nikita Titov authored
-
- 14 Jul, 2025 3 commits
-
-
Nick Miller authored
* Add "PT" ruff code to pyproject.toml plus some exceptions * Extend PT011 for Exception, IndexError, TypeError * Fix PT001: Use `@pytest.fixture` over `@pytest.fixture()` * Fix PT011: pytest.raises({exception}) is too broad, set the match parameter or use a more specific exception * Fix PT012: `pytest.raises()` block should contain a single simple statement * Fix PT017: Found assertion on exception {name} in except block, use pytest.raises() instead * Fix PT018: Assertion should be broken down into multiple parts * Remove PT006 and PT007 from ignore list and fixup * Use *Exception and *Error glob to apply PT011 and ignore AssertionErrors --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
Malte Londschien authored
* Update docs. * that is * Implement suggestions * Update python-package/lightgbm/basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 13 Jul, 2025 1 commit
-
-
James Lamb authored
* [ci] stop testing on Windows Server 2019 * update Visual Studio version * add support for newer MSVC versions * temporarily skip integrated OpenCL on Windows
-
- 28 Jun, 2025 1 commit
-
-
Nick Miller authored
-
- 21 Jun, 2025 1 commit
-
-
Nick Miller authored
-
- 20 Jun, 2025 2 commits
-
-
Ralph Weires authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Nick Miller authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-