Skip to content

Releases: adafruit/Adafruit_CircuitPython_IterTools

2.1.2 - Fix For Sphinx RTD Theme

07 Oct 22:30
Compare
Choose a tag to compare

2.1.1 - Type Annotations

29 Apr 15:51
a77ae43
Compare
Choose a tag to compare

What's Changed

  • Type annotations for adafruit_itertools by @kbsriram in #24
  • Update type annotations for itertools extras. by @kbsriram in #25
  • Fix for all_equals() when passed empty iterable

Full Changelog: 2.1.0...2.1.1

2.1.0 - islice now acts more like CPython version

23 Feb 20:36
397473c
Compare
Choose a tag to compare

What's Changed

  • Update islice to align behavior closer to CP by @kbsriram in #23

Full Changelog: 2.0.8...2.1.0

Type Annotations

20 Feb 22:09
7a6f049
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.7...2.0.8

2.0.7 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44
Compare
Choose a tag to compare

Changes: 2.0.6...2.0.7

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.6 - Fix RTD Theme Issue

25 Sep 16:01
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.5 - Updated .pylintrc, fixed jQuery

26 May 15:54
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.4 - Fixed pylint errors

15 Nov 17:33
5c7b458
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.3 - Made copyright stay up to date in docs/conf.py

26 Aug 02:39
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.2 - Fixed version string

22 Aug 18:59
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.