Releases: adafruit/Adafruit_CircuitPython_IterTools
2.0.3 - Made copyright stay up to date in docs/conf.py
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.2 - Fixed version string
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.1 - Switched to pyproject.toml
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
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
- Prepared for adding to PyPI by @evaherrada in #17
- remove adafruit_itertools layer from import by @FoamyGuy in #16
Full Changelog: 1.1.10...2.0.0
1.1.10 - Added cp.org link to index.rst
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
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
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
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
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
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.