Skip to content

0.0.13 "Monument"

Compare
Choose a tag to compare
@iannesbitt iannesbitt released this 29 Jun 02:53
· 230 commits to master since this release

This version of readgssi (called Monument) adds bug fixes for #13 (adds support for the StructureScan Mini antenna) and #15 (distance normalization is now broken into chunks to save memory) as well as a bug fix with a pandas iat call when reading DZG files with NMEA sentences in a particular order.

Version 0.0.13 "Monument" continues the naming scheme based on names of mountain peaks in the Williamstown, Massachusetts area.

changes since 0.0.12

  • fixed #13 by adding SS MINI to list of recognized antenna codes
  • fixed bug (#15) which caused runaway memory usage when distance-normalizing large files. files are now distance normalized in chunks.
  • fixed a bug that caused a read failure on DZG files with RMC strings before GGA (iat function didn't like my slicing)

Changes to previous versions can be found in the changelog.