NEWS
evtree 1.0-8 (2019-05-26)
- Updated reference output (due to changes in the random sample() generation in 3.6.0)
evtree 1.0-7 (2018-05-23)
- Updated contact information.
evtree 1.0-6 (2017-12-15)
- Set model=TRUE. This is required by the upcoming version
partykit.
evtree 1.0-5 (2017-04-06)
- CRAN checks turned up problems in C++ code oldrel Windows.
These are fixed now.
evtree 1.0-4 (2017-04-02)
- CRAN checks turned up problems in C++ code on Solaris.
These are fixed now.
evtree 1.0-3 (2017-03-31)
- Replaced deprecated Rmath.h functions 'floorf', 'imax2', 'imin2',
'fmax2', 'fmin2' with the appropriate functions from C++11.
- Added registration of native routines using 'R_registerRoutines'
and 'R_useDynamicSymbols'.
evtree 1.0-2 (2017-01-24)
- Fixed the setup for the model.frame which did not work if all variables
(including the response) were continuous and contained no ties.
- Fixed incorrect factor level for "status" variable in the GermanCredit
data. "... < 100 DM" should be "... < 0 DM".
evtree 1.0-1 (2016-10-14)
- Replaced math.h functions 'max', 'min' and 'round' with the appropriate
Rmath.h functions ('imax2', 'imin2', 'fmax2', 'fmin2' and 'fround').
- Added importFrom("stats", "model.weights", "runif", "var") in NAMESPACE.
evtree 1.0-0 (2014-10-15)
- New release accompanying the paper about evtree in the Journal of
Statistical Software, see citation("evtree").
- Replaced C level random number generator rand() with R random number
handing and the unif_rand() function.
evtree 0.1-5 (2014-07-01)
- Updated contact data.
- CRAN checks showed memory access errors. These are fixed now.
evtree 0.1-4 (2013-11-26)
- Updated contact data.
- Updated test output for examples and vignette for improved package checks.
evtree 0.1-3 (2013-06-17)
- Improvements in package vignette.
evtree 0.1-2 (2012-04-11)
- Added test output for examples and vignette for improved package checks.
- Improvements in package vignette.
- Added CITATION: working paper on evtree.
evtree 0.1-1 (2011-10-02)
- CRAN checks turned up problems in C++ code on Fedora and Solaris.
These are fixed now.
evtree 0.1-0 (2011-09-30)
- First CRAN release.
- See vignette("evtree", package = "evtree") for an introduction.