Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nearest correlation #260

Closed
wants to merge 12 commits into from
Closed

Nearest correlation #260

wants to merge 12 commits into from

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    61d93b3 View commit details
    Browse the repository at this point in the history
  2. Remove ExceededMaxIterationsError

    No need for restart I think.
    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff8b72a View commit details
    Browse the repository at this point in the history
  3. Remove unused arguments

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    af8a29f View commit details
    Browse the repository at this point in the history
  4. Set tol to None

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    04b57a5 View commit details
    Browse the repository at this point in the history
  5. Use nearcorr

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f4507bf View commit details
    Browse the repository at this point in the history
  6. Remove Higham1988

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d04baee View commit details
    Browse the repository at this point in the history
  7. Remove unused imports

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cb50737 View commit details
    Browse the repository at this point in the history
  8. Remove unused flag

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    64838ce View commit details
    Browse the repository at this point in the history
  9. Add references and clean-up

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    795a97c View commit details
    Browse the repository at this point in the history
  10. Add test based on examples

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    93b57c1 View commit details
    Browse the repository at this point in the history
  11. Use np.array_equal

    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c55aeb1 View commit details
    Browse the repository at this point in the history
  12. Move tol closer to usage

    Remove redundant test
    dafeda committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    612ae2f View commit details
    Browse the repository at this point in the history