From 81083724fa63cb13090fbb8a031a60addc4c2ddc Mon Sep 17 00:00:00 2001 From: Drew Herren Date: Tue, 25 Nov 2025 00:02:42 -0500 Subject: [PATCH] Update version to "3.2.0-dev" / "3.2.0.9000" for Python / R --- CHANGELOG.md | 12 ++++++++++++ DESCRIPTION | 2 +- Doxyfile | 2 +- NEWS.md | 12 ++++++++++++ configure | 18 +++++++++--------- configure.ac | 2 +- pyproject.toml | 2 +- 7 files changed, 37 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b06dba0..b7cf306f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# stochtree (development version) + +## New Features + +## Computational Improvements + +## Bug Fixes + +## Documentation Improvements + +## Other Changes + # stochtree 0.2.0 ## New Features diff --git a/DESCRIPTION b/DESCRIPTION index c83f1e2b..aa7ae91a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: stochtree Title: Stochastic Tree Ensembles (XBART and BART) for Supervised Learning and Causal Inference -Version: 0.2.0 +Version: 0.2.0.9000 Authors@R: c( person("Drew", "Herren", email = "drewherrenopensource@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4109-6611")), diff --git a/Doxyfile b/Doxyfile index d8ea208e..4c8168ae 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "StochTree" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.0 +PROJECT_NUMBER = 0.2.0.9000 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/NEWS.md b/NEWS.md index a5489c4a..21d5fbf2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# stochtree (development version) + +## New Features + +## Computational Improvements + +## Bug Fixes + +## Documentation Improvements + +## Other Changes + # stochtree 0.2.0 ## New Features diff --git a/configure b/configure index bdffbd87..d862d747 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for stochtree 0.2.0. +# Generated by GNU Autoconf 2.72 for stochtree 0.2.0.9000. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -600,8 +600,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='stochtree' PACKAGE_TARNAME='stochtree' -PACKAGE_VERSION='0.2.0' -PACKAGE_STRING='stochtree 0.2.0' +PACKAGE_VERSION='0.2.0.9000' +PACKAGE_STRING='stochtree 0.2.0.9000' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1204,7 +1204,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures stochtree 0.2.0 to adapt to many kinds of systems. +'configure' configures stochtree 0.2.0.9000 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1266,7 +1266,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of stochtree 0.2.0:";; + short | recursive ) echo "Configuration of stochtree 0.2.0.9000:";; esac cat <<\_ACEOF @@ -1334,7 +1334,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -stochtree configure 0.2.0 +stochtree configure 0.2.0.9000 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -1371,7 +1371,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by stochtree $as_me 0.2.0, which was +It was created by stochtree $as_me 0.2.0.9000, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -2380,7 +2380,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by stochtree $as_me 0.2.0, which was +This file was extended by stochtree $as_me 0.2.0.9000, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2435,7 +2435,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -stochtree config.status 0.2.0 +stochtree config.status 0.2.0.9000 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ae8a9f7f..3d1143ba 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # https://github.com/microsoft/LightGBM/blob/master/R-package/configure.ac AC_PREREQ(2.69) -AC_INIT([stochtree], [0.2.0], [], [stochtree], []) +AC_INIT([stochtree], [0.2.0.9000], [], [stochtree], []) # Note: consider making version number dynamic as in # https://github.com/microsoft/LightGBM/blob/195c26fc7b00eb0fec252dfe841e2e66d6833954/build-cran-package.sh diff --git a/pyproject.toml b/pyproject.toml index 3790f5b1..0fe8a12a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [project] name = "stochtree" -version = "0.2.0" +version = "0.2.0-dev" dynamic = ["readme", "optional-dependencies", "license"] description = "Stochastic Tree Ensembles for Machine Learning and Causal Inference" requires-python = ">=3.8.0"