• Minor update to build process
  • Fix DESCRIPTION
  • Fix CXX11 issue
  • Fix ArXiv DOI in DESCRIPTION
  • 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.
  • Fix update to C++ tests in testthat test suite. This was causing an LTO error.
  • Update some URLs to use https instead of http.
  • Fix some cosmetic issues in README.Rmd
  • Fix a spurious warning in compiled code about an unused variable.
  • 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.
  • Clean up final documentation issues in preparation for submission to CRAN.
  • Remove deprecated AdjRandIndex files.
  • Further refinement of pickmode(random) handling
  • Further documentation and vignette updates.
  • Move to Markdown documentation.
  • Improve handling of ... arguments.
  • Easier access to pickmode(random) argument.
  • Included hoffmanphantom dataset.
  • 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.
  • Mostly documentation fixes.
  • Version used for paper submission.
  • Add besag image as a data example.
  • Changed names of similarity functions to use “_” instead of “camel case”.
  • Features still being added.
  • 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.
  • 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.
  • Added a NEWS.md file to track changes to the package.
  • Added more tests, documentation.
  • The package is mostly complete in its features.