Skip to content

Releases: adafruit/Adafruit_CircuitPython_Waveform

1.3.13 - Added cp.org link to index.rst

09 Jun 18:42
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.12 - Repo documentation and config updates

07 Jun 17:21
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.11 - Reformatted library to match latest black version

04 Apr 17: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-waveform.

Read the docs for info on how to use it.

1.3.10 - Updated documentation link, python version

04 Feb 21:07
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.9 - Updated Pylint RTD version

11 Jan 19: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-waveform.

Read the docs for info on how to use it.

1.3.8 - Updated pylint version, linted

15 Nov 19:06
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.7 - Added type hints

02 Nov 16:11
41917e6
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

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

02 Mar 23: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-waveform.

Read the docs for info on how to use it.

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

10 Feb 22:20
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.3.4 - Moved to pre-commit, added licensing info

20 Jan 23:08
a97b7b1
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-waveform.

Read the docs for info on how to use it.