Skip to content

Commit 252828f

Browse files
authored
release v4.3.0 (#6277)
1 parent 2544d1b commit 252828f

File tree

6 files changed

+33
-13
lines changed

6 files changed

+33
-13
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.2.0.99.{build}
1+
version: 4.3.0.{build}
22

33
image: Visual Studio 2015
44
platform: x64

R-package/configure

+9-9
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.2.0.99.
3+
# Generated by GNU Autoconf 2.71 for lightgbm 4.3.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.2.0.99'
611-
PACKAGE_STRING='lightgbm 4.2.0.99'
610+
PACKAGE_VERSION='4.3.0'
611+
PACKAGE_STRING='lightgbm 4.3.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.2.0.99 to adapt to many kinds of systems.
1214+
\`configure' configures lightgbm 4.3.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.2.0.99:";;
1276+
short | recursive ) echo "Configuration of lightgbm 4.3.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.2.0.99
1344+
lightgbm configure 4.3.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.2.0.99, which was
1381+
It was created by lightgbm $as_me 4.3.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.2.0.99, which was
2457+
This file was extended by lightgbm $as_me 4.3.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.2.0.99
2512+
lightgbm config.status 4.3.0
25132513
configured by $0, generated by GNU Autoconf 2.71,
25142514
with options \\"\$ac_cs_config\\"
25152515

R-package/cran-comments.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# CRAN Submission History
22

3+
## v4.3.0 - Submission 1 - (January 18, 2024)
4+
5+
### CRAN response
6+
7+
Accepted to CRAN
8+
9+
### Maintainer Notes
10+
11+
This submission was put up in response to CRAN saying the package would be archived if the following
12+
warning was not fixed within 14 days.
13+
14+
```text
15+
/usr/local/clang-trunk/bin/../include/c++/v1/__fwd/string_view.h:22:41:
16+
warning: 'char_traits<fmt::detail::char8_type>' is deprecated:
17+
char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period.
18+
It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
19+
```
20+
21+
See https://github.com/microsoft/LightGBM/issues/6264.
22+
323
## v4.2.0 - Submission 1 - (December 7, 2023)
424

525
### CRAN response

R-package/pkgdown/_pkgdown.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.0.99
1+
4.3.0

python-package/pyproject.toml

+1-1
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.2.0.99"
33+
version = "4.3.0"
3434

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

0 commit comments

Comments
 (0)