Skip to content

Commit 32acbd1

Browse files
authored
Merge pull request #247 from StochasticTree/increment-dev-version
Update version to "3.2.0-dev" / "3.2.0.9000" for Python / R
2 parents 6c95c65 + 8108372 commit 32acbd1

File tree

7 files changed

+37
-13
lines changed

7 files changed

+37
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# stochtree (development version)
4+
5+
## New Features
6+
7+
## Computational Improvements
8+
9+
## Bug Fixes
10+
11+
## Documentation Improvements
12+
13+
## Other Changes
14+
315
# stochtree 0.2.0
416

517
## New Features

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.2.0
3+
Version: 0.2.0.9000
44
Authors@R:
55
c(
66
person("Drew", "Herren", email = "drewherrenopensource@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4109-6611")),

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "StochTree"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.2.0
51+
PROJECT_NUMBER = 0.2.0.9000
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# stochtree (development version)
2+
3+
## New Features
4+
5+
## Computational Improvements
6+
7+
## Bug Fixes
8+
9+
## Documentation Improvements
10+
11+
## Other Changes
12+
113
# stochtree 0.2.0
214

315
## New Features

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.72 for stochtree 0.2.0.
3+
# Generated by GNU Autoconf 2.72 for stochtree 0.2.0.9000.
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.2.0'
604-
PACKAGE_STRING='stochtree 0.2.0'
603+
PACKAGE_VERSION='0.2.0.9000'
604+
PACKAGE_STRING='stochtree 0.2.0.9000'
605605
PACKAGE_BUGREPORT=''
606606
PACKAGE_URL=''
607607

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

12671267
if test -n "$ac_init_help"; then
12681268
case $ac_init_help in
1269-
short | recursive ) echo "Configuration of stochtree 0.2.0:";;
1269+
short | recursive ) echo "Configuration of stochtree 0.2.0.9000:";;
12701270
esac
12711271
cat <<\_ACEOF
12721272
@@ -1334,7 +1334,7 @@ fi
13341334
test -n "$ac_init_help" && exit $ac_status
13351335
if $ac_init_version; then
13361336
cat <<\_ACEOF
1337-
stochtree configure 0.2.0
1337+
stochtree configure 0.2.0.9000
13381338
generated by GNU Autoconf 2.72
13391339
13401340
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1371,7 +1371,7 @@ cat >config.log <<_ACEOF
13711371
This file contains any messages produced by compilers while
13721372
running configure, to aid debugging if configure makes a mistake.
13731373
1374-
It was created by stochtree $as_me 0.2.0, which was
1374+
It was created by stochtree $as_me 0.2.0.9000, which was
13751375
generated by GNU Autoconf 2.72. Invocation command line was
13761376
13771377
$ $0$ac_configure_args_raw
@@ -2380,7 +2380,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23802380
# report actual input values of CONFIG_FILES etc. instead of their
23812381
# values after options handling.
23822382
ac_log="
2383-
This file was extended by stochtree $as_me 0.2.0, which was
2383+
This file was extended by stochtree $as_me 0.2.0.9000, which was
23842384
generated by GNU Autoconf 2.72. Invocation command line was
23852385
23862386
CONFIG_FILES = $CONFIG_FILES
@@ -2435,7 +2435,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
24352435
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24362436
ac_cs_config='$ac_cs_config_escaped'
24372437
ac_cs_version="\\
2438-
stochtree config.status 0.2.0
2438+
stochtree config.status 0.2.0.9000
24392439
configured by $0, generated by GNU Autoconf 2.72,
24402440
with options \\"\$ac_cs_config\\"
24412441

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.2.0], [], [stochtree], [])
6+
AC_INIT([stochtree], [0.2.0.9000], [], [stochtree], [])
77
# Note: consider making version number dynamic as in
88
# https://github.com/microsoft/LightGBM/blob/195c26fc7b00eb0fec252dfe841e2e66d6833954/build-cran-package.sh
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "stochtree"
16-
version = "0.2.0"
16+
version = "0.2.0-dev"
1717
dynamic = ["readme", "optional-dependencies", "license"]
1818
description = "Stochastic Tree Ensembles for Machine Learning and Causal Inference"
1919
requires-python = ">=3.8.0"

0 commit comments

Comments
 (0)