Граф коммитов

71 Коммитов

Автор SHA1 Сообщение Дата
Nikita Titov bc4e6686fb
[ci] Bump version for development (#4730)
* Update _pkgdown.yml

* Update .appveyor.yml

* Update VERSION.txt

* Auto-update configure

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
2021-10-28 05:50:47 +03:00
James Lamb d4851c3381
release v3.3.1 (#4715)
* release v3.3.1

* update cran-comments

* Auto-update configure

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
Co-authored-by: Nikita Titov <nekit94-12@hotmail.com>
2021-10-27 00:01:22 -05:00
Nikita Titov 9247359251
[ci] Bump version for development (#4662)
* Update .appveyor.yml

* Update VERSION.txt

* Auto-update configure

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
2021-10-10 01:10:26 +03:00
James Lamb fa4ecf4c4d
v3.3.0 release (fixes #4310) (#4633)
* v3.3.0 release

* Auto-update configure

* Update R-package/DESCRIPTION

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
Co-authored-by: Nikita Titov <nekit94-12@hotmail.com>
2021-10-08 20:06:38 -05:00
Nikita Titov b8a6f809e9
[ci] Bump version for development (#4171)
* Bump version for development

* Auto-update configure

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
2021-04-13 02:07:29 +03:00
James Lamb b8e38ec1eb
v3.2.1 release (#4169)
* v3.2.1 release

* Auto-update configure

Co-authored-by: GitHub Actions Bot <githubactionsbot@users.noreply.github.com>
2021-04-12 21:17:38 +03:00
Nikita Titov 6ac2ffe04a
[ci] Bump version for development (#4094)
* Update .appveyor.yml

* Update cran-comments.md

* Update VERSION.txt

* update configure

Co-authored-by: James Lamb <jaylamb20@gmail.com>
2021-03-22 21:11:26 +03:00
Guolin Ke 2e54d5f518
v3.2.0 release (#3872)
* Update VERSION.txt

* update appveyor.yml and configure

* fix Appveyor builds

Co-authored-by: James Lamb <jaylamb20@gmail.com>
Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
Co-authored-by: StrikerRUS <nekit94-12@hotmail.com>
2021-03-22 13:37:29 +03:00
Nikita Titov 6bb6164e3c
Move compute and eigen libraries to external_libs folder (#3809)
* move all submodules to external_libs folder

* Update .Rbuildignore

* Update MANIFEST.in

* Update .appveyor.yml

* Update CMakeLists.txt

* Update build_r.R

* Update test.sh

* Update setup.py

* Update CMakeLists.txt

* Update test.sh

* Update setup.py

* Update conf.py

* Update MANIFEST.in

* Update LightGBM.vcxproj

* continue

* test

* test

* Update setup.py

* hotfix

* revert CI tests
2021-01-22 17:45:43 +03:00
Nikita Titov 1fb2744370
[docs][ci] added docs about GPU support out of the box for Windows wheels and small refactoring for dual test (#3660)
* added docs about GPU support out of the box for Windows and small refactoring for dual test

* test

* Revert "test"

This reverts commit 45188103c2.

* fix docs

* fix docs

* hotfix config

* Apply suggestions from code review

Co-authored-by: TP Boudreau <tpboudreau@gmail.com>

Co-authored-by: TP Boudreau <tpboudreau@gmail.com>
2020-12-22 14:20:01 +03:00
Nikita Titov 44a6fb7ffa
[python] Drop Python 2 support (#3581)
* Update setup.py

* Update .appveyor.yml

* Update .travis.yml

* Update .vsts-ci.yml

* Update __init__.py

* Update test.sh

* Update test_windows.ps1

* Update advanced_example.py

* Update requirements_base.txt

* Update conf.py

* Update conf.py

* Update test_engine.py

* Update utils.py

* Update dockerfile-r

* Update README.md

* Update dockerfile.gpu

* Update test_consistency.py

* Update basic.py

* Update compat.py

* Update engine.py

* Update sklearn.py

* Update sklearn.py

* Update callback.py

* Update setup.py

* Update __init__.py

* Update plotting.py

* Update sklearn.py

* Update engine.py

* Update compat.py

* Update callback.py

* Update basic.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update plotting.py

* Update engine.py

* Update basic.py

* Update sklearn.py

* Update compat.py

* Update engine.py

* Update engine.py

* Update callback.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update sklearn.py

* Update sklearn.py

* Update plotting.py

* Update sklearn.py

* Update compat.py

* Update compat.py

* Update engine.py

* Update plotting.py

* Update sklearn.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update compat.py

* Update engine.py

* Update basic.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update basic.py

* Update compat.py

* Update compat.py

* Update basic.py

* Update basic.py

* Update .vsts-ci.yml

* Update .vsts-ci.yml

* Update conf.py

* Revert "Update dockerfile-r"

This reverts commit 4ff6ffc7e3.
2020-12-09 13:32:00 +03:00
Nikita Titov 1fb82e271d
[ci] Bump version for development (#3633)
* Update VERSION.txt

* Update .appveyor.yml

* update configure and cran-comments

Co-authored-by: James Lamb <jaylamb20@gmail.com>
2020-12-09 13:27:37 +03:00
James Lamb 218446a59b
release 3.1.1 (#3611)
Co-authored-by: StrikerRUS <nekit94-12@hotmail.com>
2020-12-08 10:06:55 +08:00
Guolin Ke 8c1260c9f8
bump version for development (#3568)
* bump version for development

* Update .appveyor.yml

* fix typos in CRAN comments

* update configure

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
Co-authored-by: James Lamb <jaylamb20@gmail.com>
2020-11-18 11:08:07 +08:00
Guolin Ke 0b5e60dd10
3.1.0 release (#3484)
* Update VERSION.txt

* update configure

* Update .appveyor.yml

* update cran-comments

Co-authored-by: James Lamb <jaylamb20@gmail.com>
2020-11-16 11:45:28 +08:00
Nikita Titov a3b9dae730
[python] Drop Python 3.5 support (#3395)
* Update .appveyor.yml

* Update .travis.yml

* Update .vsts-ci.yml

* Update main.yml

* Update setup.py
2020-09-15 18:12:03 +03:00
Guolin Ke 8fc80bb487
bump version (#3344)
* 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>
2020-09-02 09:44:03 +08:00
Guolin Ke ee8ec18201
bump version for development (#3281)
* bump version for development

* Update .appveyor.yml

* Update README.rst
2020-08-09 08:24:59 +08:00
Guolin Ke 63c8287928
v3.0.0rc1 (#3071)
* 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: James Lamb <jaylamb20@gmail.com>
2020-08-07 08:11:12 +08:00
James Lamb 8696a490de
[ci] Move R Windows CI to GitHub Actions (#3168)
* [ci] Move R Windows CI to GitHub Actions

* fix OS filter

* Apply suggestions from code review

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* remove trailing semicolon

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2020-06-21 20:08:58 -05:00
James Lamb e83042f206
[R-package] Add support for R 4.0 (fixes #3064, fixes #3024) (#3065)
* [R-package] replaced gendef.exe with R code to create R.def (fixes #3064)

* fix broken things

* trying to add R4.0 docs

* changed make

* fixing make paths

* update notes on environment variables

* fix linting

* fixes to CI

* fixing build_cmd and other stuff

* fix bad substitution

* fix Azure Linux builds

* I am bad at bash

* simplifying

* only testing R

* getting better logs

* mingw32

* docs

* toolchain

* using msys

* fix visual studio condition

* toolchain test

* full CI

* fix if-elses

* bump allowed NOTEs

* search for Rscript

* updates to docs

* use processx

* fix mismatched arguments

* move CI to GitHub Actions

* minor changes

* fix workflow file

* fix templating

* fix Azure DevOps

* debugging windows builds

* dont shQuote file name

* all GitHub Actions jobs

* Apply suggestions from code review

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* minor cleanup

* remove objdump printing

* make file.remove() invisible

* Apply suggestions from code review

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>

* reduce duplicated paths in docs

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2020-06-14 08:56:34 +08:00
James Lamb b203bfb6a3
[ci] avoid duplicatte AppVeyor builds (#3096) 2020-05-16 18:32:36 -05:00
James Lamb 3caf359a79
[R-package] speed up installation with Visual Studio (#2965)
* fix conflicts

* Update R-package/src/install.libs.R

* empty commit
2020-05-14 19:31:13 +03:00
James Lamb 2c18a0f3ed
[R-package] [ci] Add Windows CI for R package (fixes #2335) (#2936)
* first test of appveyor

* strings are strings

* lil bit of build script

* fixing paths

* removed unnecessary file

* updated CRAN URL

* added a lot more printing

* fixing paths

* more stuff

* fixed paths

* more stuff

* more path guessing

* even more paths

* more stuff

* moar logz

* and now for something totally different

* please work

* ok could be a thing

* changing directories

* we might be in business

* fixed install syntax

* tryinv mingw

* more mingw

* ignore Suggests check

* trying Azure DevOps

* just run bare minimum for Azure DevOps

* fixed  build dir thing

* trying to set libPaths

* more testing

* trying R 3.6.3

* R 3.6.3

* this feels right

* still messing around with libraries

* more paths

* removed duplication in Windows testing code

* simpler

* fixed conda stuff

* more conda stuff

* more fixes

* fixed testing script

* moved AppVeyor setup to the top

* commenting

* ch-ch-ch-ch-chaaaanges

* paths

* plz work

* fixed conda stuff in Windows CI

* uncommented stuff to test a full build

* fixed quotes and removed some unnecessary stuff

* added install.libs.R change

* quotes are impoortant

* added commented-out stuff back in

* added Windows script, download retries, and MSVC linking

* minor fixes

* cleaned up debugging code in FindLibR

* cleaned up debugging code and moved R first in CI

* fixed vsts-ci indentation

* cut documentation stuff out of MSVC build

* fix R CMD check for Azure

* misc whitespace changes

* Added echoing of build logs from R CMD check

* cut out more documentation tests

* fixed NOTE about imports from Matrix

* moved some changes out of this PR and into #2963

* fixed whitespace stuff

* added check on number of NOTES

* adding better checks

* fixing check on NOTEs

* removing unnecessary variable

* Update .ci/test_r_package_windows.ps1

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

* some changes

* fix quoting

* trying MINGW on Azure DevOps

* fixing paths

* more paths

* fixing paths

* testing paths

* fixing slashes

* pinned CTAN mirror

* get better logs

* made sure Azure finds MinGW, fixed search for LIBR_CORE_LIBRARY, stopped building R docs on Azure

* Apply suggestions from code review

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

* added CXX, CC for Windows builds and changed back to building docs on all MINGW builds

* stored LIBR_CORE_LIBRARY hints in one variable

* Apply suggestions from code review

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

* changes from code review

* increased parallel builds for Azure CI

* Apply suggestions from code review

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2020-04-26 16:05:45 -05:00
James Lamb 2d4f3909e8
[ci] reduce duplication in Python Windows CI (#2962)
* [ci] reduced duplication in Python Windows CI

* fixed typo

* reorganized

* fixed task name

* Update .ci/test_windows.ps1

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

* changes from code review

* added conda init powershell back

* Update .ci/test_windows.ps1

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>

* Switched to absolute paths

* fixed env variables

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
2020-04-01 20:38:34 +03:00
Nikita Titov 63c8c0366b [ci] avoid Appveyor failures (#2753) 2020-02-08 20:58:10 +08:00
Nikita Titov d100277649 specify the last supported version of scikit-learn (#2637) 2019-12-19 19:00:29 +08:00
Nikita Titov 483a9bbad2
bump version for development (#2599) 2019-11-29 03:40:04 +03:00
Nikita Titov 785e477856 [ci] removed temp fix for Graphviz from conda (#2551) 2019-11-07 21:42:29 -06:00
James Lamb fbf95687ad [ci] reduced number of commits cloned to CI environments (#2495)
* reduced number of commits cloned to CI environments

* changed clone depth for CI to 5 commits
2019-10-22 02:21:05 +03:00
Nikita Titov 780a3fdf2f [ci] removed temp fix for missing package (#2493) 2019-10-05 20:56:10 -05:00
Guolin Ke 3d407b67e5
new version number after release (#2469)
* new version number after release

* Update .appveyor.yml

* Update DESCRIPTION
2019-09-29 17:53:40 +08:00
Guolin Ke b3c126629e
v2.3.0 realese (#2138)
* Update DESCRIPTION

* bump minor version
2019-09-29 11:56:42 +08:00
Nikita Titov e47d941428 [ci] temp fix for missing dependency on Windows (#2440) 2019-09-24 18:20:32 -05:00
Nikita Titov df26b65d78
[ci][tests] install joblib for test directly (#2374) 2019-09-03 14:08:10 +03:00
Nikita Titov ee28ea36a4
[ci] remove temp fix and fix activation for conda (#2280)
* removed temp fix for conda

* fixed conda activation before any conda command
2019-07-24 15:06:58 +03:00
Nikita Titov 16751b3803
[ci] downgrade conda (#2245)
* Update .appveyor.yml

* Update .vsts-ci.yml

* Update setup.sh
2019-07-01 13:11:10 +03:00
Guolin Ke 94fbe5bb9f
[docs] updated Microsoft GitHub URL (#2152)
* fix travis badge

* updated GitHub Microsoft URL
2019-05-08 13:51:28 +08:00
Nikita Titov 2c41d15e06 [ci] nose is not needed anymore (#2151) 2019-05-06 09:53:33 +08:00
Nikita Titov 044a39d0ee [ci] hotfixes (#2132)
* Update Features.rst

* Update .appveyor.yml

* Update test_windows.ps1

* Update test_windows.ps1

* Update .appveyor.yml

* Update test_windows.ps1

* Update .appveyor.yml
2019-04-26 22:06:49 +08:00
Nikita Titov 691b842832 [ci] update CI stuff (#2079)
* 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
2019-04-09 10:23:32 +08:00
Nikita Titov 7a89d0054b removed Python 3.4 support (#2051) 2019-03-20 14:18:35 +08:00
Nikita Titov babe8b313a removed hotfix (#2054) 2019-03-19 07:58:40 +08:00
Nikita Titov b020a25d3d [ci] compatibility hotfix for notebook execution (#2048)
* ci fix

* ci fix for Appveyor

* actually firx Appveyor
2019-03-14 18:45:48 +08:00
Nikita Titov b447a7bc34 fixed conda (#2016) 2019-02-18 14:37:36 +08:00
Guolin Ke 8e286b38a3
update version number at master branch (#1996)
* Update VERSION.txt

* Update .appveyor.yml

* Update DESCRIPTION
2019-02-05 19:27:24 +08:00
Nikita Titov 6f548ada45 [ci] refined command status check (#1980)
* refined command status check

* refined Appveyor

* redirect all warnings to stdout
2019-02-02 14:38:19 +08:00
Nikita Titov fe77eac5e7
[tests][python] added test for huge string model (#1964)
* added test for huge string model

* fixed tree sizes field

* simplified model structure

* fixed test and added try/except
2019-01-30 16:34:06 +03:00
Nikita Titov b01d00aad9 removed temp fix (#1871) 2018-11-25 09:40:46 +08:00
Nikita Titov 1318653ce7
[ci][docs] updated temp fix for warning written to stderr, fixed conda permissions and updated bench link (#1849)
* Update .appveyor.yml

* updated bench link (404)

* fixed conda permission error on Azure

* use stable container
2018-11-21 19:59:55 +03:00