1. 27 Mar, 2021 1 commit
  2. 26 Mar, 2021 1 commit
  3. 11 Mar, 2021 1 commit
  4. 10 Mar, 2021 1 commit
  5. 07 Feb, 2021 3 commits
  6. 03 Feb, 2021 1 commit
  7. 02 Feb, 2021 2 commits
  8. 01 Feb, 2021 2 commits
  9. 31 Jan, 2021 2 commits
    • Nikita Titov's avatar
      [python] Start supporting Python 3.9 (#3693) · be2fe2f5
      Nikita Titov authored
      * start supporting Python 3.9
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      
      * Update .appveyor.yml
      
      * Update .vsts-ci.yml
      
      * Update .appveyor.yml
      
      * fixed conflicts
      
      * continue
      be2fe2f5
    • Nikita Titov's avatar
      [CUDA] Support CUDA 9 and test different CUDA versions at CI (#3880) · 0c42cb40
      Nikita Titov authored
      * test different CUDA versions
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update CMakeLists.txt
      
      * specify CUDA version in workflow job name
      0c42cb40
  10. 28 Jan, 2021 1 commit
    • Nikita Titov's avatar
      [ci] improve and run CUDA jobs for every commit and PR (#3825) · c4b51317
      Nikita Titov authored
      * Update setup.sh
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update README.md
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update setup.sh
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      
      * Update cuda.yml
      c4b51317
  11. 24 Jan, 2021 1 commit
  12. 15 Jan, 2021 2 commits
  13. 13 Jan, 2021 1 commit
    • Nikita Titov's avatar
      [ci] improve experience with optional GitHub workflows (#3740) · f997a069
      Nikita Titov authored
      * improve experience with optional GitHub workflows
      
      * Update README.md
      
      * Update r_artifacts.yml
      
      * Update optional_checks.yml
      
      * continue
      
      * Update triggering_comments.yml
      
      * Update README.md
      
      * Update r_artifacts.yml
      
      * Update r_artifacts.yml
      
      * Update r_artifacts.yml
      
      * Update r_valgrind.yml
      
      * Update r_artifacts.yml
      
      * Update r_valgrind.yml
      
      * Update r_valgrind.yml
      
      * Update r_valgrind.yml
      
      * add docstrings to fix lint
      
      * better formatting for multi-line commands
      f997a069
  14. 10 Jan, 2021 1 commit
  15. 07 Jan, 2021 1 commit
  16. 04 Jan, 2021 1 commit
  17. 27 Nov, 2020 1 commit
  18. 23 Nov, 2020 1 commit
  19. 22 Nov, 2020 1 commit
  20. 17 Nov, 2020 1 commit
  21. 10 Nov, 2020 1 commit
  22. 08 Nov, 2020 1 commit
  23. 06 Nov, 2020 1 commit
  24. 30 Oct, 2020 1 commit
  25. 26 Oct, 2020 1 commit
  26. 18 Oct, 2020 2 commits
    • James Lamb's avatar
      [ci] [R-package] Fix memory leaks found by valgrind (#3443) · 81d76113
      James Lamb authored
      
      
      * fix int64 write error
      
      * attempt
      
      * [WIP] [ci] [R-package] Add CI job that runs valgrind tests
      
      * update all-successful
      
      * install
      
      * executable
      
      * fix redirect stuff
      
      * Apply suggestions from code review
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      
      * more flags
      
      * add mc to msvc proj
      
      * fix memory leak in mc
      
      * Update monotone_constraints.hpp
      
      * Update r_package.yml
      
      * remove R_INT64_PTR
      
      * disable openmp
      
      * Update gbdt_model_text.cpp
      
      * Update gbdt_model_text.cpp
      
      * Apply suggestions from code review
      
      * try to free vector
      
      * free more memories.
      
      * Update src/boosting/gbdt_model_text.cpp
      
      * fix using
      
      * try the UNPROTECT(1);
      
      * fix a const pointer
      
      * fix Common
      
      * reduce UNPROTECT
      
      * remove UNPROTECT(1);
      
      * fix null handle
      
      * fix predictor
      
      * use NULL after free
      
      * fix a leaking in test
      
      * try more fixes
      
      * test the effect of tests
      
      * throw exception in Fatal
      
      * add test back
      
      * Apply suggestions from code review
      
      * commet some tests
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * trying to comment out tests
      
      * Update openmp_wrapper.h
      
      * Apply suggestions from code review
      
      * Update configure
      
      * Update configure.ac
      
      * trying to uncomment
      
      * more comments
      
      * more uncommenting
      
      * more uncommenting
      
      * fix comment
      
      * more uncommenting
      
      * uncomment fully-commented out stuff
      
      * try uncommenting more dataset tests
      
      * uncommenting more tests
      
      * ok getting closer
      
      * more uncommenting
      
      * free dataset
      
      * skipping a test, more uncommenting
      
      * more skipping
      
      * re-enable OpenMP
      
      * allow on OpenMP thing
      
      * move valgrind to comment-only job
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * changes from code review
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * linting
      
      * issue comments too
      
      * remove issue_comment
      Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      81d76113
    • James Lamb's avatar
      [ci] ignore R CMD CHECK warnings on new R version (#3468) · c182555d
      James Lamb authored
      * [ci] ignore R CMD CHECK warnings on new R version
      
      * just update version
      c182555d
  27. 09 Oct, 2020 1 commit
  28. 02 Oct, 2020 1 commit
    • Nikita Titov's avatar
      [ci] rename R-package GitHub Actions workflow (#3429) · 5b0ab05c
      Nikita Titov authored
      * rename R-package workflow
      
      * Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)"
      
      This reverts commit 0038a662.
      
      * Revert "Revert "[ci] fix R CMD check issue 'unable to verify current time' (#3341)""
      
      This reverts commit e2307418aa7aa7b237f0eb46f43c0535473cf462.
      5b0ab05c
  29. 29 Sep, 2020 1 commit
  30. 15 Sep, 2020 1 commit
  31. 06 Sep, 2020 1 commit
  32. 09 Aug, 2020 1 commit
    • James Lamb's avatar
      [ci][R-package][python] suppress warning about empty 'compute' director, fix... · 7be57d77
      James Lamb authored
      
      [ci][R-package][python] suppress warning about empty 'compute' director, fix Rtools installation and temporary pin Sphinx version (#3277)
      
      * [R-package] suppress warning about empty 'compute' directory
      
      * get more logs from Rtools install
      
      * empty commit
      
      * add a timeout
      
      * trying Invoke-WebRequest instead
      
      * switch to CRAN link
      
      * do not use Start-Process
      
      * relative paths
      
      * trying suppressmessageboxes
      
      * switch strategy for running Rtools
      
      * Update requirements_rtd.txt
      
      * Update requirements_base.txt
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      7be57d77
  33. 07 Aug, 2020 1 commit
    • Guolin Ke's avatar
      v3.0.0rc1 (#3071) · 63c82879
      Guolin Ke authored
      
      
      * Update VERSION.txt
      
      * Update VERSION.txt
      
      * Update setup.py
      
      * Update VERSION.txt
      
      * Update setup.py
      
      * Update VERSION.txt
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * Update DESCRIPTION
      
      * Apply suggestions from code review
      
      * Create VERSION.txt
      
      * Apply suggestions from code review
      
      * Update .gitignore
      
      * Update recreate-configure.sh
      
      * Update test_r_package.sh
      
      * Update build-cran-package.sh
      
      * Delete VERSION.txt
      
      * Create VERSION.txt
      
      * Update main.yml
      
      * Update test_r_package_windows.ps1
      
      * Update configure
      
      * Update test_r_package_windows.ps1
      
      * Update test_r_package.sh
      
      * Delete VERSION.txt
      
      * Apply suggestions from code review
      
      * update configure.ac
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      63c82879