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

Corrected typos in the references #713

Merged
merged 23 commits into from
Jul 20, 2023
Merged

Commits on Jul 19, 2023

  1. Corrected typos in the references

    Signed-off-by: star1327p <star1327p@gmail.com>
    star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    315047d View commit details
    Browse the repository at this point in the history
  2. Refactor DynamicDML to remove incompatible method signatures

    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    91c1aaa View commit details
    Browse the repository at this point in the history
  3. Enable GitHub Actions

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4eaefdd View commit details
    Browse the repository at this point in the history
  4. Update developer documentation

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b92fdc4 View commit details
    Browse the repository at this point in the history
  5. Update copyright and links to point to PyWhy

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cb327c1 View commit details
    Browse the repository at this point in the history
  6. Fix status checks in CI workflow

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c63a2d1 View commit details
    Browse the repository at this point in the history
  7. Fix py-why#760

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c865365 View commit details
    Browse the repository at this point in the history
  8. Enable compatability with pandas 2.0

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ab3e295 View commit details
    Browse the repository at this point in the history
  9. Bump supported shap version limit

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    44f0dbe View commit details
    Browse the repository at this point in the history
  10. Use verbose pip install when debugging workflows

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    edeafb5 View commit details
    Browse the repository at this point in the history
  11. Fix numpy 1.24 compatibility

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    521d5a1 View commit details
    Browse the repository at this point in the history
  12. remove azure pipelines link from README (py-why#771)

    Update build badge
    
    Signed-off-by: Fabio Vera <fabiovera@microsoft.com>
    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Co-authored-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    2 people authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5d390c4 View commit details
    Browse the repository at this point in the history
  13. Prepare 0.14.1 release (py-why#770)

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    86e6be9 View commit details
    Browse the repository at this point in the history
  14. Get datasets from web instead of blob

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b0858eb View commit details
    Browse the repository at this point in the history
  15. Generate code coverage report

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a7654c1 View commit details
    Browse the repository at this point in the history
  16. Improve abstract method coverage approach

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    58a98e2 View commit details
    Browse the repository at this point in the history
  17. Use lkg requirements for PRs

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ba54997 View commit details
    Browse the repository at this point in the history
  18. Fix website publish authentication

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    097d2b2 View commit details
    Browse the repository at this point in the history
  19. Propagate lkg flag to sub-workflows

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    484e0ac View commit details
    Browse the repository at this point in the history
  20. Work around GitHub Actions runner issue

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    78ddb80 View commit details
    Browse the repository at this point in the history
  21. Add links to PyWhy website and Discord (py-why#788)

    Signed-off-by: star1327p <star1327p@gmail.com>
    fverac authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9c568e4 View commit details
    Browse the repository at this point in the history
  22. Pin cython<3

    Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
    Signed-off-by: star1327p <star1327p@gmail.com>
    kbattocchi authored and star1327p committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0ccae86 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2ccb5f6 View commit details
    Browse the repository at this point in the history