Skip to contents

bioregion 1.1.1.9000

This is a list of changes made in the development/GitHub version of the package between bioregion 1.1.1 (CRAN release 2024-04-19) and the next CRAN release.

bioregion 1.1.1

This is a list of changes made between bioregion 1.1.0 (CRAN release 2024-03-19) and bioregion 1.1.1 (CRAN release 2024-04-19).

  • Added hierarchy support for Louvain (C++).

  • Added seed argument to stochastic algorithms (except Louvain C++).

  • Added cut_weight argument to netclu_* functions.

  • Changed value for sites without clusters from 0 to NA.

  • Updated automated tests (code coverage > 60%).

  • Standardized controls, inputs, and outputs.

  • Fixed a bug in find_optimal_n() for cases where partition metrics did not vary.

bioregion 1.1.0

This is a list of changes made between bioregion 1.0.0 (CRAN release 2023-04-15) and bioregion 1.1.0 (CRAN release 2024-03-19).

  • Added the resolution parameter to the igraph Louvain implementation.

  • Added options to mat_to_net() to exclude diagonal and lower triangular matrices using include_diag and include_lower.

  • Added a function to extract a subset of nodes (sites or species) from bioregion.clusters objects containing both types.

  • Added a generic function to maintain attributes of bioregion.pairwise.metric objects and track the number of sites and species.

  • Added new functions: nhclu_clara() and nhclu_clarans().

  • Edited vignettes to document new functions.

  • Modified controls for bioregion.pairwise.metric objects.

  • Added the include_formula argument to similarity_dissimilarity_conversion() to (not) select formula metrics.

  • Allowed negative values in similarity() with the Euclidean metric.

bioregion 1.0.0

First release on CRAN