Skip to content

lox-time-v0.1.0-alpha.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:54
· 175 commits to main since this release
6c96f63

Other

  • Rename lox-utils to lox-math because the former is taken (#146)
  • Add crate descriptions (#145)
  • Align versions (#143)
  • Add day of year accessor (#137)
  • Add Time constructor for two-part Julian Dates (#132)
  • Validate elevation and visibility analysis
  • Add from_seconds constructor to Python
  • Expose time component to Python
  • Fix rebase
  • Impl event and window detection from Python
  • Implement TimeDelta ranges
  • Fix transformations
  • Add trajectory transformation
  • Rename
  • Fix some copypasta and AI bugs
  • Re-implement propagation and Keplerian elements
  • Prototype trajectory
  • Generate body-fixed frame transformations
  • Implement no-ops; remove blanket impl transforms
  • Implement body-fixed transformation
  • Update documentation for top-level lox-time modules (#110)
  • Implement new Python API for lox-time and add TryToScale trait (#103)
  • Refactor time scale transformations (#102)
  • Implement DeltaUt1Tai provider (#101)
  • Split up lox-eop (#100)
  • Implement LeapSecondsProvider trait with builtin and LSK impls (#99)
  • Refactor lox-time Rust and Python API - Part I (#94)
  • Calculate delta UT1-TAI from EarthOrientationParams (#93)
  • Clean up todos (#88)
  • Align casing of types with Rust API guidelines (#86)
  • Hoist shared constants and type aliases (#84)
  • Implement TAI <-> UTC conversion (#81)
  • Fix TimeDelta.from_decimal_seconds
  • Implement TT <-> TDB transformations (#73)
  • Replace lox_time::continuous with smaller top-level modules (#72)
  • Implement two-way TCB <-> TDB conversion (#71)
  • Implement two-way TT-TCG transformation (#70)
  • Include InvalidTimeDelta detail in error message (#69)
  • Subsecond-based time implementation (#67)
  • Core No More (#68)
  • Factor lox-time into new crate (#65)