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

Implement eigh() fallback #493

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    68daea4 View commit details
    Browse the repository at this point in the history
  2. NOTE

    veni-vidi-vici-dormivi committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1dd681d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. developing

    veni-vidi-vici-dormivi committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e3e653d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ce30336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7182d9c View commit details
    Browse the repository at this point in the history
  3. commenting

    veni-vidi-vici-dormivi committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    15af307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    806ba64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86ebb94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74376b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c28324e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7822dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a304edb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. raise for eigh

    veni-vidi-vici-dormivi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    960c900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e30876d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e87e8f View commit details
    Browse the repository at this point in the history
  4. linting

    veni-vidi-vici-dormivi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c26ea02 View commit details
    Browse the repository at this point in the history
  5. changelog

    veni-vidi-vici-dormivi committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    eb63431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c2091a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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

Commits on Aug 21, 2024

  1. Update mesmer/core/utils.py

    Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
    veni-vidi-vici-dormivi and mathause authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f123be8 View commit details
    Browse the repository at this point in the history
  2. Update mesmer/stats/_localized_covariance.py

    Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
    veni-vidi-vici-dormivi and mathause authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8e33bea View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. refactor

    veni-vidi-vici-dormivi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f6d6144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3306cd3 View commit details
    Browse the repository at this point in the history
  3. date_range: update freq string (MESMER-group#504)

    * date_range: update freq string
    
    * add freq conditionals
    mathause authored and veni-vidi-vici-dormivi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7be6d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    386d86f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d689445 View commit details
    Browse the repository at this point in the history
  6. add mesmer_m example script (MESMER-group#491)

    * add mesmer_m example script
    
    * changelog
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * remove unused imports
    
    * adjustments
    
    * replace script with notebook
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * restructure and add some headings
    
    * remove inputs
    
    * add some comments
    
    * typos
    
    * date_range: update freq string (MESMER-group#504)
    
    * date_range: update freq string
    
    * add freq conditionals
    
    * reference: only year as link (MESMER-group#505)
    
    * nits
    
    * more info on time coordinate
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * update comment & clear output
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Mathias Hauser <mathias.hauser@env.ethz.ch>
    Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
    4 people committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7f5a165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90533ba View commit details
    Browse the repository at this point in the history
  8. rewrite test

    veni-vidi-vici-dormivi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    35c5d1a View commit details
    Browse the repository at this point in the history
  9. refine warning

    veni-vidi-vici-dormivi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4dbc927 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5a9957 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    948a844 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9198c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fbd4228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c355c View commit details
    Browse the repository at this point in the history
  3. documentation

    veni-vidi-vici-dormivi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5e59000 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    veni-vidi-vici-dormivi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    234890e View commit details
    Browse the repository at this point in the history