-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_IterTools
base: 2.0.6
head repository: adafruit/Adafruit_CircuitPython_IterTools
compare: main
- 16 commits
- 16 files changed
- 3 contributors
Commits on Dec 4, 2023
-
unpin sphinx and add sphinx-rtd-theme to docs reqs
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4b50dd - Browse repository at this point
Copy the full SHA e4b50ddView commit details
Commits on Feb 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 11b01d4 - Browse repository at this point
Copy the full SHA 11b01d4View commit details
Commits on Feb 20, 2024
-
Merge pull request #20 from kbsriram/main
First batch of type annotations.
Configuration menu - View commit details
-
Copy full SHA for 7a6f049 - Browse repository at this point
Copy the full SHA 7a6f049View commit details
Commits on Feb 23, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1d6bd20 - Browse repository at this point
Copy the full SHA 1d6bd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61916a - Browse repository at this point
Copy the full SHA b61916aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d95ebc - Browse repository at this point
Copy the full SHA 0d95ebcView commit details -
Merge pull request #23 from kbsriram/islice-fix
Update `islice` to align behavior closer to CP
Configuration menu - View commit details
-
Copy full SHA for 397473c - Browse repository at this point
Copy the full SHA 397473cView commit details
Commits on Feb 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for b70d9bf - Browse repository at this point
Copy the full SHA b70d9bfView commit details
Commits on Apr 25, 2024
-
Merge pull request #24 from kbsriram/add-types-2
Type annotations for `adafruit_itertools`
Configuration menu - View commit details
-
Copy full SHA for 750de7a - Browse repository at this point
Copy the full SHA 750de7aView commit details
Commits on Apr 29, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 088e246 - Browse repository at this point
Copy the full SHA 088e246View commit details -
Include more-itertools in optional_requirements
This is only used in tests, for comparison.
Configuration menu - View commit details
-
Copy full SHA for 3bd2dd9 - Browse repository at this point
Copy the full SHA 3bd2dd9View commit details -
Merge pull request #25 from kbsriram/add-types-3
Update type annotations for itertools extras.
Configuration menu - View commit details
-
Copy full SHA for a77ae43 - Browse repository at this point
Copy the full SHA a77ae43View commit details
Commits on Oct 7, 2024
-
remove deprecated get_html_theme_path() call
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db1f755 - Browse repository at this point
Copy the full SHA db1f755View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e888bcb - Browse repository at this point
Copy the full SHA e888bcbView commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3736d5 - Browse repository at this point
Copy the full SHA e3736d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b9548 - Browse repository at this point
Copy the full SHA f1b9548View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.0.6...main