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 annotation stubs for PyGraph and PyDiGraph #401

Merged
merged 101 commits into from
Mar 9, 2023

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    be25f8b View commit details
    Browse the repository at this point in the history
  2. Add types to PyDiGraph

    IvanIsCoding committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1292561 View commit details
    Browse the repository at this point in the history
  3. Remove Union types

    IvanIsCoding committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    cd98bda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cc697d View commit details
    Browse the repository at this point in the history
  5. Tweak __init__

    IvanIsCoding committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    12b39e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    6fa0cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3bcd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e799e0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6cec75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec48656 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3691bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78d458b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe73243 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    530b26d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48b536e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05b2cf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    f6e37a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3e735 View commit details
    Browse the repository at this point in the history
  3. Run stub-tests in CI

    IvanIsCoding committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    87d0834 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b3b747 View commit details
    Browse the repository at this point in the history
  5. Fix error in workflow

    IvanIsCoding committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bb1cf8f View commit details
    Browse the repository at this point in the history
  6. Try to fix 3.6 build

    IvanIsCoding committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e460c11 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    acc7e4b View commit details
    Browse the repository at this point in the history
  2. Add PyDiGraph test

    IvanIsCoding committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    81aec08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff4139e View commit details
    Browse the repository at this point in the history
  4. Add new merge functions

    IvanIsCoding committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e31ea49 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

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

Commits on Aug 10, 2021

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

Commits on Aug 17, 2021

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

Commits on Aug 23, 2021

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

Commits on Sep 5, 2021

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

Commits on Oct 15, 2021

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

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    7ce2b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1feaf2 View commit details
    Browse the repository at this point in the history
  3. Reduce scope of the PR

    IvanIsCoding committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    837efb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ceac47 View commit details
    Browse the repository at this point in the history
  5. Pin mypy version

    IvanIsCoding committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    7e2f883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    827a014 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    047daba View commit details
    Browse the repository at this point in the history
  2. Add release note

    IvanIsCoding committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    68d3310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a59de View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

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

Commits on Nov 10, 2021

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

Commits on Nov 30, 2021

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

Commits on Dec 7, 2021

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

Commits on Dec 8, 2021

  1. Apply suggestions from code review

    Co-authored-by: Jake Lishman <jake@binhbar.com>
    IvanIsCoding and jakelishman committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    ac6825a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

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

Commits on Jan 6, 2022

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

Commits on Jan 11, 2022

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

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    93685fa View commit details
    Browse the repository at this point in the history
  2. Format with Black

    IvanIsCoding committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9803970 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    c208f2d View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    IvanIsCoding committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7190bf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b35bb02 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

Commits on May 3, 2022

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

Commits on May 5, 2022

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

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    7d964af View commit details
    Browse the repository at this point in the history
  2. Black fmt

    IvanIsCoding committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e025617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a83cce7 View commit details
    Browse the repository at this point in the history
  4. Fix path to tests

    IvanIsCoding committed May 6, 2022
    Configuration menu
    Copy the full SHA
    59a9f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3dad55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed8ea1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63c87a6 View commit details
    Browse the repository at this point in the history
  8. Handle lint

    IvanIsCoding committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ed0c053 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54a795c View commit details
    Browse the repository at this point in the history
  10. Minor updates in tests

    IvanIsCoding committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8f22bb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    342d2f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    937d049 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Make PyDAG be generic

    IvanIsCoding committed May 7, 2022
    Configuration menu
    Copy the full SHA
    23c9a6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0cb298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc16d41 View commit details
    Browse the repository at this point in the history
  4. Fix signature

    IvanIsCoding committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b34afe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bb0ac3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    42f77ac View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    IvanIsCoding committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ff58a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cab9fe View commit details
    Browse the repository at this point in the history
  4. Address lint

    IvanIsCoding committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a7aaf48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20777a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    e1798e5 View commit details
    Browse the repository at this point in the history
  2. Rename to rustworkx

    IvanIsCoding committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f6bc49f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd9c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc0d9b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Ignore no tests found

    IvanIsCoding committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ad83bab View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

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

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    f91ab74 View commit details
    Browse the repository at this point in the history
  2. Try using pytest==7.1.3

    IvanIsCoding committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    05c7d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37d3c23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e9c86e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c24f8f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    a441d39 View commit details
    Browse the repository at this point in the history
  2. Use mypy.stubtest on CI

    IvanIsCoding committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    265fbe9 View commit details
    Browse the repository at this point in the history
  3. Run Black

    IvanIsCoding committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    c16ae22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a21cae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    119cdb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb27883 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    968f9d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    5ed884b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eab027 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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