1. 01 Apr, 2020 1 commit
  2. 07 Mar, 2020 1 commit
    • Guolin Ke's avatar
      add more bots (#2843) · 018bdd3f
      Guolin Ke authored
      * Create release-drafter.yml
      
      * Create no-response.yml
      
      * disable comments
      
      * Apply suggestions from code review
      
      * Update release-drafter.yml
      
      * Apply suggestions from code review
      
      * Update .vsts-ci.yml
      018bdd3f
  3. 26 Feb, 2020 1 commit
  4. 03 Feb, 2020 1 commit
  5. 02 Feb, 2020 1 commit
    • Guolin Ke's avatar
      Support both row-wise and col-wise multi-threading (#2699) · 509c2e50
      Guolin Ke authored
      
      
      * commit
      
      * fix a bug
      
      * fix bug
      
      * reset to track changes
      
      * refine the auto choose logic
      
      * sort the time stats output
      
      * fix include
      
      * change  multi_val_bin_sparse_threshold
      
      * add cmake
      
      * add _mm_malloc and _mm_free for cross platform
      
      * fix cmake bug
      
      * timer for split
      
      * try to fix cmake
      
      * fix tests
      
      * refactor DataPartition::Split
      
      * fix test
      
      * typo
      
      * formating
      
      * Revert "formating"
      
      This reverts commit 5b8de4f7fb9d975ee23701d276a66d40ee6d4222.
      
      * add document
      
      * [R-package] Added tests on use of force_col_wise and force_row_wise in training (#2719)
      
      * naming
      
      * fix gpu code
      
      * Update include/LightGBM/bin.h
      Co-Authored-By: default avatarJames Lamb <jaylamb20@gmail.com>
      
      * Update src/treelearner/ocl/histogram16.cl
      
      * test: swap compilers for CI
      
      * fix omp
      
      * not avx2
      
      * no aligned for feature histogram
      
      * Revert "refactor DataPartition::Split"
      
      This reverts commit 256e6d9641ade966a1f54da1752e998a1149b6f8.
      
      * slightly refactor data partition
      
      * reduce the memory cost
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      509c2e50
  6. 19 Dec, 2019 1 commit
  7. 15 Dec, 2019 1 commit
  8. 06 Oct, 2019 1 commit
  9. 03 Sep, 2019 1 commit
  10. 24 Jul, 2019 1 commit
  11. 07 Jul, 2019 1 commit
  12. 01 Jul, 2019 1 commit
  13. 15 May, 2019 1 commit
  14. 14 May, 2019 1 commit
    • Nikita Titov's avatar
      [ci] added swig compilation on macOS and Windows with artifacts (#2170) · 2a369170
      Nikita Titov authored
      * compile SWIG artifact on Windows
      
      * compile SWIG artifact on Windows
      
      * combined swig and sdist jobs for Linux
      
      * added conditions for artifacts publishing
      
      * added SWIG artifact compilation on macOS
      
      * hotfix
      
      * test: switch compilers
      
      * harsh workaround for OpenMP library conflict
      
      * switch compilers back
      
      * consistent order of tasks in condition
      
      * dummy commit to trigger CI and fix CLA
      2a369170
  15. 06 May, 2019 1 commit
  16. 30 Apr, 2019 1 commit
  17. 09 Apr, 2019 1 commit
    • Nikita Titov's avatar
      [ci] update CI stuff (#2079) · 691b8428
      Nikita Titov authored
      * updated boost submodule
      
      * updated docker with new stable Clang and CMake
      
      * switch to dev docker
      
      * updated setup script
      
      * updated MinGW on Appveyor
      
      * updated Azure config to use docker for GPU task
      
      * do not upgrade gcc - takes too long
      
      * test: switch compilers
      
      * switch compilers back
      
      * get back to main docker
      691b8428
  18. 18 Feb, 2019 1 commit
  19. 30 Jan, 2019 1 commit
  20. 17 Jan, 2019 1 commit
  21. 14 Jan, 2019 1 commit
  22. 21 Nov, 2018 1 commit
  23. 26 Oct, 2018 1 commit
  24. 17 Oct, 2018 2 commits
  25. 13 Oct, 2018 1 commit
  26. 10 Oct, 2018 1 commit
  27. 03 Oct, 2018 1 commit
    • Nikita Titov's avatar
      [ci] dowgrade gcc version for Linux on Azure (#1718) · 52dbc572
      Nikita Titov authored
      * dowgrade gcc version on Azure
      
      * small fixes, update Artifacts condition for easy debug.
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update setup.sh
      
      * Update CMakeLists.txt
      
      * Update .vsts-ci.yml
      
      * Update CMakeLists.txt
      
      * remove the lgamma
      
      * update comment
      
      * make sure that we use appropriate compiler
      52dbc572
  28. 20 Sep, 2018 1 commit
  29. 18 Sep, 2018 1 commit
  30. 17 Sep, 2018 1 commit
  31. 15 Sep, 2018 1 commit
  32. 14 Sep, 2018 1 commit
  33. 12 Sep, 2018 2 commits
    • Nikita Titov's avatar
      [ci] rebalanced Linux tests (#1663) · e17a28ec
      Nikita Titov authored
      * refined Travis tests
      
      * refined VSTS Linux part
      
      * cleanup
      
      * added possibility to test Clang at VSTS
      
      * simplified cp command
      e17a28ec
    • Nikita Titov's avatar
      [ci] rebalanced Windows tests (#1660) · c258cec7
      Nikita Titov authored
      * refined Appveyor
      
      * run all tests at Appveyor
      
      * refined VSTS Windows part
      
      * return back old MinGW version
      
      * fixed weird MinGW bug
      
      * don't test Python 3.7 at Windows
      
      * disable tree rendering at Appveyor
      
      * give names to scripts in VSTS Windows and artifacts parts
      c258cec7
  34. 10 Sep, 2018 1 commit
  35. 09 Sep, 2018 1 commit
    • Guolin Ke's avatar
      refine vsts-ci (#1653) · f44b60b6
      Guolin Ke authored
      * Fix CI (#1652)
      
      * Update .travis.yml
      
      * Update .appveyor.yml
      
      * only tags for build
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      f44b60b6
  36. 26 Aug, 2018 1 commit
    • Guolin Ke's avatar
      fix nuget (#1569) · fc7c75fc
      Guolin Ke authored
      * try to fix nuget
      
      * add exe copy
      
      * Update create_nuget.py
      
      * Update .vsts-ci.yml
      
      * add build folder
      
      * fix build folder
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * Update create_nuget.py
      
      * update version to test on nuget.org
      fc7c75fc
  37. 25 Aug, 2018 1 commit
  38. 12 Jul, 2018 1 commit
    • Guolin Ke's avatar
      add vsts ci (#1497) · 1437ce8b
      Guolin Ke authored
      * fix bugs
      
      * many fixes
      
      * remove duplicate lines
      
      * test for mingw
      
      * Not nuget in appveyor
      
      * remove mingw build
      
      * Update test.sh
      
      * Update test.sh
      
      * Update test.sh
      
      * fixed macOS wheel name
      
      * don't run docs test at VSTS
      
      * made nuget creating script directory independent
      1437ce8b