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

Distributed randomized SVD #1561

Merged
merged 41 commits into from
Oct 18, 2024
Merged

Distributed randomized SVD #1561

merged 41 commits into from
Oct 18, 2024

Commits on Jun 21, 2024

  1. Merge pull request #1538 from helmholtz-analytics/features/1455-Add_d…

    …ecomposition-module_and_PCA-interface
    
    Features/1455 add decomposition module and pca interface
    mrfh92 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2953117 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'features/1455-Add_decomposition-module_and_PCA-interfac…

    …e' into features/ESAPCA
    Hoppe committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    60049bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'features/1448-random_arrays_of_arbitrary_size' into fea…

    …tures/ESAPCA
    Hoppe committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b4198ea View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into features/ESAPCA

    Hoppe committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b5019e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c99157 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. finalized rSVD implementation

    Hoppe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    00cc278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ece637 View commit details
    Browse the repository at this point in the history
  3. redo tests

    Hoppe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6bda77b View commit details
    Browse the repository at this point in the history
  4. added tests for catching wrong inputs in rSVD

    Hoppe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9a452c6 View commit details
    Browse the repository at this point in the history
  5. integrated rSVD in PCA interface

    Hoppe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6948010 View commit details
    Browse the repository at this point in the history
  6. -..

    Hoppe committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5158b26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5dc9f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. coverage for last line

    Hoppe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5b8ecdb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a3611bc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    0920354 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    e894bd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    0628102 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    aa40637 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update heat/core/linalg/svdtools.py

    Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de>
    mrfh92 and mtar authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e2e63f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e92ef70 View commit details
    Browse the repository at this point in the history
  3. fulfilled change requests

    Hoppe committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e60734e View commit details
    Browse the repository at this point in the history
  4. removed small bug in random

    Hoppe committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aa8c725 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Update heat/core/linalg/svdtools.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ab4043 View commit details
    Browse the repository at this point in the history
  2. introduced check for real floats

    Hoppe committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    181e87f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae15609 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    9014d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update heat/decomposition/pca.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    929fb52 View commit details
    Browse the repository at this point in the history
  2. Update heat/core/linalg/svdtools.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dc1b8e8 View commit details
    Browse the repository at this point in the history
  3. Update heat/decomposition/pca.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0788303 View commit details
    Browse the repository at this point in the history
  4. Update heat/decomposition/pca.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f0e4db5 View commit details
    Browse the repository at this point in the history
  5. Update heat/decomposition/pca.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    14f31bc View commit details
    Browse the repository at this point in the history
  6. Update heat/core/types.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a8f1139 View commit details
    Browse the repository at this point in the history
  7. Update heat/core/types.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    38befc2 View commit details
    Browse the repository at this point in the history
  8. Update heat/core/types.py

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    mrfh92 and ClaudiaComito authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    569eb8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0fed8a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c812c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55f29a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    14ca5e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    ba98c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78eea67 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    18a570d View commit details
    Browse the repository at this point in the history