- 06 Oct, 2025 1 commit
-
-
shiyu1994 authored
-
- 03 Oct, 2025 1 commit
-
-
James Lamb authored
* [ci] move R-package artifact publishing to GitHub Actions * create artifacts directory * ensure both files are included * restore other CI * create artifacts directory unconditionally * Update .github/workflows/r_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Oct, 2025 1 commit
-
-
Nikita Titov authored
* Update setup.sh * Update build-docs.sh * Update test-windows.ps1
-
- 01 Oct, 2025 1 commit
-
-
James Lamb authored
* [ci] [C++] drop support for Visual Studio 2015 (fixes #6803) * update more references * [ci] some additional changes to drop VS2015 and make it work from solution file (#7046) * Update LightGBM.vcxproj * Update LightGBM.vcxproj.filters * Update Installation-Guide.rst --------- Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 30 Sep, 2025 1 commit
-
-
Jirair Aroyan authored
* Add competitions * Simplify links * Remove 1st place
-
- 29 Sep, 2025 1 commit
-
-
Nikita Titov authored
-
- 28 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 26 Sep, 2025 2 commits
-
-
Jeff Daily authored
-
James Lamb authored
-
- 25 Sep, 2025 2 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
-
- 24 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 23 Sep, 2025 5 commits
-
-
Jeff Daily authored
-
Jeff Daily authored
-
Jeff Daily authored
-
Jeff Daily authored
Instead of replacing all #ifdef USE_CUDA, just add USE_CUDA define to ROCm build.
-
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 1 commit
-
-
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>
-