Skip to content

Commit 806fef9

Browse files
committed
Deploying to r-dev from @ 36d59c3 🚀
1 parent 60f1953 commit 806fef9

File tree

6 files changed

+21
-14
lines changed

6 files changed

+21
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stochtree
22
Title: Stochastic Tree Ensembles (XBART and BART) for Supervised Learning and Causal Inference
3-
Version: 0.1.1
3+
Version: 0.2.0
44
Authors@R:
55
c(
66
person("Drew", "Herren", email = "drewherrenopensource@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4109-6611")),

cleanup

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
rm -f src/Makevars

configure

Lines changed: 10 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.72 for stochtree 0.1.1.
3+
# Generated by GNU Autoconf 2.72 for stochtree 0.2.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -600,8 +600,8 @@ MAKEFLAGS=
600600
# Identity of this package.
601601
PACKAGE_NAME='stochtree'
602602
PACKAGE_TARNAME='stochtree'
603-
PACKAGE_VERSION='0.1.1'
604-
PACKAGE_STRING='stochtree 0.1.1'
603+
PACKAGE_VERSION='0.2.0'
604+
PACKAGE_STRING='stochtree 0.2.0'
605605
PACKAGE_BUGREPORT=''
606606
PACKAGE_URL=''
607607

@@ -1205,7 +1205,7 @@ if test "$ac_init_help" = "long"; then
12051205
# Omit some internal or obsolete options to make the list less imposing.
12061206
# This message is too long to be a string in the A/UX 3.1 sh.
12071207
cat <<_ACEOF
1208-
'configure' configures stochtree 0.1.1 to adapt to many kinds of systems.
1208+
'configure' configures stochtree 0.2.0 to adapt to many kinds of systems.
12091209
12101210
Usage: $0 [OPTION]... [VAR=VALUE]...
12111211
@@ -1267,7 +1267,7 @@ fi
12671267

12681268
if test -n "$ac_init_help"; then
12691269
case $ac_init_help in
1270-
short | recursive ) echo "Configuration of stochtree 0.1.1:";;
1270+
short | recursive ) echo "Configuration of stochtree 0.2.0:";;
12711271
esac
12721272
cat <<\_ACEOF
12731273
@@ -1335,7 +1335,7 @@ fi
13351335
test -n "$ac_init_help" && exit $ac_status
13361336
if $ac_init_version; then
13371337
cat <<\_ACEOF
1338-
stochtree configure 0.1.1
1338+
stochtree configure 0.2.0
13391339
generated by GNU Autoconf 2.72
13401340
13411341
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1372,7 +1372,7 @@ cat >config.log <<_ACEOF
13721372
This file contains any messages produced by compilers while
13731373
running configure, to aid debugging if configure makes a mistake.
13741374
1375-
It was created by stochtree $as_me 0.1.1, which was
1375+
It was created by stochtree $as_me 0.2.0, which was
13761376
generated by GNU Autoconf 2.72. Invocation command line was
13771377
13781378
$ $0$ac_configure_args_raw
@@ -2385,7 +2385,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23852385
# report actual input values of CONFIG_FILES etc. instead of their
23862386
# values after options handling.
23872387
ac_log="
2388-
This file was extended by stochtree $as_me 0.1.1, which was
2388+
This file was extended by stochtree $as_me 0.2.0, which was
23892389
generated by GNU Autoconf 2.72. Invocation command line was
23902390
23912391
CONFIG_FILES = $CONFIG_FILES
@@ -2440,7 +2440,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
24402440
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24412441
ac_cs_config='$ac_cs_config_escaped'
24422442
ac_cs_version="\\
2443-
stochtree config.status 0.1.1
2443+
stochtree config.status 0.2.0
24442444
configured by $0, generated by GNU Autoconf 2.72,
24452445
with options \\"\$ac_cs_config\\"
24462446
@@ -3000,3 +3000,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30003000
printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30013001
fi
30023002

3003+

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/microsoft/LightGBM/blob/master/R-package/configure.ac
44

55
AC_PREREQ(2.69)
6-
AC_INIT([stochtree], [0.1.1], [], [stochtree], [])
6+
AC_INIT([stochtree], [0.2.0], [], [stochtree], [])
77
# Note: consider making version number dynamic as in
88
# https://github.com/microsoft/LightGBM/blob/195c26fc7b00eb0fec252dfe841e2e66d6833954/build-cran-package.sh
99

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 3 notes
3+
0 errors | 0 warnings | 2 notes
44

5-
* This is a new release.
65
* Checking installed package size ... NOTE installed size is 46.3Mb (linux-only)
76
* Possibly misspelled words in DESCRIPTION: All of the words are proper nouns or technical terms (BCF, Carvalho, Chipman, McCulloch, XBART)
87

inst/COPYRIGHTS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
stochtree
22
Copyright 2023-2025 stochtree contributors
33

4-
Several stochtree C++ header and source files include or are inspired by code
4+
Several stochtree C++ header / source files and build files include or are inspired by code
55
in several open-source decision tree libraries: xgboost, LightGBM, and treelite.
66
Copyright and license information for each of these three projects are detailed
77
further below and in comments in each of the files.
@@ -13,6 +13,11 @@ File: src/include/stochtree/log.h [LightGBM]
1313
File: src/include/stochtree/meta.h [LightGBM]
1414
File: src/include/stochtree/partition_tracker.h [LightGBM, xgboost]
1515
File: src/include/stochtree/tree.h [xgboost, treelite]
16+
File: configure.ac [LightGBM]
17+
File: configure.win [LightGBM]
18+
File: cleanup [LightGBM]
19+
File: Makevars.in [LightGBM]
20+
File: Makevars.win.in [LightGBM]
1621

1722
This project includes software from the xgboost project (Apache, 2.0).
1823
* Copyright 2015-2024, XGBoost Contributors

0 commit comments

Comments
 (0)