Skip to content

Commit 54ab2e9

Browse files
authored
Merge branch 'dmlc:release_2.1.0' into release_2.1.0
2 parents 217688a + f199039 commit 54ab2e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+393
-332
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(PLUGIN_SYCL)
44
string(REPLACE " -isystem ${CONDA_PREFIX}/include" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
55
endif()
66

7-
project(xgboost LANGUAGES CXX C VERSION 2.1.1)
7+
project(xgboost LANGUAGES CXX C VERSION 2.1.2)
88
include(cmake/Utils.cmake)
99
list(APPEND CMAKE_MODULE_PATH "${xgboost_SOURCE_DIR}/cmake/modules")
1010

R-package/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: xgboost
22
Type: Package
33
Title: Extreme Gradient Boosting
4-
Version: 2.1.1.1
5-
Date: 2024-07-30
4+
Version: 2.1.2.1
5+
Date: 2024-10-23
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "[email protected]"),

R-package/configure

Lines changed: 13 additions & 13 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 xgboost 2.1.1.
3+
# Generated by GNU Autoconf 2.71 for xgboost 2.1.2.
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='xgboost'
609609
PACKAGE_TARNAME='xgboost'
610-
PACKAGE_VERSION='2.1.1'
611-
PACKAGE_STRING='xgboost 2.1.1'
610+
PACKAGE_VERSION='2.1.2'
611+
PACKAGE_STRING='xgboost 2.1.2'
612612
PACKAGE_BUGREPORT=''
613613
PACKAGE_URL=''
614614

@@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then
12591259
# Omit some internal or obsolete options to make the list less imposing.
12601260
# This message is too long to be a string in the A/UX 3.1 sh.
12611261
cat <<_ACEOF
1262-
\`configure' configures xgboost 2.1.1 to adapt to many kinds of systems.
1262+
\`configure' configures xgboost 2.1.2 to adapt to many kinds of systems.
12631263
12641264
Usage: $0 [OPTION]... [VAR=VALUE]...
12651265
@@ -1321,7 +1321,7 @@ fi
13211321

13221322
if test -n "$ac_init_help"; then
13231323
case $ac_init_help in
1324-
short | recursive ) echo "Configuration of xgboost 2.1.1:";;
1324+
short | recursive ) echo "Configuration of xgboost 2.1.2:";;
13251325
esac
13261326
cat <<\_ACEOF
13271327
@@ -1404,7 +1404,7 @@ fi
14041404
test -n "$ac_init_help" && exit $ac_status
14051405
if $ac_init_version; then
14061406
cat <<\_ACEOF
1407-
xgboost configure 2.1.1
1407+
xgboost configure 2.1.2
14081408
generated by GNU Autoconf 2.71
14091409
14101410
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1603,7 +1603,7 @@ cat >config.log <<_ACEOF
16031603
This file contains any messages produced by compilers while
16041604
running configure, to aid debugging if configure makes a mistake.
16051605
1606-
It was created by xgboost $as_me 2.1.1, which was
1606+
It was created by xgboost $as_me 2.1.2, which was
16071607
generated by GNU Autoconf 2.71. Invocation command line was
16081608
16091609
$ $0$ac_configure_args_raw
@@ -2732,11 +2732,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27322732
then :
27332733
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
27342734
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
2735-
if test ${ac_cv_prog_cxx_11+y}
2735+
if test ${ac_cv_prog_cxx_cxx11+y}
27362736
then :
27372737
printf %s "(cached) " >&6
27382738
else $as_nop
2739-
ac_cv_prog_cxx_11=no
2739+
ac_cv_prog_cxx_cxx11=no
27402740
ac_save_CXX=$CXX
27412741
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27422742
/* end confdefs.h. */
@@ -2778,11 +2778,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27782778
then :
27792779
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
27802780
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
2781-
if test ${ac_cv_prog_cxx_98+y}
2781+
if test ${ac_cv_prog_cxx_cxx98+y}
27822782
then :
27832783
printf %s "(cached) " >&6
27842784
else $as_nop
2785-
ac_cv_prog_cxx_98=no
2785+
ac_cv_prog_cxx_cxx98=no
27862786
ac_save_CXX=$CXX
27872787
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27882788
/* end confdefs.h. */
@@ -3709,7 +3709,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
37093709
# report actual input values of CONFIG_FILES etc. instead of their
37103710
# values after options handling.
37113711
ac_log="
3712-
This file was extended by xgboost $as_me 2.1.1, which was
3712+
This file was extended by xgboost $as_me 2.1.2, which was
37133713
generated by GNU Autoconf 2.71. Invocation command line was
37143714
37153715
CONFIG_FILES = $CONFIG_FILES
@@ -3773,7 +3773,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
37733773
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
37743774
ac_cs_config='$ac_cs_config_escaped'
37753775
ac_cs_version="\\
3776-
xgboost config.status 2.1.1
3776+
xgboost config.status 2.1.2
37773777
configured by $0, generated by GNU Autoconf 2.71,
37783778
with options \\"\$ac_cs_config\\"
37793779

R-package/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.69)
44

5-
AC_INIT([xgboost],[2.1.1],[],[xgboost],[])
5+
AC_INIT([xgboost],[2.1.2],[],[xgboost],[])
66

77
: ${R_HOME=`R RHOME`}
88
if test -z "${R_HOME}"; then

0 commit comments

Comments
 (0)