Skip to content

Releases: adafruit/Adafruit_CircuitPython_MLX90393

2.0.10 - Typing Information

04 Apr 14:35
30b6e86
Compare
Choose a tag to compare

This release includes typing information for function arguments and returns. Thank you @tekktrik

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

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

Read the docs for info on how to use it.

2.0.9 - Updated documentation link, python version

04 Feb 21:03
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.8 - Removed obsolete reference to ustruct

29 Dec 21:13
6e64fab
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.7 - Updated pylint version, linted

15 Nov 17:52
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.6 - Improved documentation

29 Apr 17:22
877b261
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.5 - Allow for the handling of multiple HALLCONF values

10 Mar 23:30
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.4 - 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-mlx90393.

Read the docs for info on how to use it.

2.0.3 - Fixed bug in reset() that wasn't setting status properly

22 Jan 20:10
0ff3dcb
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.0.2 - Moved to pre-commit, added licensing info

20 Jan 23:09
d370d3e
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-mlx90393.

Read the docs for info on how to use it.

Remove deprecated kwarg

15 Oct 17:43
57fc634
Compare
Choose a tag to compare
  • Remove deprecated I2C kwarg

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

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

Read the docs for info on how to use it.