Changes in version 0.4-3 (2025-01-29) o Update suggested packages. Changes in version 0.4-2 (2023-02-10) o min_update is the number of observations with non-zero weight. Documentation was correct but code worked with sum(weights). Changes in version 0.4-1 o Documention and test updates. Changes in version 0.4-0 (2022-04-05) o New intercept argument for residual-based tree induction (shift and scale). o Plot discrete distributions. Changes in version 0.3-9 (2022-01-14) o Remove maxit argument (was ignored by mlt). Changes in version 0.3-8 (2021-09-06) o Replace .R2vec by as.double method. o Update references. Changes in version 0.3-7 (2020-04-22) o Setting min\_update might have caused constant predictions. o Update simulations / demos. Changes in version 0.3-6 (2019-10-03) o Add min\_update parameter; model parameters are only updated when the number of observations in a node exceeds this number. Defaults to two times the number of parameters in the model. o Failure to update model parameters lead to a stop in tree recursion. Following a remark by Stefan Wager, the parameters from the parent node are now used in such a case, allowing larger trees to be grown by keeping the scores constant. Note that update = FALSE triggers this behaviour in all nodes below the root node. Changes in version 0.3-5 (2019-02-04) o Add R code reproducing empirical results for "Survival Forests under Test". Changes in version 0.3-4 (2019-01-16) o Respect scale argument from object. o traforest broke in extremely rare cases due to incorrect dimensions of the score matrix. Changes in version 0.3-3 (2018-09-18) o All reparameterisation for max-type tests; this might give better (more powerful) variable selection. o Allow fixed coefficients in trees and forests; this is useful for log-rank splitting, for example. Changes in version 0.3-2 (2018-06-23) o Document predict and logLik methods. o Add applyfun and cores arguments to predict method for transformation forests (allowing parallel computation of predictions. Changes in version 0.3-1 (2018-04-23) o Some improvements in internal functions. o Simulations with 500 (not 50) noise variables. o Simplify likelihood evaluations based on new capabilities in mlt. o New update argument for transformation forests. o Update outputs (scale = TRUE in partykit 1.2-1). Changes in version 0.3-0 (2018-01-08) o The trtf package was first published on CRAN.