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

Add tensor parsing util #244

Merged
merged 127 commits into from
Jan 30, 2023
Merged

Add tensor parsing util #244

merged 127 commits into from
Jan 30, 2023

Commits on Dec 9, 2022

  1. Add tensor parsing util

    a-r-j authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1e99c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7526d99 View commit details
    Browse the repository at this point in the history
  3. add missing arg comma

    a-r-j authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7f43d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33026a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add backbone check util

    a-r-j authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b99f06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc92d9 View commit details
    Browse the repository at this point in the history
  3. linting

    a-r-j authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    cf1c7f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69693b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. add chain tensor

    a-r-j committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    fa5d86d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. add test for io utils

    a-r-j committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    b533786 View commit details
    Browse the repository at this point in the history
  2. fix loguru import

    a-r-j committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    e9d4f6a View commit details
    Browse the repository at this point in the history
  3. add torchtyping dependency

    a-r-j committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    b9c183d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d181b1 View commit details
    Browse the repository at this point in the history
  5. fix import message import

    a-r-j committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    1bb94e7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    f7c6141 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. add tests for angle utils

    a-r-j committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    66bdfe5 View commit details
    Browse the repository at this point in the history
  2. add tests for angle utils

    a-r-j committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    83296ed View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. add tests for tensor parsing

    a-r-j committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    58584e8 View commit details
    Browse the repository at this point in the history
  2. add tests for tensor parsing

    a-r-j committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8492a61 View commit details
    Browse the repository at this point in the history
  3. add sidechain atom groups

    a-r-j committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8059bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    059d188 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. add io tests

    a-r-j committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    c52acc4 View commit details
    Browse the repository at this point in the history
  2. add geometry tests

    a-r-j committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    8b9750b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    4fca9bd View commit details
    Browse the repository at this point in the history
  4. add geom ad sequence mnodules

    a-r-j committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    8b1a5e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    a882125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8de26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5526ed View commit details
    Browse the repository at this point in the history
  4. add sequence inference utils

    a-r-j committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5aa15b6 View commit details
    Browse the repository at this point in the history
  5. add data testing utils

    a-r-j committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ac86009 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2094264 View commit details
    Browse the repository at this point in the history
  7. add nan util

    a-r-j committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dd1458b View commit details
    Browse the repository at this point in the history
  8. add angle computation utils

    a-r-j committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ac34e9b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    c637049 View commit details
    Browse the repository at this point in the history
  2. wrap torch imports

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    927d6de View commit details
    Browse the repository at this point in the history
  3. wrap imports

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    25227db View commit details
    Browse the repository at this point in the history
  4. wrap imports

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    355402d View commit details
    Browse the repository at this point in the history
  5. add representation utils

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    7f631ec View commit details
    Browse the repository at this point in the history
  6. wrap torch-dependent tests

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9647bcd View commit details
    Browse the repository at this point in the history
  7. add edge tensor type

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    adcf47d View commit details
    Browse the repository at this point in the history
  8. update changelog

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    20747ee View commit details
    Browse the repository at this point in the history
  9. add build params

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    eb2cc05 View commit details
    Browse the repository at this point in the history
  10. add updated angles script

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9d3d719 View commit details
    Browse the repository at this point in the history
  11. add graphein package test

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    4d0912a View commit details
    Browse the repository at this point in the history
  12. wrap imports

    a-r-j committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    d9d87b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. add plotting utils

    a-r-j committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0157530 View commit details
    Browse the repository at this point in the history
  2. push tensor utils

    a-r-j committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    b0a08ff View commit details
    Browse the repository at this point in the history
  3. update centering default args

    a-r-j committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    6fd345d View commit details
    Browse the repository at this point in the history
  4. add reconstruction utils

    a-r-j committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fc6947e View commit details
    Browse the repository at this point in the history
  5. add data objects

    a-r-j committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    edf3421 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3532196 View commit details
    Browse the repository at this point in the history
  2. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0f5fde2 View commit details
    Browse the repository at this point in the history
  3. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    38672b2 View commit details
    Browse the repository at this point in the history
  4. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fd14ff3 View commit details
    Browse the repository at this point in the history
  5. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    16a00e9 View commit details
    Browse the repository at this point in the history
  6. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d8d3f79 View commit details
    Browse the repository at this point in the history
  7. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    0594758 View commit details
    Browse the repository at this point in the history
  8. add PyG dep

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d9eaf57 View commit details
    Browse the repository at this point in the history
  9. add pnerf

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2e8e474 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc0adab View commit details
    Browse the repository at this point in the history
  11. fix kabsch test

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ae0f483 View commit details
    Browse the repository at this point in the history
  12. fix centering masking

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5004244 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebed037 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf3437f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4743b45 View commit details
    Browse the repository at this point in the history
  16. fix nx 3.0 adjacency issues

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4c28f89 View commit details
    Browse the repository at this point in the history
  17. fix for nx 3.0

    a-r-j committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e18bc62 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d93887c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f069a87 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. add additional docs

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8919a5c View commit details
    Browse the repository at this point in the history
  2. add additional testin utils

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b38ae4e View commit details
    Browse the repository at this point in the history
  3. add docstrings to plot

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2acd209 View commit details
    Browse the repository at this point in the history
  4. finish sequence docstrings

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ebaf423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac17093 View commit details
    Browse the repository at this point in the history
  6. finalise io

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aaf745a View commit details
    Browse the repository at this point in the history
  7. add tensor submodule to docs

    a-r-j committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9a96633 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. add edges

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    01f1161 View commit details
    Browse the repository at this point in the history
  2. update license year

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    899ae4d View commit details
    Browse the repository at this point in the history
  3. add documented code

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ec8021a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa1efb2 View commit details
    Browse the repository at this point in the history
  5. add updated tests

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7ee4bf0 View commit details
    Browse the repository at this point in the history
  6. update doc config

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    986679c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64e4322 View commit details
    Browse the repository at this point in the history
  8. add additional constants

    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    659cb5d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    62c82f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bcb801e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. fix test

    a-r-j committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5db50f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    bf427af View commit details
    Browse the repository at this point in the history
  3. update changelog

    a-r-j authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fdcb681 View commit details
    Browse the repository at this point in the history
  4. update readme

    a-r-j authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    04b12a0 View commit details
    Browse the repository at this point in the history
  5. update docstrings

    a-r-j authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1a051db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9df4b8b View commit details
    Browse the repository at this point in the history
  7. update docstrings

    a-r-j authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b8ff8df View commit details
    Browse the repository at this point in the history
  8. update docstrings

    a-r-j authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f8d491a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b7e9ad View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. bump license year

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c31dd2e View commit details
    Browse the repository at this point in the history
  2. fix angle dims

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6d6396b View commit details
    Browse the repository at this point in the history
  3. add noising and plotting

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    682cb90 View commit details
    Browse the repository at this point in the history
  4. add node id to plots

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    012fd45 View commit details
    Browse the repository at this point in the history
  5. add esmfold util

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    02ff7c0 View commit details
    Browse the repository at this point in the history
  6. add noise util

    a-r-j committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    7e7580a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Add structural metrics (#245)

    * Add gdt metric
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add TMScore
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Add init
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update readme
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    a-r-j and pre-commit-ci[bot] authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    494801d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. add dataloader

    a-r-j committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1530153 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. add folding utils

    a-r-j committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ece5825 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f7a72eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. update readme

    a-r-j authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f467ee1 View commit details
    Browse the repository at this point in the history
  2. add docs

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    62b68a1 View commit details
    Browse the repository at this point in the history
  3. add tutorial notebooks

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    2936c1b View commit details
    Browse the repository at this point in the history
  4. add fasta parsing util

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    68fa522 View commit details
    Browse the repository at this point in the history
  5. add data updates

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6661fe5 View commit details
    Browse the repository at this point in the history
  6. fix df output

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d47b733 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5331854 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4f084d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    474e0c9 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    06026c4 View commit details
    Browse the repository at this point in the history
  11. add watermark

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ccc07e8 View commit details
    Browse the repository at this point in the history
  12. rm dataloaders from test

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    57b0a47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b10cfe View commit details
    Browse the repository at this point in the history
  14. fix typo in inc_dict attr

    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    a10f9ff View commit details
    Browse the repository at this point in the history
  15. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    533f127 View commit details
    Browse the repository at this point in the history
  16. add doc dep install to build

    a-r-j authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    50c789e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. fix typo

    a-r-j committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    1b9c3d0 View commit details
    Browse the repository at this point in the history
  2. remove wildcard pyyaml version

    a-r-j committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    e861145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9dde87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed463a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. update tensor tutorial

    a-r-j committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1c7447b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tensor_utils' of https://www.github.com/a-r-j/graphein

    …into tensor_utils
    a-r-j committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    58829a0 View commit details
    Browse the repository at this point in the history