Skip to content

Releases: adafruit/Adafruit_CircuitPython_IterTools

2.0.1 - Switched to pyproject.toml

09 Aug 19:33
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

2.0.0 - correct depth of import to match CPython; add to pypi

22 Jul 14:11
3217815
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

What's Changed

Full Changelog: 1.1.10...2.0.0

1.1.10 - Added cp.org link to index.rst

09 Jun 18:35
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.1.9 - Repo documentation and config updates

07 Jun 17:16
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.1.8 - Updated documentation link, python version

04 Feb 20:13
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.1.7 - Updated pylint version, linted

15 Nov 18:57
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

Read the docs for info on how to use it.

1.1.6 - Adding __init__.py file

28 Sep 01:44
83beb3a
Compare
Choose a tag to compare

This version adds a init.py file in the library package and removes a previously unused empty file.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.1.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:53
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

1.1.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:27
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

1.1.3 - Moved to pre-commit, added licensing info

22 Jan 02:38
a698037
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.