Skip to content

Commit 7efa4fc

Browse files
trivialfishcho3
andauthored
Bump version to 3.1.0-rc1. (dmlc#11698)
* Create rc1 release. * Update pyproject.toml --------- Co-authored-by: Philip Hyunsu Cho <[email protected]> Co-authored-by: Hyunsu Cho <[email protected]>
1 parent 2d6ac00 commit 7efa4fc

File tree

12 files changed

+21
-21
lines changed

12 files changed

+21
-21
lines changed

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: 3.1.0.0
5-
Date: 2025-03-03
4+
Version: 3.1.0.1
5+
Date: 2025-09-26
66
Authors@R: c(
77
person("Tianqi", "Chen", role = c("aut"),
88
email = "[email protected]"),

R-package/configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,11 +2796,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27962796
then :
27972797
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
27982798
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
2799-
if test ${ac_cv_prog_cxx_11+y}
2799+
if test ${ac_cv_prog_cxx_cxx11+y}
28002800
then :
28012801
printf %s "(cached) " >&6
28022802
else $as_nop
2803-
ac_cv_prog_cxx_11=no
2803+
ac_cv_prog_cxx_cxx11=no
28042804
ac_save_CXX=$CXX
28052805
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28062806
/* end confdefs.h. */
@@ -2842,11 +2842,11 @@ if test x$ac_prog_cxx_stdcxx = xno
28422842
then :
28432843
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
28442844
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
2845-
if test ${ac_cv_prog_cxx_98+y}
2845+
if test ${ac_cv_prog_cxx_cxx98+y}
28462846
then :
28472847
printf %s "(cached) " >&6
28482848
else $as_nop
2849-
ac_cv_prog_cxx_98=no
2849+
ac_cv_prog_cxx_cxx98=no
28502850
ac_save_CXX=$CXX
28512851
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28522852
/* end confdefs.h. */

jvm-packages/pom.xml

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

77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
<packaging>pom</packaging>
1111
<name>XGBoost JVM Package</name>
1212
<description>JVM Package for XGBoost</description>

jvm-packages/xgboost4j-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-example</name>
1212
<artifactId>xgboost4j-example_2.12</artifactId>
13-
<version>3.1.0-SNAPSHOT</version>
13+
<version>3.1.0-RC1</version>
1414
<packaging>jar</packaging>
1515
<build>
1616
<plugins>

jvm-packages/xgboost4j-flink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
</parent>
1111

1212
<name>xgboost4j-flink</name>
1313
<artifactId>xgboost4j-flink_2.12</artifactId>
14-
<version>3.1.0-SNAPSHOT</version>
14+
<version>3.1.0-RC1</version>
1515
<properties>
1616
<flink-ml.version>2.2.0</flink-ml.version>
1717
</properties>

jvm-packages/xgboost4j-spark-gpu/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-spark-gpu</name>
1212
<groupId>ml.dmlc</groupId>
1313
<artifactId>xgboost4j-spark-gpu_2.12</artifactId>
14-
<version>3.1.0-SNAPSHOT</version>
14+
<version>3.1.0-RC1</version>
1515
<description>JVM Package for XGBoost</description>
1616
<url>https://github.com/dmlc/xgboost/tree/master/jvm-packages</url>
1717
<licenses>

jvm-packages/xgboost4j-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j-spark</name>
1212
<artifactId>xgboost4j-spark_2.12</artifactId>

jvm-packages/xgboost4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>ml.dmlc</groupId>
88
<artifactId>xgboost-jvm_2.12</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.1.0-RC1</version>
1010
</parent>
1111
<name>xgboost4j</name>
1212
<artifactId>xgboost4j_2.12</artifactId>
13-
<version>3.1.0-SNAPSHOT</version>
13+
<version>3.1.0-RC1</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

python-package/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "Hyunsu Cho", email = "[email protected]" },
1616
{ name = "Jiaming Yuan", email = "[email protected]" }
1717
]
18-
version = "3.1.0-dev"
18+
version = "3.1.0rc1"
1919
requires-python = ">=3.10"
2020
license = { text = "Apache-2.0" }
2121
classifiers = [
@@ -45,7 +45,7 @@ pandas = ["pandas>=1.2"]
4545
scikit-learn = ["scikit-learn"]
4646
dask = ["dask", "pandas", "distributed"]
4747
plotting = ["graphviz", "matplotlib"]
48-
pyspark = ["pyspark", "scikit-learn", "cloudpickle"]
48+
pyspark = ["pyspark>=3.4", "scikit-learn", "cloudpickle"]
4949

5050
[tool.hatch.build.targets.wheel.hooks.custom]
5151

python-package/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
{ name = "Hyunsu Cho", email = "[email protected]" },
1515
{ name = "Jiaming Yuan", email = "[email protected]" }
1616
]
17-
version = "3.1.0-dev"
17+
version = "3.1.0rc1"
1818
requires-python = ">=3.10"
1919
license = { text = "Apache-2.0" }
2020
classifiers = [

0 commit comments

Comments
 (0)