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

Access and Stream Trajectories with MDAnalysis #287

Merged
merged 55 commits into from
Sep 24, 2023

Commits on Aug 10, 2023

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

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    c6b91a0 View commit details
    Browse the repository at this point in the history
  2. ignore log

    yuxuanzhuang committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2c193d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. add unknown element X

    yuxuanzhuang committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dea8ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21c046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    852d793 View commit details
    Browse the repository at this point in the history
  4. update trajectory

    yuxuanzhuang committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c102bfd View commit details
    Browse the repository at this point in the history
  5. update deleted objects

    yuxuanzhuang committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    715dfc5 View commit details
    Browse the repository at this point in the history
  6. fix ui and add in_memory

    yuxuanzhuang committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b31f657 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. add updating atomgroup

    yuxuanzhuang committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    35f26e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    5f2d68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8ee4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    502b2fe View commit details
    Browse the repository at this point in the history
  4. add old code

    yuxuanzhuang committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6af2e44 View commit details
    Browse the repository at this point in the history
  5. node bug

    yuxuanzhuang committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    93945f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    ad95db4 View commit details
    Browse the repository at this point in the history
  2. start representation

    yuxuanzhuang committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c8e5167 View commit details
    Browse the repository at this point in the history
  3. retrieve universe

    yuxuanzhuang committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dbce819 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. remove during reg

    yuxuanzhuang committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2b6c46f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. merge to main

    yuxuanzhuang committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b4ae00c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a085ef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix style

    yuxuanzhuang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d662a52 View commit details
    Browse the repository at this point in the history
  2. add test for mda

    yuxuanzhuang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    93ef6c2 View commit details
    Browse the repository at this point in the history
  3. test updating atomgroup

    yuxuanzhuang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    143eca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dca706c View commit details
    Browse the repository at this point in the history
  5. test persistance

    yuxuanzhuang committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    37e529e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. change style selection to enum

    Changes the style selection in the UI to an enum,
    which it should have been initially.
    BradyAJohnston committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    28c81ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971b2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df1132c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41706b8 View commit details
    Browse the repository at this point in the history
  5. update docs permissions

    update permission
    
    update permissions for workflow
    BradyAJohnston committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9404558 View commit details
    Browse the repository at this point in the history
  6. update docs

    BradyAJohnston committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    29c60d6 View commit details
    Browse the repository at this point in the history
  7. rename 'legacy' to 'in_memory'

    The method of loading all frames in to memory I don't _immediately_ have plans to remove, so renaming it to 'in_memory' instead of legacy for now.
    BradyAJohnston committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    48abc4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5884867 View commit details
    Browse the repository at this point in the history
  9. import mda

    yuxuanzhuang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6b786a6 View commit details
    Browse the repository at this point in the history
  10. testmda class

    yuxuanzhuang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    50277f3 View commit details
    Browse the repository at this point in the history
  11. fix import In Memory

    BradyAJohnston committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    13abc31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    716fa47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eeff588 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. maybe fix?

    test new token
    
    without token
    
    set deployments to v1
    
    revoke edits on docs.yml
    
    tweak permissions
    
    tweak persmissions
    
    tweak PAT
    
    tweak PAT
    
    tweak PAT
    BradyAJohnston committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    be611c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cfa61 View commit details
    Browse the repository at this point in the history
  3. add in_memory for show

    yuxuanzhuang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    67c1239 View commit details
    Browse the repository at this point in the history
  4. add test for in_memory

    yuxuanzhuang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1e0c0f4 View commit details
    Browse the repository at this point in the history
  5. add test for in_memory 2

    yuxuanzhuang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    666cee5 View commit details
    Browse the repository at this point in the history
  6. use show with in_memory

    yuxuanzhuang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    84fc93f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. rename representation to style

    Aligns with the use of `Style` inside of Molecular Nodes nodegroups.
    BradyAJohnston committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    9b51921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da426f6 View commit details
    Browse the repository at this point in the history
  3. add atom_name to test

    BradyAJohnston committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    0d98de5 View commit details
    Browse the repository at this point in the history
  4. cleanup style nodes

    BradyAJohnston committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b536a1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a8a43c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6420492 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33f2dc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d226ff5 View commit details
    Browse the repository at this point in the history