Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 814 Bytes

File metadata and controls

44 lines (23 loc) · 814 Bytes

comat 0.9.8

  • Small improvements to cpp code

comat 0.9.7

  • Updates to the current Rcpp behavior

comat 0.9.6

  • Switches from deprecated arma::is_finite to std::isfinite

comat 0.9.3

  • Cleans code and adds new warnings

comat 0.9

  • Adds C++ code for calculating five IT-metrics (Nowosad and Stepinski, 2019, Landscape Ecology)

comat 0.8

  • Main vector functions now return matrices with one row instead of vectors
  • Main matrix functions now accept the classes argument

comat 0.7.2

  • Fixes C++ conversions

comat 0.6.0

  • Adds normalization

comat 0.5.0

  • Rewrites get_incove() internals into rcpp (rcpp_get_incove())

comat 0.4.0

  • Merged rcpp_get_wecove() and rcpp_get_cove() into rcpp_get_vec()

comat 0.3.0

  • Added a NEWS.md file to track changes to the package.