Skip to content

Commit

Permalink
new version for Poisson splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Jun 11, 2024
1 parent 24bd170 commit 6e9d42b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ranger
Type: Package
Title: A Fast Implementation of Random Forests
Version: 0.16.1
Version: 0.16.2
Date: 2024-05-16
Author: Marvin N. Wright [aut, cre], Stefan Wager [ctb], Philipp Probst [ctb]
Maintainer: Marvin N. Wright <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# ranger 0.16.2
* Add Poisson splitting rule for regression trees

# ranger 0.16.1
* Set num.threads=2 as default; respect environment variables and options
* Add hierarchical shrinkage
Expand Down
2 changes: 1 addition & 1 deletion cpp_version/src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef RANGER_VERSION
#define RANGER_VERSION "0.16.1"
#define RANGER_VERSION "0.16.2"
#endif

0 comments on commit 6e9d42b

Please sign in to comment.