Skip to content

Commit

Permalink
Prepare the 1.2.3 release (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs authored Jun 14, 2024
1 parent e0acd51 commit 3c414d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r-package/policytree/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: policytree
Title: Policy Learning via Doubly Robust Empirical Welfare Maximization over Trees
Version: 1.2.2
Version: 1.2.3
Authors@R: c(
person("Erik", "Sverdrup", role = c("aut", "cre"), email = "erikcs@stanford.edu"),
person("Erik", "Sverdrup", role = c("aut", "cre"), email = "erik.sverdrup@monash.edu"),
person("Ayush", "Kanodia", role = "aut"),
person("Zhengyuan", "Zhou", role = "aut"),
person("Susan", "Athey", role = "aut"),
Expand Down
5 changes: 5 additions & 0 deletions releases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to policytree will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.3] - 2024-06-13

### Fixed
- Change package license to less restrictive MIT license. [#172](https://github.com/grf-labs/policytree/pull/172)

## [1.2.2] - 2023-06-23

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ pp <- predict(tree, X)

## Previous performance test results

**1.2.3**

This is only a minor release updating the license.

**1.2.2**

This is only a patch release dropping CXX in Makevars per latest CRAN guidelines.
Expand Down
Binary file added releases/policytree_1.2.3.tar.gz
Binary file not shown.

0 comments on commit 3c414d5

Please sign in to comment.