Skip to content

Conversation

@lox-release-plz
Copy link
Contributor

@lox-release-plz lox-release-plz bot commented Dec 15, 2025

πŸ€– New release

  • lox-derive: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • lox-test-utils: 0.1.0-alpha.1 -> 0.1.0-alpha.2 (βœ“ API compatible changes)
  • lox-core: 0.1.0-alpha.0 -> 0.1.0-alpha.1 (βœ“ API compatible changes)
  • lox-math: 0.1.0-alpha.9 -> 0.1.0-alpha.10 (βœ“ API compatible changes)
  • lox-bodies: 0.1.0-alpha.11 -> 0.1.0-alpha.12 (βœ“ API compatible changes)
  • lox-time: 0.1.0-alpha.11 -> 0.1.0-alpha.12 (βœ“ API compatible changes)
  • lox-frames: 0.1.0-alpha.4 -> 0.1.0-alpha.5 (βœ“ API compatible changes)
  • lox-io: 0.1.0-alpha.9 -> 0.1.0-alpha.10 (βœ“ API compatible changes)
  • lox-earth: 0.1.0-alpha.13 -> 0.1.0-alpha.14 (βœ“ API compatible changes)
  • lox-orbits: 0.1.0-alpha.21 -> 0.1.0-alpha.22 (βœ“ API compatible changes)
  • lox-space: 0.1.0-alpha.28 -> 0.1.0-alpha.29 (βœ“ API compatible changes)
  • lox-units: 0.1.0-alpha.1 -> 0.1.0-alpha.2
  • lox-ephem: 0.1.0-alpha.8 -> 0.1.0-alpha.9
Changelog

lox-derive

0.1.0-alpha.6 - 2026-01-07

Other

  • (lox-time) implement offsets via OffsetProvider trait

lox-test-utils

0.1.0-alpha.2 - 2026-01-07

Other

  • (lox-frames) rewrite frame transforms

lox-core

0.1.0-alpha.1 - 2026-01-07

Added

  • (lox-time) use compensated sum for two-float deltas
  • (lox-orbits) re-design trajectories
  • add SSO builder and Earth ephemeris

Fixed

  • (lox-time) improve precision of TCB and TCG conversions

Other

  • set q0 as remainder (from Helge)
  • rewrite from closures to a Callback trait, should_panic for roots tests
  • assert err directly, no need to match it first
  • Combine all root errors to common error domain, bubble up errors everywhere.
  • (lox-core) simplify Series type
  • (lox-frames) rewrite frame transforms
  • (lox-time) make LSP trait easier to implement
  • refactor orbit tracing

lox-math

0.1.0-alpha.10 - 2026-01-07

Other

  • update Cargo.toml dependencies

lox-bodies

0.1.0-alpha.12 - 2026-01-07

Other

  • (lox-bodies) improve test coverage
  • (lox-bodies) improve test coverage
  • (lox-bodies) add more tests for generated code
  • generated file with unit tests
  • (lox-frames) rewrite frame transforms

lox-time

0.1.0-alpha.12 - 2026-01-07

Added

  • (lox-time) use compensated sum for two-float deltas
  • (lox-time) add intervals
  • (lox-orbits) re-design trajectories
  • add SSO builder and Earth ephemeris

Fixed

  • (lox-time) improve precision of TCB and TCG conversions

Other

  • (lox-frames) rewrite frame transforms
  • (lox-time) make LSP trait easier to implement
  • (lox-time) implement offsets via OffsetProvider trait

lox-frames

0.1.0-alpha.5 - 2026-01-07

Added

  • (lox-orbits) re-design trajectories
  • (lox-frames) add frame ID to builtin frames

Other

  • (lox-frames) rewrite frame transforms
  • (lox-time) implement offsets via OffsetProvider trait
  • (lox-time) make LSP trait easier to implement
  • (lox-time) implement offsets via OffsetProvider trait

lox-io

0.1.0-alpha.10 - 2026-01-07

Other

  • (lox-time) make LSP trait easier to implement

lox-earth

0.1.0-alpha.14 - 2026-01-07

Added

  • (lox-time) use compensated sum for two-float deltas
  • (lox-orbits) re-design trajectories
  • add SSO builder and Earth ephemeris

Other

  • (lox-core) simplify Series type
  • (lox-frames) rewrite frame transforms
  • (lox-time) implement offsets via OffsetProvider trait
  • (lox-time) make LSP trait easier to implement
  • (lox-time) implement offsets via OffsetProvider trait
  • refactor orbit tracing

lox-orbits

0.1.0-alpha.22 - 2026-01-07

Added

  • (lox-time) use compensated sum for two-float deltas
  • (lox-time) add intervals
  • (lox-orbits) add inclination to SSOBuilder
  • (lox-orbits) re-design trajectories
  • add SSO builder and Earth ephemeris

Other

  • clean up lints and simplify errors
  • fix linting error
  • rewrite from closures to a Callback trait, should_panic for roots tests
  • expect success in visibility test
  • Remove redundant closure
  • Combine all root errors to common error domain, bubble up errors everywhere.
  • (lox-core) simplify Series type
  • (lox-frames) rewrite frame transforms
  • (lox-orbits) rename to SsoBuilder
  • refactor orbit tracing

lox-space

0.1.0-alpha.29 - 2026-01-07

Added

  • (lox-time) use compensated sum for two-float deltas
  • (lox-orbits) re-design trajectories

Other

  • (lox-space) add tests for IAU frames
  • get coverage from pytest
  • clean up lints and simplify errors
  • simplify pytest failure checking
  • rewrite from closures to a Callback trait, should_panic for roots tests
  • Combine all root errors to common error domain, bubble up errors everywhere.
  • failing test cases: expect errors
  • (lox-core) simplify Series type
  • (lox-space) fix doctests
  • (lox-frames) rewrite frame transforms
  • (lox-space) add Python docs
  • (lox-time) make LSP trait easier to implement
  • (lox-time) implement offsets via OffsetProvider trait
  • (lox-space) update MkDocs config
  • (lox-space) test Python reference docs

lox-units

0.1.0-alpha.2 - 2026-01-07

Other

  • updated the following local packages: lox-core

lox-ephem

0.1.0-alpha.9 - 2026-01-07

Other

  • updated the following local packages: lox-core, lox-units


This PR was generated with release-plz.

@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 88.80%. Comparing base (fdb1310) to head (db02abe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #298   +/-   ##
=======================================
  Coverage   88.80%   88.80%           
=======================================
  Files         102      102           
  Lines       28447    28447           
  Branches    28447    28447           
=======================================
  Hits        25263    25263           
  Misses       2853     2853           
  Partials      331      331           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 15, 2025

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing release-plz-2025-12-15T20-40-37Z (db02abe) with main (fdb1310)

Summary

βœ… 3 untouched benchmarks
⏩ 1 skipped benchmark1

Footnotes

  1. 1 benchmark was skipped, so the baseline result was used instead. If it was deleted from the codebase, click here and archive it to remove it from the performance reports. ↩

@lox-release-plz lox-release-plz bot force-pushed the release-plz-2025-12-15T20-40-37Z branch from 26f00b6 to db02abe Compare January 7, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant