Skip to content

Releases: theochem/procrustes

v1.1.2: Fix generalized procrustes algorithm (#217)

05 Jun 16:03
04ba3fb

Choose a tag to compare

The generalized procrustes implementation was never updating the reference shape -- in effect, this means it would always run just one iteration of the algorithm and then return because the change in ref would be zero. This PR adds the missing line to update the reference shape.

v1.1.1

26 Dec 19:50
d4f2ab6

Choose a tag to compare

Fix incorrect default parameters for `permutation_2sided` (#216)

v1.1.0: Update time stamp of headers (#211)

17 Sep 19:12
2667859

Choose a tag to compare

* Update HEADER template

* Update time stamp of HEADER

v1.0.4

17 Sep 18:19
97f85d2

Choose a tag to compare

Add case when matrix is ill-conditioned for generic procrustes (#210)

v1.0.3

17 Sep 18:20
97f85d2

Choose a tag to compare

Add case when matrix is ill-conditioned for generic procrustes (#210)

v1.0.2

16 Sep 17:11
cfcd508

Choose a tag to compare

Update the html file location (#208)