- 02 Sep, 2020 1 commit
-
-
Guolin Ke authored
* Update VERSION.txt * Update .appveyor.yml * remove 3.0-RC installation guide * Apply suggestions from code review * [R-package] bump version (#3345) Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 09 Aug, 2020 1 commit
-
-
Guolin Ke authored
* bump version for development * Update .appveyor.yml * Update README.rst
-
- 26 Feb, 2020 1 commit
-
-
Nikita Titov authored
* bump Azure image versions * fixed Windows builds
-
- 16 Jan, 2020 1 commit
-
-
Nikita Titov authored
* indicate support only for the last 3 macOS versions in wheel name * document support only for 3 newest macOS versions
-
- 12 Jan, 2020 1 commit
-
-
Nikita Titov authored
* removed OpenMP ugly fix for Mojave as it's fixed in latest CMake * test: switch compilers * switch compilers back
-
- 16 Oct, 2019 1 commit
-
-
Nikita Titov authored
-
- 15 Oct, 2019 1 commit
-
-
Nikita Titov authored
* added logos to badges * Update README.rst
-
- 17 Aug, 2019 1 commit
-
-
Nikita Titov authored
* allow usage and compilation of 32-bit library * added docs
-
- 31 Jul, 2019 1 commit
-
-
Alexander L. Hayes authored
*
📝 FAQ overhaul for Issue #2268 Reformat "Contents" to use the `.. contents::` directive Reword "Critical" into "Critical Issues" Reformat "Critical" section to define "critical issues" Reformat FAQ sections to follow a new format Reformat FAQ sections so individual questions have links All sections now follow a new format (below). A "frequently asked question" may also include a possible cause and a solution (if the two are not obvious from the context): ```rst Section Title ============= .. contents:: :local: :backlinks: none 1. Question 1 ------------- **Possible Cause**: This is likely due to... **Solution**: Fix with... ``` *✏ ️ Correcting typos and links Add period to `2. Error messages: ....` Fix links to FAQ in Installation-Guide.rst *✏ ️ Removing FAQ link and correcting `python-package` README Drop general FAQ link in `Installation-Guide.rst` Add FAQ question links to `python-package/README.rst`
-
- 17 Jun, 2019 1 commit
-
-
Guolin Ke authored
* add "download" badge * Update README.rst * Update README.md * replaced issue badge with releases downloads badge * Update README.md
-
- 08 May, 2019 1 commit
-
-
Guolin Ke authored
* fix travis badge * updated GitHub Microsoft URL
-
- 05 May, 2019 1 commit
-
-
Nikita Titov authored
-
- 30 Apr, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* updated installation guide * updated Python installation guide * added note about opencl path to Windows section * added space before path in message * minor correction for option description in Python installation guide
-
- 29 Apr, 2019 1 commit
-
-
Nikita Titov authored
* set platform via A option * style hotfix * updated R installation script * updated Python installation script * updated CI test script * provide VS version-ingependent link for redistributables download * added link to VS 2019 redistributables * added VS 2019 match for Boost binaries
-
- 11 Apr, 2019 1 commit
-
-
Nikita Titov authored
* updated HDFS guide * updated guide * no info about Clang * pass paths in quotes * Update README.rst
-
- 02 Feb, 2019 1 commit
-
-
Nikita Titov authored
* added OpenMP options for python-package installation * fixed grammar typo
-
- 27 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 20 Jan, 2019 1 commit
-
-
Nikita Titov authored
-
- 05 Nov, 2018 1 commit
-
-
Nikita Titov authored
-
- 16 Oct, 2018 2 commits
-
-
Nikita Titov authored
* added docstring style test and fixed errors in existing docstrings * hotfix * hotfix * fix grammar * hotfix
-
Nikita Titov authored
* downgrade Xcode version on Azure * fixed docs and warning
-
- 03 Oct, 2018 1 commit
-
-
Guolin Ke authored
* Update README.rst * Update README.rst * separate list item for <2.1.2 version and future -> present time
-
- 15 Sep, 2018 1 commit
-
-
Nikita Titov authored
-
- 05 Sep, 2018 1 commit
-
-
Nikita Titov authored
* Update README.md * Update README.rst * Update Installation-Guide.rst * Update Installation-Guide.rst
-
- 27 Aug, 2018 1 commit
-
-
Nikita Titov authored
-
- 13 Aug, 2018 1 commit
-
-
Nikita Titov authored
* added clang test * hotfix * downgrade required AppleCLang version * fixed CMakeLists * prevent case when CMake is downgraded by libomp * fixed Clang test * moved MSVC version check to the better place * compile with Clang at Travis on Linux * clear .travis.yml * fixed indents * added support of MPI test at Travis with macOS * added FAQ entry about OpenMP library error * updated installation guide * moved APPLE_OUTPUT_DYLIB to other options * fix check-docs test: ignore old url from error message * added example of symlink command in FAQ * fixed markdown * capitalized heading * updated Python installation guide * changed mode in message command * added notes about MinGW efficiency problems * updated R-package installation guide * use quotes for gcc version * removed excess 'Note' phrase
-
- 20 Jun, 2018 1 commit
-
-
Nikita Titov authored
-
- 03 Jun, 2018 1 commit
-
-
Nikita Titov authored
* added missed description of plot_example in python_guide folder and fixed consistency for packages naming * more reliable OS detection * fixed grammar * made pylint happy
-
- 22 May, 2018 2 commits
-
-
Nikita Titov authored
* added a note about g++ versions for macOS users * hotfix excess dot in FAQ * added notes about gcc version in installation guides
-
Nikita Titov authored
* actualized pep8 ignored codes and fixed PEP 8 spelling * actualized PyPI links
-
- 17 Apr, 2018 1 commit
-
-
Nikita Titov authored
* fixed PyPI badge * Update Parameters.rst * Update Parameters.rst * Update Parameters.rst
-
- 28 Feb, 2018 1 commit
-
-
Nikita Titov authored
-
- 31 Dec, 2017 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
[python] added option to install python-package with mpi version and possibility to pass CMake options (#1034) * fixed hierarchy of installation guide sections; made installation with proto support more verbose * added option to install with protobuf support to python package * fixed pylint * added option to install MPI version to python package * added tests for python-package installation with options --proto and --mpi * hotfix * removed unnecessary note from docs * removed unnecessary line from travis script * reverted proto * Revert "reverted proto" This reverts commit 5203448bb90a13844cf330527ca971eabb45a4a8. * reverted protobuf from python-package * added options for cmake in python-package * fixed typos * fixed options readability * reworked installation logging * fixed docs according to review comments * fixed pylint * fixed space in log path
-
- 16 Dec, 2017 1 commit
-
-
Nikita Titov authored
-
- 29 Nov, 2017 1 commit
-
-
Nikita Titov authored
* updated travis * renamed OSX->macOS; updated gcc installation on macOS * updated travis macos installation Please enter the commit message for your changes. Lines starting * updated installation guide for macos * fixed spelling * renamed appveyor file * updated Travis
-
- 01 Nov, 2017 1 commit
-
-
Nikita Titov authored
-
- 18 Oct, 2017 1 commit
-
-
Nikita Titov authored
* added validation of python-package folder * fixed duplicate explicit targets names
-
- 12 Oct, 2017 1 commit
-
-
Nikita Titov authored
* fixed typos and hotfixes * converted gcc-tips.Rmd; added ref to gcc-tips * renamed files * renamed Advanced-Topics * renamed README * renamed Parameters-Tuning * renamed FAQ * fixed refs to FAQ * fixed undecodable source characters * renamed Features * renamed Quick-Start * fixed undecodable source characters in Features * renamed Python-Intro * renamed GPU-Tutorial * renamed GPU-Windows * fixed markdown * fixed undecodable source characters in GPU-Windows * renamed Parameters * fixed markdown * removed recommonmark dependence * hotfixes * added anchors to links * fixed 404 * fixed typos * added more anchors * removed sphinxcontrib-napoleon dependence * removed outdated line in Travis config * fixed max-width of the ReadTheDocs theme * added horizontal align to images
-