Skip to content

Commit ca0ec5f

Browse files
committed
Prepare release
1 parent 93bba56 commit ca0ec5f

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: CLVTools
22
Title: Tools for Customer Lifetime Value Estimation
33
Version: 0.11.2
4-
Date: 2024-10-13
4+
Date: 2024-12-01
55
Authors@R: c(
66
person(given="Patrick", family="Bachmann", email = "pbachma@ethz.ch", role = c("cre","aut")),
77
person(given="Niels", family="Kuebler", email = "niels.kuebler@uzh.ch", role = "aut"),

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# CLVTools 0.11.2
2+
3+
### NEW FEATURES
4+
* `newcustomer.spending()`: Predict average spending per transaction for customers without order history
5+
* Improved optimizer defaults (higher iteration count) for PNBD dyncov
6+
7+
8+
19
# CLVTools 0.11.1
210

311
### NEW FEATURES

cran-comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Comment from the authors
2-
This is version 0.11.1 of the CLVTools package.
2+
This is version 0.11.2 of the CLVTools package.
33
The most relevant changes in this version are:
44

5-
* Updated the example data
6-
* Bootstrapping: Calculate confidence intervals using regular rather than "reversed-quantiles"
7-
5+
* `newcustomer.spending()`: Predict average spending per transaction for customers without order history
6+
* Improved optimizer defaults
87

98

9+
1010
# Test environments
1111

1212
## Testthat

0 commit comments

Comments
 (0)