- 10 Oct, 2025 1 commit
-
-
Jeff Daily authored
-
- 09 Oct, 2025 3 commits
-
-
Nikita Titov authored
-
James Lamb authored
* [ci] move C++ tests to GitHub Actions * skip more CI * fix env variables * fix some small things * fix software setup * add sudo * UBUNTU_BASE_CONTAINER (spelling) * fix condition on manylinux image * restore other CI * remove if-else from python_package * define BUILD_ARTIFACTSTAGINGDIRECTORY for cpp jobs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
-
- 08 Oct, 2025 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* Update .appveyor.yml * Update .appveyor.yml * Update test_arrow.py * Update test_arrow.py * Update .appveyor.yml * Update test_arrow.py
-
- 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 1 commit
-
-
James Lamb authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-