1. 18 Sep, 2018 1 commit
    • Guolin Ke's avatar
      new release (#1649) · 7158a632
      Guolin Ke authored
      * Update VERSION.txt
      
      * Update DESCRIPTION
      
      * Update .appveyor.yml
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update .appveyor.yml
      
      * Update DESCRIPTION
      
      * Update VERSION.txt
      
      * Update DESCRIPTION
      7158a632
  2. 17 Sep, 2018 1 commit
  3. 16 Sep, 2018 1 commit
  4. 15 Sep, 2018 2 commits
  5. 14 Sep, 2018 1 commit
  6. 12 Sep, 2018 4 commits
  7. 11 Sep, 2018 3 commits
  8. 10 Sep, 2018 4 commits
  9. 09 Sep, 2018 2 commits
  10. 08 Sep, 2018 4 commits
  11. 07 Sep, 2018 1 commit
  12. 06 Sep, 2018 1 commit
  13. 05 Sep, 2018 3 commits
  14. 03 Sep, 2018 1 commit
  15. 02 Sep, 2018 2 commits
  16. 01 Sep, 2018 2 commits
  17. 31 Aug, 2018 3 commits
  18. 29 Aug, 2018 4 commits
    • Nikita Titov's avatar
      abd73765
    • Nikita Titov's avatar
      removed duplicated info in R README (#1624) · 3dd72191
      Nikita Titov authored
      3dd72191
    • Nikita Titov's avatar
      [python] add possibility to predict dataset with nrow > max_int32 (#1615) · f8ffd988
      Nikita Titov authored
      * added possibility to predict numpy array with nrow > max_int32
      
      * save memory more efficient
      
      * better variable name
      
      * added possibility to predict scipy.sparse.csr matrix with nrow > max_int32
      
      * added possibility to predict scipy.sparse.csc matrix with nrow > max_int32
      
      * reworked numpy array case
      f8ffd988
    • James Lamb's avatar
      [R-package] CRAN fixes (#1499) · eded794e
      James Lamb authored
      * Fixed typos in docs
      
      * Fixed inconsistencies in documentation
      
      * Updated strategy for registering routines
      
      * Fixed issues caused by smashing multiple functions into one Rd
      
      * Fixed issues with documentation
      
      * Removed VignetteBuilder and updated Rbuildignore
      
      * Added R build artefacts to gitignore
      
      * Added namespacing on data.table set function. Updated handling of CMakeLists file to get around CRAN check.
      
      * Updated build instructions
      
      * Added R build script
      
      * Removed build_r.sh script and updated R-package install instructions
      eded794e