Skip to content

Releases: adafruit/Adafruit_CircuitPython_GPS

3.9.8 - Make string conversion work on small builds

25 May 20:00
af5ee59
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.


What's Changed

Full Changelog: 3.9.7...3.9.8

3.9.7 - Updated documentation link, python version

04 Feb 21: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-gps.

Read the docs for info on how to use it.

3.9.6 - Improved timestamp_utc parsing

13 Dec 18:00
98d505a
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.9.5 - Updated pylint version, linted

15 Nov 19:44
aaff06d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.9.4 - Fixed byte indexing, added tests

28 Oct 18:13
b5b18fa
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.9.3 - Updated pre-commit conifiguration to avoid using the local escape hatch

25 Oct 20: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-gps.

Read the docs for info on how to use it.

3.9.2 - Fixed bug where has_fix remained True even though the fix was lost

05 Oct 20:18
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.9.1 - Update RMC parsing to handle the extra parameter in NMEA 4.1

13 Sep 20:51
3655448
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.9.0 - Changed minimum sentence size to 11 bytes

29 Apr 17:18
f95ca0d
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

3.8.1 - Added length check to prevent index out of range, updated documentation

16 Mar 18:53
cc4c9df
Compare
Choose a tag to compare

Thanks @lesamouraipourpre!

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

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

Read the docs for info on how to use it.