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

Added Graph Encoder Embedding #986

Closed
wants to merge 24 commits into from
Closed

Added Graph Encoder Embedding #986

wants to merge 24 commits into from

Commits on Sep 15, 2022

  1. add shell of GEE model

    bdpedigo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e565a42 View commit details
    Browse the repository at this point in the history
  2. rename, fix __all__

    bdpedigo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8042ada View commit details
    Browse the repository at this point in the history
  3. add regularized laplacian

    bdpedigo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7fde531 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge pull request #988 from microsoft/main

    main into dev pre 2.0.1
    daxpryce committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d992701 View commit details
    Browse the repository at this point in the history
  2. Fix seaborn syntax

    bdpedigo authored and daxpryce committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    dc0a566 View commit details
    Browse the repository at this point in the history
  3. Increment bugfix version

    bdpedigo authored and daxpryce committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    899a470 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into gee

    bdpedigo committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    88e8243 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Exclude 3.6.1

    I added to line 35. I assumed the asterisk on 3.3 meant all versions of 3.3 ex (3.3.1, 3.3.2) are all excluded from the matplotlib. 
    
    Is this correct?
    hugwuoke authored and daxpryce committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    64d2f7e View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    hugwuoke authored and daxpryce committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    357c933 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge branch 'dev' into gee

    bdpedigo committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    182f34d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Removed outdated Zenodo DOI from README.md
    ktwillcode authored and bdpedigo committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d2bd257 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Fixed graph matching with similarity matrix of unequal dimensions (#1002

    )
    
    * Fix seaborn syntax
    
    * fixed padding of a similarity amtrix for graph matching
    
    * fixing mypy complaint from _adj_pad
    
    * use naive padding for similarity
    
    * add a test
    
    * Revert "Fix seaborn syntax"
    
    This reverts commit fd38e05.
    
    * try to fix ipython error in doc generation
    
    * just make sure the original S had the right shape
    
    * run black
    
    * fix tests
    
    Co-authored-by: Benjamin Pedigo <benjamindpedigo@gmail.com>
    dokato and bdpedigo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    194678d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Edited contributing guidelines (#1000)

    * Editing contributing guidelines 
    
    My edits were based on my experience with getting set up on GitHub. I added some minor changes of things I wish I had read while I was trying to set up my account.
    
    * fix typo
    
    Co-authored-by: Benjamin Pedigo <benjamindpedigo@gmail.com>
    hugwuoke and bdpedigo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5bc51bd View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg (#999)

    bdpedigo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1a2bdf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a410de9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. add 3.10, remove 3.7 from metadata

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8ceadda View commit details
    Browse the repository at this point in the history
  2. make tests go vroom

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c19672c View commit details
    Browse the repository at this point in the history
  3. run black

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b25f36c View commit details
    Browse the repository at this point in the history
  4. run isort

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f6a4c30 View commit details
    Browse the repository at this point in the history
  5. ban gensim 4.2.0

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5e33804 View commit details
    Browse the repository at this point in the history
  6. bump major version

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9ac2405 View commit details
    Browse the repository at this point in the history
  7. fix toc

    bdpedigo authored and daxpryce committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7844bce View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Hard capped networkx version to avoid incompatability (#1016)

    * hard capped networkx version to avoid incompatability
    
    * set networkx to <= 3.0
    
    * Update setup.cfg
    
    Co-authored-by: alyakin314 <antonalyakin@Antons-MacBook-Pro-4.local>
    Co-authored-by: Benjamin Pedigo <benjamindpedigo@gmail.com>
    3 people committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    349cc77 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge branch 'dev' into gee

    bdpedigo committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ae9b3f2 View commit details
    Browse the repository at this point in the history