Releases: tekktrik/CircuitPython_CSV
2.0.2 - Updated repository infrastructure
2.0.1 - Fix README, license text
Fixed README badges and PSF2 license text. No functional changes were made since the last release.
2.0.0 - Use f-string, minor bug fix, and infrastructure update
- Changed to us f-string for regex expression, which it technically a breaking change if using an older version of CircuitPython where f-strings were turned off in the build
- Fixed a bug where a newline was mistakenly not detected
- Updated repository infrastructure
1.1.5 - Minor updates to README
Added minor updates to README. No functional changes were made since the last release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.1.4 - Add examples to documentation
Added more examples to the Sphinx documentation. No functional changes were made since the last release. Thanks @jposada202020!
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.1.3 - Updated CI
Updated CI to use new composite actions. No functional changes were made since last release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.1.2 - Infastructure updates
- Updated
circup
installation instructions - Updated to use latest
pylint
version with Python 3.11 - Explicitly provide licenses and attribution for code ported from CPython
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.1.1 - Added additional README badges
Added additional badges to the README. No functional changes were made since the previous release.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.1.0 - Added to PyPI
Added this library to PyPI, as well as dynamically populating the libraries __version__
attribute before building.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
To use in CPython, pip3 install circuitpython-csv
.
Read the docs for info on how to use it.
1.0.8 - Add disk logger example
Added example for logging to the disk without an SD card.
To use in CircuitPython, simply install the CircuitPython Community Bundle.
Read the docs for info on how to use it.