Releases: theochem/procrustes
Releases · theochem/procrustes
v1.1.2: Fix generalized procrustes algorithm (#217)
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
Fix incorrect default parameters for `permutation_2sided` (#216)
v1.1.0: Update time stamp of headers (#211)
* Update HEADER template * Update time stamp of HEADER
v1.0.4
Add case when matrix is ill-conditioned for generic procrustes (#210)
v1.0.3
Add case when matrix is ill-conditioned for generic procrustes (#210)
v1.0.2
Update the html file location (#208)