- 10 Oct, 2025 1 commit
-
-
James Lamb authored
* [ci] [swig] move SWIG jobs to GitHub Actions * set compiler for Windows jobs * skip conda setup on jobs that do not need it * fix BUILD_DIRECTORY, add uploads * fix more variables * ensure artifact-upload directory actually exists * more fixes * set CONDA * fix powershell env variable check, add conda to path for linux and macos * fix comment * remove AZURE env variable * use absolute path * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * create directory unconditionally --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Oct, 2025 1 commit
-
-
Nikita Titov 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
-
- 24 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 14 Sep, 2025 1 commit
-
-
James Lamb authored
-
- 28 Aug, 2025 1 commit
-
-
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>
-
- 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>
-
- 11 Aug, 2025 1 commit
-
-
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
-
- 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>
-
- 28 Jul, 2025 1 commit
-
-
James Lamb authored
* [ci] combine pip installs in Python test scripts * remove most CI * Revert "remove most CI" This reverts commit 8c0c1ec7b6e4e9f69190965abbf58b760efc8c6d.
-
- 15 Jul, 2025 1 commit
-
-
Nikita Titov authored
-
- 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
-
- 21 Jun, 2025 1 commit
-
-
Nick Miller authored
-
- 17 Apr, 2025 1 commit
-
-
James Lamb authored
-
- 30 Mar, 2025 1 commit
-
-
James Lamb authored
-
- 24 Feb, 2025 1 commit
-
-
James Lamb authored
* [ci] consolidate R package installs into a CI script * use CRAN_MIRROR and R_LIB_PATH consistently * shorter lines and fix reference * fix type option * add extension * fix invocations on Windows * more fixes * binary * use package_type binary on Windows * Update .ci/test-r-package-windows.ps1 * more fixes * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * make install-r-deps more flexible * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Feb, 2025 1 commit
-
-
Nikita Titov authored
-
- 27 Jan, 2025 2 commits
-
-
James Lamb authored
* [python-package] support Python 3.13 * update everything in the base conda environment, not just conda * python packages now use 'cp' instead of 'cpython' * fix python_package * get more logs * try to force a better solver error * merge latest * use build= explicitly * restore all CI, revert debugging changes * Update .ci/test.sh * empty commit to re-trigger CI * update docs conda env * pin to specific OS and mambaforge * Update .github/workflows/python_package.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * update default Python version in .vsts-ci.yml * remove upper-version pins * update RTD image --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
-
- 20 Jan, 2025 1 commit
-
-
James Lamb authored
* [ci] [python-package] build macOS x86_64 wheels on macOS 13 (Ventura) * update Xcode version * Update .ci/setup.sh * fix XCode version detection * revert debugging change * remove dsymutil dirs * avoid producing dsymutil reproducer directories * restore all CI
-
- 03 Jan, 2025 1 commit
-
-
James Lamb authored
-
- 16 Dec, 2024 1 commit
-
-
James Lamb authored
-
- 09 Dec, 2024 1 commit
-
-
José Morales authored
-
- 01 Dec, 2024 1 commit
-
-
Oliver Borchert authored
Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 30 Nov, 2024 1 commit
-
-
James Lamb authored
[ci] [python-package] [R-package] adapt to scikit-learn check_sample_weight_equivalence changes, stop testing against R 3.6 on Linux (#6733)
-
- 15 Nov, 2024 1 commit
-
-
James Lamb authored
[python-package] adapt to scikit-learn 1.6 testing changes, pin more packages in R 3.6 CI jobs (#6718)
-
- 03 Nov, 2024 2 commits
-
-
Nikita Titov authored
Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
* lint js code * hotfix * Update .editorconfig Co-authored-by:
James Lamb <jaylamb20@gmail.com> --------- Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 01 Nov, 2024 1 commit
-
-
Nikita Titov authored
-
- 29 Oct, 2024 2 commits
-
-
Nikita Titov authored
* introdure PSScriptAnalyzer * revert workflow * run PSScriptAnalyzer before conda installation
-
James Lamb authored
* [ci] [R-package] re-enable 'rchk' checks * comment out most CI * it would be helpful to actually enable rchk * remove all Rf_unprotect() calls to try to trigger failure * try removing some Rf_protect() calls * revert CI changes * just remove rchk * revert whitespace changes
-
- 15 Oct, 2024 2 commits
-
-
Nikita Titov authored
* Update test-windows.ps1 * Update test.sh --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
James Lamb authored
[python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) (#6679) * [python-package] ignore scikit-learn 'check_sample_weight_equivalence' estimator check (fixes #6678) * pin pyparsing in Python 3.8 environment
-
- 13 Oct, 2024 1 commit
-
-
vnherdeiro authored
Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Oct, 2024 1 commit
-
-
vnherdeiro authored
[python-package] require `scikit-learn>=0.24.2`, make scikit-learn estimators compatible with `scikit-learn>=1.6.0dev` (#6651) Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-