Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_IterTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_IterTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 24, 2024

  1. Type annotations for adafruit_itertools

    This adds another set of type annotations for
    #12
    
    - Mypy passes the adafruit_itertools module without errors.
    - Added tests for functionality and to exercise type annotations,
      and mypy also passes these tests without errors.
    kbsriram committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b70d9bf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #24 from kbsriram/add-types-2

    Type annotations for `adafruit_itertools`
    dhalbert authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    750de7a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update type annotations for itertools extras.

    - Fixed a small bug with all_equal() on empty inputs.
    - Fixed a documentation bug with pairwise().
    - Added tests for all methods.
    - Verified mypy --warn-unused-ignores --disallow-untyped-defs runs
      successfully on tests.
    
    Fixes #12
    kbsriram committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    088e246 View commit details
    Browse the repository at this point in the history
  2. Include more-itertools in optional_requirements

    This is only used in tests, for comparison.
    kbsriram committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3bd2dd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from kbsriram/add-types-3

    Update type annotations for itertools extras.
    FoamyGuy authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a77ae43 View commit details
    Browse the repository at this point in the history
Loading