MinMaxMST() and SumBL() now use cluster::daisy() instead of FD::gowdis() for Gower distance computation, replacing the FD dependency which is scheduled for CRAN archival.
ses() and ses.Tstats() no longer produce non-conformable array errors when the number of communities equals the number of traits (square observed matrix), as the permutation dimension of the null model is now detected automatically.
sum_Tstats() with type = "percent" or type = "all" no longer errors when traits contain NA values.