Skip to content

Commit 3c414d5

Browse files
authored
Prepare the 1.2.3 release (#173)
1 parent e0acd51 commit 3c414d5

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

r-package/policytree/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: policytree
22
Title: Policy Learning via Doubly Robust Empirical Welfare Maximization over Trees
3-
Version: 1.2.2
3+
Version: 1.2.3
44
Authors@R: c(
5-
person("Erik", "Sverdrup", role = c("aut", "cre"), email = "erikcs@stanford.edu"),
5+
person("Erik", "Sverdrup", role = c("aut", "cre"), email = "erik.sverdrup@monash.edu"),
66
person("Ayush", "Kanodia", role = "aut"),
77
person("Zhengyuan", "Zhou", role = "aut"),
88
person("Susan", "Athey", role = "aut"),

releases/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to policytree will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.3] - 2024-06-13
8+
9+
### Fixed
10+
- Change package license to less restrictive MIT license. [#172](https://github.com/grf-labs/policytree/pull/172)
11+
712
## [1.2.2] - 2023-06-23
813

914
### Fixed

releases/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ pp <- predict(tree, X)
149149

150150
## Previous performance test results
151151

152+
**1.2.3**
153+
154+
This is only a minor release updating the license.
155+
152156
**1.2.2**
153157

154158
This is only a patch release dropping CXX in Makevars per latest CRAN guidelines.

releases/policytree_1.2.3.tar.gz

28.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)