NEWS
vistla 2.0.3 (2024-09-27)
- Fixed the flow generator, which used
to mix 'from' with 'into' constraint.
- Updates to the example data sets.
- Portable version of the algorithm
exposed as a C library.
vistla 2.0.2 (2024-06-06)
- Changes in the example datasets to
make documentation more consistent.
- Ensemble option to get a consensus
over many iterations of vistla.
- Better handling of hierarchy objects,
which are also a result of ensemble;
in particular, path_to(), paths(), and
prune() work on those objects.
- Changes to the internal PRNG, old
results for certain seeds may change.
vistla 2.0.1 (2023-12-14)
- Fixed CRAN warning (irrelevant to the
package functionality).
- Error is emitted when the number of
objects is too large for KT to function.
vistla 2.0.0 (2023-10-05)
- Information estimation argument; vistla
no longer performs auto-discretisation of
continuous inputs.
- Random tie breaking works properly.
- Plots are more compatible with the wider
grid ecosystem.
- Integrated Kendall transformation for
processing of continuous variables.
- agreement() removed.
- Test suite only runs on CI.
vistla 1.1.0 (2023-07-07)
- Random tie breaking.
- Grid-based plot with improved layout.
- More verbose flow control.
vistla 1.0.1 (2022-11-23)
vistla 1.0.0 (2022-08-18)