Thanks to visit codestin.com
Credit goes to github.com

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.0.6
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: main
Choose a head ref
  • 16 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 4, 2023

  1. unpin sphinx and add sphinx-rtd-theme to docs reqs

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e4b50dd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. First batch of type annotations.

    This adds a subset of type annotations for #12
    This PR just adds "simpler" annotations that are hopefully easier
    to review in one shot, with follow-up but smaller PRs for some of
    the trickier items.
    kbsriram committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    11b01d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #20 from kbsriram/main

    First batch of type annotations.
    FoamyGuy authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7a6f049 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Update islice to align behavior closer to CP

    - added checks during iteration to handle "short" iterators
    - added tests to run some basic comparisons between CP and
      this library for `islice`.
    
    Fixes #22
    kbsriram committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1d6bd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b61916a View commit details
    Browse the repository at this point in the history
  3. Shorten ValueError messages

    kbsriram committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0d95ebc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from kbsriram/islice-fix

    Update `islice` to align behavior closer to CP
    dhalbert authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    397473c View commit details
    Browse the repository at this point in the history

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

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    db1f755 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e888bcb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. change to ruff

    FoamyGuy committed May 16, 2025
    Configuration menu
    Copy the full SHA
    e3736d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 16, 2025
    Configuration menu
    Copy the full SHA
    f1b9548 View commit details
    Browse the repository at this point in the history
Loading