Skip to content

RC 1.2.6#144

Draft
semuadmin wants to merge 3 commits into
mainfrom
RC-1.2.6
Draft

RC 1.2.6#144
semuadmin wants to merge 3 commits into
mainfrom
RC-1.2.6

Conversation

@semuadmin

@semuadmin semuadmin commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

pygnssutils Pull Request Template

Description

  1. Add msgfilter argument to GNSSReader - will only parse GNSS messages where identity is in msgfilter. identity is string type for NMEA (e.g. "GNGSA"), otherwise integer (e.g. 0x0107, 1005).
  2. Enhance parsing argument to GNSSReader - permissible values:
    • PARSE_NONE (0) - No message parsing, raw output only
    • PARSE_FULL (1) - Full parsing of all message attributes (the default)
    • PARSE_META (2) - Parse only basic metadata from messages (protocol, identity and length). Outputs a new generic GNSSMessage object. Significantly faster than full parsing, but individual data attributes will no longer be available.
  3. Further enhancements and bug fixes to RINEX conversion routines.
  4. Extend support for raw almanac message parsing.

NB: this release will require an update to PyGPSClient >=1.7.1

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

  • Test A
  • Test B

Checklist:

  • I agree to abide by the code of conduct (see CODE_OF_CONDUCT.md).
  • My code follows the style guidelines of this project (see CONTRIBUTING.md).
  • I have performed a self-review of my own code.
  • (if appropriate) I have cited my u-blox documentation source(s).
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • (if appropriate) I have added test cases to the tests/test_*.py unittest suite to maintain >= 99% code coverage.
  • I have tested my code against the full tests/test_*.py unittest suite.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I have signed my commits.
  • I understand and acknowledge that the code will be published under a BSD 3-Clause license.

@semuadmin semuadmin added this to the RC 1.2.6 milestone Jul 7, 2026
@semuadmin
semuadmin requested a review from a team July 7, 2026 19:20
@semuadmin semuadmin self-assigned this Jul 7, 2026
@semuadmin semuadmin added bug Something isn't working enhancement New feature or request labels Jul 7, 2026
@semuadmin
semuadmin force-pushed the RC-1.2.6 branch 2 times, most recently from 495b30d to 67a6aae Compare July 9, 2026 07:23
@semuadmin
semuadmin marked this pull request as draft July 11, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant