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 networkx stubs #10544

Merged
merged 38 commits into from
Dec 15, 2023
Merged

Add networkx stubs #10544

merged 38 commits into from
Dec 15, 2023

Commits on Aug 31, 2023

  1. Add networkx

    rhelmot committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    afa3c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9155998 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Update stubs/networkx/networkx/readwrite/graphml.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    adfc9f9 View commit details
    Browse the repository at this point in the history
  2. Update stubs/networkx/networkx/algorithms/flow/maxflow.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7173ae0 View commit details
    Browse the repository at this point in the history
  3. Update stubs/networkx/networkx/algorithms/boundary.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    cf6dad5 View commit details
    Browse the repository at this point in the history
  4. Update stubs/networkx/networkx/classes/function.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3884ce6 View commit details
    Browse the repository at this point in the history
  5. Update stubs/networkx/networkx/classes/reportviews.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3d116d9 View commit details
    Browse the repository at this point in the history
  6. Update stubs/networkx/networkx/classes/graph.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d84fba0 View commit details
    Browse the repository at this point in the history
  7. Update stubs/networkx/networkx/algorithms/bridges.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    b79c591 View commit details
    Browse the repository at this point in the history
  8. Update stubs/networkx/METADATA.toml

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    423a35e View commit details
    Browse the repository at this point in the history
  9. Update stubs/networkx/networkx/algorithms/tree/branchings.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    76d4b6f View commit details
    Browse the repository at this point in the history
  10. Update stubs/networkx/networkx/algorithms/tree/branchings.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    90c991f View commit details
    Browse the repository at this point in the history
  11. Fix typevar names

    rhelmot committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    cb02f2c View commit details
    Browse the repository at this point in the history
  12. Nuke extra incompletes

    rhelmot committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    83e9077 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05daed0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    9c6f2ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a17cca View commit details
    Browse the repository at this point in the history
  3. Fix stubtest "is not present at runtime" issues (#4)

    * Fix stubtest "is not present at runtime" issues
    
    * Couple more all, maybe fixing pytype
    
    ---------
    
    Co-authored-by: Audrey Dutcher <audrey@rhelmot.io>
    Avasam and rhelmot committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7355586 View commit details
    Browse the repository at this point in the history
  4. Work around stubuploader issue (#6)

    typeshed-internal/stub_uploader#90
    
    Co-authored-by: Audrey Dutcher <audrey@rhelmot.io>
    Avasam and rhelmot committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ebef107 View commit details
    Browse the repository at this point in the history
  5. Run stubdefaulter; closes #5

    rhelmot committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    34d72ae View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    db33680 View commit details
    Browse the repository at this point in the history
  2. Fixing all stubtest errors left (#8)

    * Fix invalid default `None` values
    
    * Fixing all stubtest errors left
    
    ---------
    
    Co-authored-by: Audrey Dutcher <audrey@rhelmot.io>
    Avasam and rhelmot committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6228903 View commit details
    Browse the repository at this point in the history
  3. fix pytype issues (#9)

    Co-authored-by: Audrey Dutcher <audrey@rhelmot.io>
    Avasam and rhelmot committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6aa2fce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    284482b View commit details
    Browse the repository at this point in the history
  5. Fix reportviews metaclasses

    rhelmot committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    391234e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73c4bb6 View commit details
    Browse the repository at this point in the history
  7. Update stubs/networkx/networkx/convert_matrix.pyi

    Co-authored-by: Avasam <samuel.06@hotmail.com>
    rhelmot and Avasam committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e80965c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfa3ff6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5cefbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97822cb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    cdc358e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e074379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddcb1b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fix new Y059, Y060 violations

    Avasam committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ea04db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f17307e View commit details
    Browse the repository at this point in the history
  3. Applied further suggestions

    Avasam committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1941eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1239536 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into main

    Avasam committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a4d8ebc View commit details
    Browse the repository at this point in the history