Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: a-r-j/graphein
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.3
Choose a base ref
...
head repository: a-r-j/graphein
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.4
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 12, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#341)

    updates:
    - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    77a4d9a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 10, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#347)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8c85d84 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#349)

    updates:
    - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9a55b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Add support for PyG 2.4+ (#350)

    * change dssp conda install to apt
    
    * add looseversion dependency
    
    * bump changelog
    
    * use apt-get
    
    * fix broken test from deprecated PDB
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * make pdb code in test lowercase
    
    * make pdb code in test lowercase
    
    * pin biopython version <1.81 for dssp compatibility
    
    * switch dssp back to apt-get
    
    * pin biopython <=1.79 for dssp
    
    * pin dssp version in CI
    
    * switch dssp install back to salilab
    
    * install specific boost version for DSSP
    
    * add python 3.10 and torch 2.1.0 to CI matrix
    
    * make 3.10 python version string
    
    * unpin biopython version
    
    ---------
    
    Co-authored-by: Arian Jamasb <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    028f416 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fix add_sequence_neighbour_vector (#336)

    * Fix nx -> pyg conversion corner case when graph has no edges
    
    * Update changelog
    
    * Add todos
    
    * Remove redundant check
    
    * Fix propagation of same `vec` on non-adjacent nodes
    
    * Fix adjacency check for insertion codes
    
    * Fix adjacency check for insertion codes for backward order
    
    * Test `add_sequence_neighbour_vector`
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Arian Jamasb <[email protected]>
    3 people authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bc1bf30 View commit details
    Browse the repository at this point in the history
  2. Bump versionstrings for 1.7.4 release (#351)

    * change dssp conda install to apt
    
    * add looseversion dependency
    
    * bump changelog
    
    * use apt-get
    
    * fix broken test from deprecated PDB
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * make pdb code in test lowercase
    
    * make pdb code in test lowercase
    
    * pin biopython version <1.81 for dssp compatibility
    
    * switch dssp back to apt-get
    
    * pin biopython <=1.79 for dssp
    
    * pin dssp version in CI
    
    * switch dssp install back to salilab
    
    * install specific boost version for DSSP
    
    * add python 3.10 and torch 2.1.0 to CI matrix
    
    * make 3.10 python version string
    
    * unpin biopython version
    
    * bump docstrings to 1.7.4
    
    ---------
    
    Co-authored-by: Arian Jamasb <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    27c065b View commit details
    Browse the repository at this point in the history
Loading