Skip to content

Tags: theochem/procrustes

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix incorrect default parameters for `permutation_2sided` (#216)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update time stamp of headers (#211)

* Update HEADER template

* Update time stamp of HEADER

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add case when matrix is ill-conditioned for generic procrustes (#210)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add case when matrix is ill-conditioned for generic procrustes (#210)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the html file location (#208)

v1.0.2a1

Toggle v1.0.2a1's commit message
Update Scipy and Numpy versions

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #198 from abhishekmittal15/psdp-algorithms

Add projected gradient method for the positive semi–definite Procrustes problem

1.0.0

Toggle 1.0.0's commit message
Release for publication

1.0.0a6

Toggle 1.0.0a6's commit message
Add conda=4.10.3 with python=3.10 workaround