Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.14 KB

File metadata and controls

50 lines (35 loc) · 1.14 KB

History

0.4.2 (22-March-2026)

  • Multiple bug fixes thanks to darkk.

0.4.1 (01-Dec-2025)

  • Python 3 is now supported.
  • Python 2 is no longer supported.

0.3.2 (28-Oct-2017)

  • Added Report Packet 0x58: GPS System Data from the Receiver.
  • Fixed Report Packet 0x47: Signals Levels for Tracked Satellites.
  • Fixed Report Packet 0x6D: Satellite Selection List.x
  • Added docs/examples/example2.py wich provides a more comprehensive template program than the example in the README.

0.3.1 (26-Sep-2017)

  • Fixed README.rst so it renders properly on PyPi.

0.3.0 (26-Sep-2017)

  • Argument to tsip.Packet() can now also be a tuple or list (inspired by Criss Swaim).
  • Changed development status from alpha to beta.
  • Cleaned up lots of code to satisfy flake8.

0.2.0 (03-Dec-2015)

  • Rewritten from scratch.
  • Implements almost complete set of TSIP commands supported by Trimble Copernicus II and Thunderbolt/Thunderbolt-E GPS receivers.

0.1.0 (20-Jun-2015)

  • First release on PyPI.