Changes in version 0.2.4 (2024-10-01) - Minor update to build process - Fix DESCRIPTION - Fix CXX11 issue - Fix ArXiv DOI in DESCRIPTION Changes in version 0.2.3 (2020-12-15) - Minor update to fix the last URLs. Arxiv links in bibliographic expansion expand to http rather than https, so this has to be fixed by specifying the URL in the .bib file. Changes in version 0.2.2 - Fix update to C++ tests in testthat test suite. This was causing an LTO error. - Update some URLs to use https instead of http. Changes in version 0.2.1 (2020-05-06) - Fix some cosmetic issues in README.Rmd - Fix a spurious warning in compiled code about an unused variable. Changes in version 0.2.0 (2020-04-28) - Last cosmetic cleanups and bumping version number because this really should have been done for the change in 0.1.5, as removing deprecated functions needs a bigger version bump. Changes in version 0.1.6 - Clean up final documentation issues in preparation for submission to CRAN. Changes in version 0.1.5 - Remove deprecated AdjRandIndex files. Changes in version 0.1.4 - Further refinement of pickmode(random) handling - Further documentation and vignette updates. - Move to Markdown documentation. Changes in version 0.1.2 - Improve handling of ... arguments. - Easier access to pickmode(random) argument. - Included hoffmanphantom dataset. Changes in version 0.1.1 - Change deterministic PRNG for downsampling to not assign to parent environment to preserve state, made the option to use sample accessible to advanced users through ... arguments. - Fixed some documentation. Changes in version 0.1.0.9040 - Add besag image as a data example. - Changed names of similarity functions to use "_" instead of "camel case". - Features still being added. Changes in version 0.1.0.9039 - Added levels argument to catsim(). Weights or levels can be specified. levels alone will define weights = rep(1, levels)/levels. If weights and levels are both specified, weights = weights[1:levels]. - Added documentation. Changes in version 0.1.0.9038 - Added normalized mutual information and adjusted mutual information as similarity metrics and into AdjRandIndex function, which really should be renamed. - Split out the various similarity measures and exported them. Deprecated AdjRandIndex() function. Changes in version 0.1.0.9037 - Added a NEWS.md file to track changes to the package. - Added more tests, documentation. - The package is mostly complete in its features. Changes in version 0.1.0 - Mostly documentation fixes. - Version used for paper submission.