Changes in version 0.3.73 o Latest Roxido framework. Changes in version 0.3.69 (2026-03-08) o Fixed CHIPS to select, among candidates with the most allocated items, the one with the highest posterior probability. o Latest Roxido framework. Changes in version 0.3.58 o Added demo for chips functions and related methods. o Latest Roxido framework. Changes in version 0.3.57 (2025-08-29) o Latest Roxido framework. Changes in version 0.3.56 o Latest Roxido framework. Changes in version 0.3.55 o Slight bug fix for chips function. Changes in version 0.3.54 o Reduced the MSRV to 1.77.2 to support RedHat 8/Rocky 8 Linux. o Latest Roxido framework. Changes in version 0.3.53 (2025-04-11) o Do not specify a build target and rely on the default choice. o Latest Roxido framework. Changes in version 0.3.51 (2025-03-30) o Added preliminary implementation of CHIPS methods. o Internal update to track latest Roxido framework. o Update for CRAN compliance regarding "WARNINGs about calling bad entry points in the "compiled code" check. Changes in version 0.3.42 (2024-09-16) o Address memory issue found by CRAN using valgrind. o Made example for 'psm' function not display a large matrix. Changes in version 0.3.41 (2024-09-06) o Added cexAdjustment argument to plot() function for a partition estimate. o Update to track latest Roxido framework. o Update for CRAN compliance in reporting rustc version during installation. Changes in version 0.3.35 (2023-07-17) o Adjust "SystemRequirements" as per [Using Rust in CRAN packages](https://cran.r-project.org/web/packages/using_rust.html) o Updated reference for paper. o Updated to latest framework from cargo package. Changes in version 0.3.29 (2022-12-20) o Improved authorship in DESCRIPTION. Changes in version 0.3.27 (2022-12-02) o Added reference for paper. o Updated to latest Cargo Framework from the cargo package. o Noted authorship of depending Rust crates in DESCRIPTION, inst/AUTHORS, and LICENSE.note o Modified 'configure' script based on CRAN feedback. Changes in version 0.3.0 (2021-12-06) o The order of the first two arguments in the partition.loss function (as VI, binder, etc.) have been swapped (to be consistent with the paper) and the argument names are now much more descriptive. o For (generalized) Binder and (generalized) VI losses, let a be in [0,2] and b = 2 - a. o More accurate elapse timings. o Don't use diagonal elements when computing the meanPSM in the summary function. Changes in version 0.2.23 (2021-08-13) o Port to use the cargo framework, dropping the dependency on the cargo package. o Bump all dependencies. Changes in version 0.2.22 (2021-05-13) o Added orderingMethod argument to summary.salso.estimate function. o Added showIDs argument to plot function on a salso.summary. o Added reference to arXiv paper. o Simplified compiling of the source package. o Bump all dependencies. Changes in version 0.2.20 (2021-03-27) o Improved compiling of the source package. Changes in version 0.2.15 (2021-03-10) o Added "LinkingTo: cargo" in their DESCRIPTION to use the cargo package to manage Cargo, Rust's package manager. o Addresses CRAN concerns regarding the use of ~/.cargo and multiple cores. Changes in version 0.2.5 (2020-11-19) o Solved issue when compiling from source using an old version of Rust. o In salso function, renamed maxSize to maxNClusters for increased clarity. Changes in version 0.2.3 (2020-11-09) o Bump to version 0.2.x series to reflect major improvements. o Refined "salso" function and function arguments to reflect the latest version of the SALSO algorithm and simplify its usage. o Support for the following loss functions: Binder (binder) with potentially unequal weights, One Minus Adjusted Rand Index (omARI), Variation of Information (VI) with potentially unequal weights, Normalized Variation of Information (NVI), Information Distance (ID), Normalized Information Distance (NID) o Partially support the following criteria: Approximation of One Minus Adjusted Rand Index (omARI.approx), Lower Bound of the Variation of Information (VI.lb), o Added "partition.loss" function and well as convenience methods for specific loss functions. o Added S3 "summary" method for output from the "salso" function and S3 "plot" method for output from the "summary" method to produce heatmap, dendrogram, and exemplar plots. Changes in version 0.1.16 (2020-02-07) o Added a new stopping rule for the number of permutations. See the 'batchSize' argument of the 'salso' function. To recover the old behavior, set 'seconds' to zero and 'batchSize' to the desired number of permutations. o Tweaked handling of probability of exploration, i.e. the probability of picking the second best micro-optimization (instead of the best). o 'salso' function returns more information, including 'probExploration', 'curtailed', 'batchSize', and 'subsetSizes'. o 'maxScans' argument of the 'salso' function defaults to 10 instead of 5. o Removed 'parallel' argument to 'dlso' function since it was ignored. o Clarifications in DESCRIPTION and INSTALL files, per CRAN requests. Changes in version 0.1.11 (2020-01-07) o Fixed bug related to 'maxSize' argument of the 'salso' function. Changes in version 0.1.9 (2019-11-29) o Improved the algorithm by adding the 'probExploration' argument to the 'salso' function. o Bug fix in implementation of the algorithm. o Respect R's random number state for reproducibility. o New function: 'enumerate.permutations' Changes in version 0.1.3 (2019-09-27) o New functions: 'dlso', 'confidence', and 'plot.salso.confidence'. o Added references in documentation. o Updated SystemRequirements and check for sufficiently version of Cargo. o When compiling, if suitable Cargo is not found, display INSTALL file. o Support compilation on Raspbian. Changes in version 0.1.2 (2019-09-21) o First version available on CRAN. o Improved DESCRIPTION file as requested by CRAN. o Added \value to .Rd files as requested by CRAN. Changes in version 0.1.1 o Support for static libraries. Changes in version 0.1.0 o Initial submission to CRAN.