Skip to content

Commit 271d1ff

Browse files
authored
release v4.4.0 (#6439)
1 parent ad1237d commit 271d1ff

File tree

15 files changed

+46
-19
lines changed

15 files changed

+46
-19
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.3.0.99.{build}
1+
version: 4.4.0.{build}
22

33
image: Visual Studio 2015
44
platform: x64

R-package/R/lgb.Booster.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,8 @@ lgb.load <- function(filename = NULL, model_str = NULL) {
13091309
#' For example, passing \code{start_iteration=5, num_iteration=3} for a regression model
13101310
#' means "save the fifth, sixth, and seventh tree"
13111311
#'
1312+
#' \emph{New in version 4.4.0}
1313+
#'
13121314
#' @return lgb.Booster
13131315
#'
13141316
#' @examples
@@ -1373,6 +1375,8 @@ lgb.save <- function(
13731375
#' For example, passing \code{start_iteration=5, num_iteration=3} for a regression model
13741376
#' means "dump the fifth, sixth, and seventh tree"
13751377
#'
1378+
#' \emph{New in version 4.4.0}
1379+
#'
13761380
#' @return json format of model
13771381
#'
13781382
#' @examples

R-package/R/lgb.Dataset.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,9 @@ dimnames.lgb.Dataset <- function(x) {
10541054
#' @title Slice a dataset
10551055
#' @description Get a new \code{lgb.Dataset} containing the specified rows of
10561056
#' original \code{lgb.Dataset} object
1057+
#'
1058+
#' \emph{Renamed from} \code{slice()} \emph{in 4.4.0}
1059+
#'
10571060
#' @param dataset Object of class \code{lgb.Dataset}
10581061
#' @param idxset an integer vector of indices of rows needed
10591062
#' @return constructed sub dataset

R-package/R/lgb.model.dt.tree.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#' @param start_iteration Index (1-based) of the first boosting round to include in the output.
77
#' For example, passing \code{start_iteration=5, num_iteration=3} for a regression model
88
#' means "return information about the fifth, sixth, and seventh trees".
9+
#'
10+
#' \emph{New in version 4.4.0}
11+
#'
912
#' @return
1013
#' A \code{data.table} with detailed information about model trees' nodes and leafs.
1114
#'

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.3.0.99.
3+
# Generated by GNU Autoconf 2.71 for lightgbm 4.4.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.3.0.99'
611-
PACKAGE_STRING='lightgbm 4.3.0.99'
610+
PACKAGE_VERSION='4.4.0'
611+
PACKAGE_STRING='lightgbm 4.4.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.3.0.99 to adapt to many kinds of systems.
1214+
\`configure' configures lightgbm 4.4.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.3.0.99:";;
1276+
short | recursive ) echo "Configuration of lightgbm 4.4.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.3.0.99
1344+
lightgbm configure 4.4.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.3.0.99, which was
1381+
It was created by lightgbm $as_me 4.4.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.3.0.99, which was
2457+
This file was extended by lightgbm $as_me 4.4.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.3.0.99
2512+
lightgbm config.status 4.4.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CRAN Submission History
22

3+
## v4.4.0 - Submission 1 - (TBD)
4+
5+
### CRAN response
6+
7+
### Maintainer Notes
8+
39
## v4.3.0 - Submission 1 - (January 18, 2024)
410

511
### CRAN response

R-package/man/lgb.dump.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/lgb.model.dt.tree.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/lgb.save.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

R-package/man/lgb.slice.Dataset.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)