Skip to content

Releases: adafruit/Adafruit_CircuitPython_MAX31855

3.2.14 - Switched to pyproject.toml

09 Aug 19:46
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.13 - Added cp.org link to index.rst

09 Jun 18:15
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.12 - Repo documentation and config updates

07 Jun 17:02
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.11 - Updated documentation link, python version

04 Feb 21:02
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.10 - Removed obsolete reference to ustruct

29 Dec 21:18
53325cd
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.9 - Updated pylint version, linted

15 Nov 17:51
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.8 - Improved documentation

26 Apr 20:23
109136d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

02 Mar 23:55
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

10 Feb 22:31
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.2.5 - Moved to pre-commit, added licensing info

22 Jan 02:30
6addfe3
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-max31855.

Read the docs for info on how to use it.