Skip to content

seriation 1.5.5

Compare
Choose a tag to compare
@mhahsler mhahsler released this 18 Apr 13:36
· 29 commits to master since this release

seriation 1.5.5 (04/17/2024)

  • Updated man pages.

seriation 1.5.4 (12/11/2023)

Bug Fixes

  • Fixed MDS_angle order for different BLAS implementation giving different
    results for eigen().

seriation 1.5.3 (11/28/2023)

New Features

  • permute for dendrograms gained parameter dist and accepts now seriation
    methods.
  • Added method "AOE" for correlation matrices.
  • registry for seriation methods now contains the name of the seriation criterion
    and a description. seriate_rep now automatically uses the criterion from
    the registry.
  • all seriation methods gained parameter rep.

Bug Fixes

  • optimal.c: use now the correct data type for Rprintf
  • Skip deterministic tests on Mac M1 because of numerical differences.