Skip to content

Commit 501ce1c

Browse files
authored
Release v4.1.0 (#6076)
1 parent 6862162 commit 501ce1c

File tree

8 files changed

+77
-13
lines changed

8 files changed

+77
-13
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.0.0.99.{build}
1+
version: 4.1.0.{build}
22

33
image: Visual Studio 2015
44
platform: x64

R-package/configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for lightgbm 4.0.0.99.
3+
# Generated by GNU Autoconf 2.71 for lightgbm 4.1.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@ MAKEFLAGS=
607607
# Identity of this package.
608608
PACKAGE_NAME='lightgbm'
609609
PACKAGE_TARNAME='lightgbm'
610-
PACKAGE_VERSION='4.0.0.99'
611-
PACKAGE_STRING='lightgbm 4.0.0.99'
610+
PACKAGE_VERSION='4.1.0'
611+
PACKAGE_STRING='lightgbm 4.1.0'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1211,7 +1211,7 @@ if test "$ac_init_help" = "long"; then
12111211
# Omit some internal or obsolete options to make the list less imposing.
12121212
# This message is too long to be a string in the A/UX 3.1 sh.
12131213
cat <<_ACEOF
1214-
\`configure' configures lightgbm 4.0.0.99 to adapt to many kinds of systems.
1214+
\`configure' configures lightgbm 4.1.0 to adapt to many kinds of systems.
12151215
12161216
Usage: $0 [OPTION]... [VAR=VALUE]...
12171217
@@ -1273,7 +1273,7 @@ fi
12731273

12741274
if test -n "$ac_init_help"; then
12751275
case $ac_init_help in
1276-
short | recursive ) echo "Configuration of lightgbm 4.0.0.99:";;
1276+
short | recursive ) echo "Configuration of lightgbm 4.1.0:";;
12771277
esac
12781278
cat <<\_ACEOF
12791279
@@ -1341,7 +1341,7 @@ fi
13411341
test -n "$ac_init_help" && exit $ac_status
13421342
if $ac_init_version; then
13431343
cat <<\_ACEOF
1344-
lightgbm configure 4.0.0.99
1344+
lightgbm configure 4.1.0
13451345
generated by GNU Autoconf 2.71
13461346
13471347
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1378,7 +1378,7 @@ cat >config.log <<_ACEOF
13781378
This file contains any messages produced by compilers while
13791379
running configure, to aid debugging if configure makes a mistake.
13801380
1381-
It was created by lightgbm $as_me 4.0.0.99, which was
1381+
It was created by lightgbm $as_me 4.1.0, which was
13821382
generated by GNU Autoconf 2.71. Invocation command line was
13831383
13841384
$ $0$ac_configure_args_raw
@@ -2454,7 +2454,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24542454
# report actual input values of CONFIG_FILES etc. instead of their
24552455
# values after options handling.
24562456
ac_log="
2457-
This file was extended by lightgbm $as_me 4.0.0.99, which was
2457+
This file was extended by lightgbm $as_me 4.1.0, which was
24582458
generated by GNU Autoconf 2.71. Invocation command line was
24592459
24602460
CONFIG_FILES = $CONFIG_FILES
@@ -2509,7 +2509,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
25092509
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25102510
ac_cs_config='$ac_cs_config_escaped'
25112511
ac_cs_version="\\
2512-
lightgbm config.status 4.0.0.99
2512+
lightgbm config.status 4.1.0
25132513
configured by $0, generated by GNU Autoconf 2.71,
25142514
with options \\"\$ac_cs_config\\"
25152515

R-package/cran-comments.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# CRAN Submission History
22

3+
## v4.1.0 - not submitted
4+
5+
v4.1.0 was not submitted to CRAN, because https://github.com/microsoft/LightGBM/issues/5987 had not been resolved.
6+
7+
## v4.0.0 - Submission 2 - (July 19, 2023)
8+
9+
### CRAN response
10+
11+
> Dear maintainer,
12+
> package lightgbm_4.0.0.tar.gz does not pass the incoming checks automatically.
13+
14+
The logs linked from those messagges showed one issue remaining on Debian (0 on Windows).
15+
16+
```text
17+
* checking examples ... [7s/4s] NOTE
18+
Examples with CPU time > 2.5 times elapsed time
19+
user system elapsed ratio
20+
lgb.restore_handle 1.206 0.085 0.128 10.08
21+
```
22+
23+
### Maintainer Notes
24+
25+
Chose to document the issue and need for a fix in https://github.com/microsoft/LightGBM/issues/5987, but not resubmit,
26+
to avoid annoying CRAN maintainers.
27+
28+
## v4.0.0 - Submission 1 - (July 16, 2023)
29+
30+
### CRAN response
31+
32+
> Dear maintainer,
33+
> package lightgbm_4.0.0.tar.gz does not pass the incoming checks automatically.
34+
35+
The logs linked from those messages showed the following issues from `R CMD check`.
36+
37+
```text
38+
* checking S3 generic/method consistency ... NOTE
39+
Mismatches for apparent methods not registered:
40+
merge:
41+
function(x, y, ...)
42+
merge.eval.string:
43+
function(env)
44+
45+
format:
46+
function(x, ...)
47+
format.eval.string:
48+
function(eval_res, eval_err)
49+
See section 'Registering S3 methods' in the 'Writing R Extensions'
50+
manual.
51+
```
52+
53+
```text
54+
* checking examples ... [8s/4s] NOTE
55+
Examples with CPU time > 2.5 times elapsed time
56+
user system elapsed ratio
57+
lgb.restore_handle 1.819 0.128 0.165 11.8
58+
```
59+
60+
### Maintainer Notes
61+
62+
Attempted to fix these with https://github.com/microsoft/LightGBM/pull/5988 and resubmitted.
63+
364
## v3.3.5 - Submission 2 - (January 16, 2023)
465

566
### CRAN response

R-package/pkgdown/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repo:
1414
user: https://github.com/
1515

1616
development:
17-
mode: unreleased
17+
mode: release
1818

1919
authors:
2020
Yu Shi:

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0.99
1+
4.1.0

docs/Parameters.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,8 @@ Objective Parameters
11411141

11421142
- used only in ``lambdarank`` application when positional information is provided and position bias is modeled. Larger values reduce the inferred position bias factors.
11431143

1144+
- *New in version 4.1.0*
1145+
11441146
Metric Parameters
11451147
-----------------
11461148

include/LightGBM/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ struct Config {
967967

968968
// check = >=0.0
969969
// desc = used only in ``lambdarank`` application when positional information is provided and position bias is modeled. Larger values reduce the inferred position bias factors.
970+
// desc = *New in version 4.1.0*
970971
double lambdarank_position_bias_regularization = 0.0;
971972

972973
#ifndef __NVCC__

python-package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ maintainers = [
3030
name = "lightgbm"
3131
readme = "README.rst"
3232
requires-python = ">=3.6"
33-
version = "4.0.0.99"
33+
version = "4.1.0"
3434

3535
[project.optional-dependencies]
3636
dask = [

0 commit comments

Comments
 (0)