Skip to content

Releases: tekktrik/CircuitPython_CSV

2.0.2 - Updated repository infrastructure

28 May 00:32
f9f5108
Compare
Choose a tag to compare

Updated repository infrastructure. No functional changes were made since the last release.

2.0.1 - Fix README, license text

24 Jan 05:09
7b147c8
Compare
Choose a tag to compare

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

24 Jan 04:40
cd7e31c
Compare
Choose a tag to compare
  • 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

10 Apr 16:53
c52224b
Compare
Choose a tag to compare

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

17 Feb 17:29
50a3dc3
Compare
Choose a tag to compare

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

15 Feb 04:19
3a2db8f
Compare
Choose a tag to compare

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

08 Nov 15:08
90ab56c
Compare
Choose a tag to compare
  • 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

14 Jul 18:54
4fba339
Compare
Choose a tag to compare

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

13 Jul 21:59
83d16ac
Compare
Choose a tag to compare

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

18 Jun 02:34
e80ca16
Compare
Choose a tag to compare

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.