Skip to content

New version: GNSSReceiver v0.2.0 - #161334

Closed
JuliaRegistrator wants to merge 1 commit into
masterfrom
registrator-gnssreceiver-c84cffac-v0.2.0-95448eb43d
Closed

JuliaRegistrator wants to merge 1 commit into
masterfrom
registrator-gnssreceiver-c84cffac-v0.2.0-95448eb43d

Conversation

@JuliaRegistrator

Copy link
Copy Markdown
Contributor
# [0.2.0](https://github.com/JuliaGNSS/GNSSReceiver.jl/compare/v0.1.6...v0.2.0) (2026-07-14)


### Bug Fixes

* **benchmark:** give each process sample a fresh state so it measures a real 45 s run ([76dbd82](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/76dbd82fc262ffe454ea76d16e498e2030dc4cee))
* generalize save_data, cover it in tests, and pre-v1 cleanup ([7ec5806](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/7ec5806d9331a568e95455ba1947e3ea8a220e8b))
* increment unsuccessful counter during reacquisition ([#48](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/48)) ([402783a](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/402783a206cb7aee1f2e9950ff958b672b4a2aa5))
* **receive:** thread receiver_state via typed Ref to avoid Core.Box allocations ([bb58434](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/bb584349ce1820f03984ee76d6799e43145127d2))
* reset decoder after reacquisition ([#47](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/47)) ([0df1fed](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/0df1fed57ed1a173352da12a1db573a9241b994f))
* small fixes to signal flow ([#45](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/45)) ([03a111a](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/03a111adb9536480561e3fbd7abc21e5ded63302))


### Features

* add extract hook to receive for custom per-chunk payloads ([79ab06a](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/79ab06a4205de117c2de9029ea116253b9bb9d6a))
* allow to specify PVT update rate ([#52](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/52)) ([0b4e515](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/0b4e515e76f2c8745fefa12897b5cc22f6b73e5c))
* allow to specify the doppler_estimator ([#56](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/56)) ([a93b8f3](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/a93b8f3f93a26851cf75ecfbc708a4e3d9e74da6))
* allow to specify the lock detector threshold ([#53](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/53)) ([128fca8](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/128fca8e92f37921ba723605fb8f57edc37bdd10))
* allow to specify the PRNs of the acquisition plan ([#46](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/46)) ([2a7a408](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/2a7a4087d5fa22754ddeb675e5e973f42b774b54))
* **benchmark:** human-readable sizes and memory ratio in PR comment ([1a20bf3](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/1a20bf3c4b4e1d5279090e5d4a0aa11a3aeba912))


### Performance Improvements

* **benchmark:** split process into per-stage 1 s benchmarks for reliable CI ([5b59f32](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/5b59f327c16a026ac505338a51446f3a5f751687))
* **channel:** replace Channel-backed MatrixSizedChannel with lock-free SignalChannel ([c5c40ef](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/c5c40ef6ed61d8d5b1cd602ad1cf2bc2b33eaec1))
* **process:** reuse a SatelliteState buffer in update_pvt, drop filter→Dictionary ([bceee57](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/bceee572210d32df641b587dc9e2c7e658fba9f9)), closes [#82](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/82)
* update receiver_sat_states in place (map!) instead of rebuilding each frame ([5a2f4c3](https://github.com/JuliaGNSS/GNSSReceiver.jl/commit/5a2f4c3a00489cc121b20cde8df0d2b7f6ffa156)), closes [82/#84](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/84) [#82](https://github.com/JuliaGNSS/GNSSReceiver.jl/issues/82)

UUID: c84cffa-6943-4fe6-9449-f6d23817af8b
Repo: https://github.com/JuliaGNSS/GNSSReceiver.jl.git
Tree: d632bd39db94ffa6ac71fc9de3547b59e6c76aee

Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
JuliaRegistrator referenced this pull request in JuliaGNSS/GNSSReceiver.jl Jul 14, 2026
# [0.2.0](v0.1.6...v0.2.0) (2026-07-14)

### Bug Fixes

* **benchmark:** give each process sample a fresh state so it measures a real 45 s run ([76dbd82](76dbd82))
* generalize save_data, cover it in tests, and pre-v1 cleanup ([7ec5806](7ec5806))
* increment unsuccessful counter during reacquisition ([#48](#48)) ([402783a](402783a))
* **receive:** thread receiver_state via typed Ref to avoid Core.Box allocations ([bb58434](bb58434))
* reset decoder after reacquisition ([#47](#47)) ([0df1fed](0df1fed))
* small fixes to signal flow ([#45](#45)) ([03a111a](03a111a))

### Features

* add extract hook to receive for custom per-chunk payloads ([79ab06a](79ab06a))
* allow to specify PVT update rate ([#52](#52)) ([0b4e515](0b4e515))
* allow to specify the doppler_estimator ([#56](#56)) ([a93b8f3](a93b8f3))
* allow to specify the lock detector threshold ([#53](#53)) ([128fca8](128fca8))
* allow to specify the PRNs of the acquisition plan ([#46](#46)) ([2a7a408](2a7a408))
* **benchmark:** human-readable sizes and memory ratio in PR comment ([1a20bf3](1a20bf3))

### Performance Improvements

* **benchmark:** split process into per-stage 1 s benchmarks for reliable CI ([5b59f32](5b59f32))
* **channel:** replace Channel-backed MatrixSizedChannel with lock-free SignalChannel ([c5c40ef](c5c40ef))
* **process:** reuse a SatelliteState buffer in update_pvt, drop filter→Dictionary ([bceee57](bceee57)), closes [#82](#82)
* update receiver_sat_states in place (map!) instead of rebuilding each frame ([5a2f4c3](5a2f4c3)), closes [82/#84](#84) [#82](#82)
@github-actions

Copy link
Copy Markdown
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines which are not met ❌

  • This is a breaking change, but the release notes do not mention it. Please add a mention of the breaking change to the release notes (use the words "breaking" or "changelog").

    Example of adding release notes with breaking notice

    If you are using the comment bot @JuliaRegistrator, you can add release notes to this registration by re-triggering registration while specifying release notes:

    @JuliaRegistrator register
    
    Release notes:
    
    ## Breaking changes
    
    - Explanation of breaking change, ideally with upgrade tips
    - ...
    

    If you are using JuliaHub, trigger registration the same way you did the first time, but enter release notes that specify the breaking changes.

    Either way, you need to mention the words "breaking" or "changelog", even if it is just to say "there are no breaking changes", or "see the changelog".

2. Needs action: here's what to do next

  1. Please try to update your package to conform to these guidelines. The General registry's README has an FAQ that can help figure out how to do so.
  2. After you have fixed the AutoMerge issues, simply retrigger Registrator, the same way you did in the initial registration. This will automatically update this pull request. You do not need to change the version number in your Project.toml file (unless the AutoMerge issue is that you skipped a version number).

If you need help fixing the AutoMerge issues, or want your pull request to be manually merged instead, please post a comment explaining what you need help with or why you would like this pull request to be manually merged. Then, send a message to the #pkg-registration channel in the public Julia Slack for better visibility.

3. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@zsoerenm

Copy link
Copy Markdown

Closing: this v0.2.0 registration was created in error. It was auto-generated by a semantic-release workflow that ran before the v1.0.0 GitHub release/tag existed, so it computed 0.2.0 from the commit history. v1.0.0 is already registered (#161331) and is the correct current version.

@zsoerenm

Copy link
Copy Markdown

This registration should not be merged. It was auto-generated by a semantic-release workflow that ran before the v1.0.0 release existed, so it computed 0.2.0 from commit history. v1.0.0 is already registered and correct (#161331). The upstream v0.2.0 tag/release has been deleted. Please disregard/close this PR.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. It would also be helpful if you could post a message in the #pkg-registration channel of the JuliaLang Slack (https://julialang.org/slack/), to increase visibility. [noblock]

@github-actions github-actions Bot added the stale label Aug 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been inactive for more than 30 days and has automatically been closed. Feel free to register your package or version again once you fix the AutoMerge issues. If you need help, you can ask in the #pkg-registration channel of the JuliaLang Slack (https://julialang.org/slack/). [noblock]

@github-actions github-actions Bot closed this Aug 22, 2026
@github-actions
github-actions Bot deleted the registrator-gnssreceiver-c84cffac-v0.2.0-95448eb43d branch August 22, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AutoMerge: last run blocked by comment PR blocked by one or more comments lacking the string [noblock]. BREAKING minor release stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants