NEWS (original) (raw)

Improvements

New data

New functions

Bug fixes

Other

Bug fixes

Other

Bug fixes

Code formatting

New functions

Performance improvements

OOP

Bug fixes

Formatting

Bug fixes

Breaking changes

Name changes and new classes

Function changes

Workflow changes

Improvements

Last update before CRAN submission.

Breaking changes

Other

Bug fix

Breaking changes

Possible breaking changes

Minor changes

Bug fix

New functionality

Minor changes

New functionality

Bug fix

Minor changes

Bug fixes

Improvements

New functionality

Bug fixes

New functionality

New functionality

Deprecated functions

Name changes

New vignettes

Other changes

Breaking changes

Other changes

Bug fixes

Breaking changes

New functionality

Bug fixes

Other changes

New functionality

Breaking changes

Bug fixes

New functionality

Other changes

Breaking changes

clust_algs_list <- generate_clust_algs_list(
    "spectral_eigen" = spectral_eigen_classic,
    "spectral_rot" = spectral_rot_classic
)

# Adapt below as necessary
solutions_matrix <- batch_snf(
    data_list,
    settings_matrix,
    clust_algs_list = clust_algs_list
)

New functionality

Other changes