Skip to content

Commit

Permalink
new CRAN version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Nov 6, 2024
1 parent 1077b7c commit 0a296dc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ranger
Type: Package
Title: A Fast Implementation of Random Forests
Version: 0.16.4
Date: 2024-10-28
Version: 0.17.0
Date: 2024-11-06
Author: Marvin N. Wright [aut, cre], Stefan Wager [ctb], Philipp Probst [ctb]
Maintainer: Marvin N. Wright <[email protected]>
Description: A fast implementation of Random Forests, particularly suited for high
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

##### Version 0.17.0
* Set num.threads=2 as default; respect environment variables and options
* Add handling of missing values for classification and regression
* Allow vector min.node.size and min.bucket for class-specific limits
* Add Poisson splitting rule for regression trees
* Add hierarchical shrinkage
* Fix a bug for always.split.variables (for some settings)

##### Version 0.16.0
* Add node.stats option to save node statistics of all nodes
* Add time.interest option to restrict unique survival times (faster and saves memory)
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.17.0
* New CRAN version

# ranger 0.16.4
* Add handling of missing values for classification and regression

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.3"
#define RANGER_VERSION "0.17.0"
#endif

0 comments on commit 0a296dc

Please sign in to comment.