1. 13 Oct, 2025 1 commit
  2. 11 Oct, 2025 1 commit
  3. 10 Oct, 2025 1 commit
    • James Lamb's avatar
      [ci] [swig] move SWIG jobs to GitHub Actions (#7024) · ce3e3121
      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: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * create directory unconditionally
      
      ---------
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      ce3e3121
  4. 09 Oct, 2025 1 commit
  5. 03 Oct, 2025 1 commit
  6. 28 Sep, 2025 1 commit
  7. 24 Sep, 2025 1 commit
  8. 03 Sep, 2025 1 commit
  9. 28 Aug, 2025 1 commit
  10. 29 Jul, 2025 1 commit
  11. 28 Jul, 2025 1 commit
  12. 13 Jul, 2025 1 commit
  13. 30 Mar, 2025 1 commit
  14. 24 Feb, 2025 1 commit
  15. 20 Feb, 2025 1 commit
  16. 10 Feb, 2025 1 commit
  17. 02 Feb, 2025 2 commits
  18. 30 Jan, 2025 1 commit
  19. 27 Jan, 2025 1 commit
    • James Lamb's avatar
      [python-package] support Python 3.13 (#6668) · 9f1af051
      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: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * update default Python version in .vsts-ci.yml
      
      * remove upper-version pins
      
      * update RTD image
      
      ---------
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      9f1af051
  20. 20 Jan, 2025 2 commits
  21. 03 Jan, 2025 1 commit
  22. 18 Dec, 2024 1 commit
  23. 01 Dec, 2024 1 commit
  24. 30 Nov, 2024 1 commit
  25. 05 Nov, 2024 1 commit
  26. 07 Oct, 2024 1 commit
  27. 06 Oct, 2024 2 commits
  28. 25 Sep, 2024 1 commit
  29. 15 Aug, 2024 1 commit
  30. 14 Aug, 2024 1 commit
  31. 02 Aug, 2024 1 commit
    • Nikita Titov's avatar
      [ci] Require CMake 3.28 and replace `FetchContent_Populate` with... · 3175a912
      Nikita Titov authored
      [ci] Require CMake 3.28 and replace `FetchContent_Populate` with `FetchContent_MakeAvailable` (#6550)
      
      * Replace `FetchContent_Populate` with `FetchContent_MakeAvailable`
      
      * Test with VS 2022
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update IntegratedOpenCL.cmake
      
      * Update .vsts-ci.yml
      
      * bump minimum CMake version
      
      * force symlinking
      
      * fix line length
      
      * install curl
      
      * install sudo
      
      * install certs
      
      * install CMake for R Windows jobs
      
      * debug cmake
      
      * new try
      
      * remove CMake from RTools
      
      * cleanup
      
      * remove duplicted curl installation
      
      * CMake version as variable
      3175a912
  32. 31 Jul, 2024 1 commit
  33. 19 Jul, 2024 1 commit
  34. 18 Jul, 2024 1 commit
  35. 14 Jul, 2024 1 commit
    • James Lamb's avatar
      [ci] [R-package] add CI jobs covering more CRAN "additional checks", fix... · 5cec6903
      James Lamb authored
      [ci] [R-package] add CI jobs covering more CRAN "additional checks", fix R_NO_REMAP warnings (fixes #6369) (#6523)
      
      * [ci] [R-package] add CI jobs testing newer compilers
      
      * set up vignette-processing dependencies
      
      * remove tinytex
      
      * set up pandoc
      
      * allow NOTEs, one more R_NO_REMAP guard
      
      * restore other CI
      
      * one more R_NO_REMAP guard
      
      * fail builds producing more than 1 NOTE
      
      * update approach for running R CMD check
      
      * fix filepath
      
      * fix paths
      
      * fix variable name
      
      * echo lines
      
      * fix piping
      
      * fix file extension
      
      * clean up
      
      * make R CMD check stricter
      5cec6903
  36. 12 Jul, 2024 1 commit
  37. 03 Jul, 2024 1 commit