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 eq, ne, gt etc. methods. #2175

Merged
merged 8 commits into from Feb 25, 2022
Merged

Added eq, ne, gt etc. methods. #2175

merged 8 commits into from Feb 25, 2022

Commits on Feb 19, 2022

  1. Added is_eq, is_ne, is_gt etc. methods for convenience and to be

    friendlier to beginners.
    
    Closes #2155.
    Tom1380 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    030692f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Feb 24, 2022

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

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    0ed4721 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    Tom1380 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    fd0fcbe View commit details
    Browse the repository at this point in the history
  3. Switched the return type for the PyAny::eq, PyAny::ne etc. functi…

    …ons to `PyResult<bool>`.
    Tom1380 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9ddcefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4514ad5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7285927 View commit details
    Browse the repository at this point in the history