Index space weather records by UTC day - #176
Merged
Merged
Conversation
Owner
|
This is subtle. Good find. I'll merge over the weekend. Thank you. |
Owner
|
recommended alternative, pure integer math:
Let me know your thoughts. |
scottshambaugh
force-pushed
the
spaceweather-utc-day
branch
from
September 12, 2026 01:57
9ad5f16 to
5926a8b
Compare
Contributor
Author
|
I like that, amended and force pushed |
Merged
ssmichael1
added a commit
that referenced
this pull request
Sep 12, 2026
Version bump in Cargo.toml, python/Cargo.toml, pyproject.toml; changelog rolled (Unreleased -> 0.22.0 - 2026-09-12; entries added for #176 and the #178 references; 0.20.3 pruned to keep five releases). Docs index links the new starting-step / warm-start section of the integrators guide. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw
ssmichael1
added a commit
that referenced
this pull request
Sep 12, 2026
* Release 0.22.0 Version bump in Cargo.toml, python/Cargo.toml, pyproject.toml; changelog rolled (Unreleased -> 0.22.0 - 2026-09-12; entries added for #176 and the #178 references; 0.20.3 pruned to keep five releases). Docs index links the new starting-step / warm-start section of the integrators guide. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw * docs: release steps in CONTRIBUTING (cargo update, version sync, tag) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw * build: compile the extension with --locked against the committed Cargo.lock Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw * Cargo.lock: record 0.22.0 for the workspace crates Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VHexyxYasfatXebfxtphw --------- Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes a timing bug in space weather data, which was indexed by TAI rather than UTC. This meant the last 37 seconds of each UTC day read the next day's record. This changes results very slightly as a result (though this doesn't get picked up by the unit tests - you may want tighter bounds on the golden value checks).