Skip to content

Commit 171811a

Browse files
authored
Prepare the 1.2.4 release (#181)
1 parent f5751c4 commit 171811a

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

r-package/policytree/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: policytree
22
Title: Policy Learning via Doubly Robust Empirical Welfare Maximization over Trees
3-
Version: 1.2.3
3+
Version: 1.2.4
44
Authors@R: c(
55
person("Erik", "Sverdrup", role = c("aut", "cre"), email = "erik.sverdrup@monash.edu"),
66
person("Ayush", "Kanodia", role = "aut"),

releases/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4] - 2025-02-18
8+
9+
### Fixed
10+
- Add interrupt check for Ctrl+C/Esc responsiveness. [#178](https://github.com/grf-labs/policytree/pull/178)
11+
- Add optional heartbeat spinner to indicate solver is running during long recursive search (only shown in interactive sessions and if `verbose = TRUE`). [#180](https://github.com/grf-labs/policytree/pull/180)
12+
713
## [1.2.3] - 2024-06-13
814

915
### Fixed

releases/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ This is just a minor summary document, practically all details are the same as t
3131

3232
https://win-builder.r-project.org/upload.aspx
3333

34-
https://builder.r-hub.io/ (to check on all builds, including Solaris)
35-
3634
https://cran.r-project.org/submit.html
3735

3836
4. Merge the "Prepare the vx release" and tag it
@@ -149,6 +147,10 @@ pp <- predict(tree, X)
149147

150148
## Previous performance test results
151149

150+
**1.2.4**
151+
152+
This is only a patch release touching non-performance sensitive C++.
153+
152154
**1.2.3**
153155

154156
This is only a minor release updating the license.

releases/policytree_1.2.4.tar.gz

28.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)