Skip to content

Releases: adafruit/Adafruit_CircuitPython_GPS

3.10.14 - Fixed typo in _parse_gil()

22 Mar 17:13
ea37df3
Compare
Choose a tag to compare

Fixed a typo in one of the library functions causing a fatal error. Thanks @dhalbert!

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.10.13 - Fixed minute parsing

21 Mar 16:40
ab6b33a
Compare
Choose a tag to compare

Fixed an issue where minutes were not parsed correctly. Thanks @jkittner!

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.10.12 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:21
84a835f
Compare
Choose a tag to compare

Changes: 3.10.11...3.10.12

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.10.11 - Fix RTD Theme Issue

25 Sep 15:40
e3e845b
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.10.10 - Updated .pylintrc, fixed jQuery

26 May 16:18
c8dd225
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.10.9 - Functional bug fix

19 May 19:03
4b53a07
Compare
Choose a tag to compare

Fixes a bug in the library in _parse_gga(). Thanks @awordforthat for fixing and @jkittner for continuing to bug catch!

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.10.8 - Added additional docstrings

19 May 00:03
99f1cc5
Compare
Choose a tag to compare

Adds additional docstrings for adafruit_gps.GPS attributes. Thanks @awordforthat for adding and @jkittner for bug catching!

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.10.7 - Added commented out board.STEMMA_I2C with explanation

28 Nov 18:12
e255f1a
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.10.6 - Added commented out busio import

18 Oct 14:31
04417ed
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.10.5 - Adding Typing Information

03 Oct 15:13
d8fdb0b
Compare
Choose a tag to compare

This release adds type 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-gps.

Read the docs for info on how to use it.