lox-time-v0.1.0-alpha.0
·
175 commits
to main
since this release
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
Timeconstructor for two-part Julian Dates (#132) - Validate elevation and visibility analysis
- Add
from_secondsconstructor to Python - Expose time component to Python
- Fix rebase
- Impl event and window detection from Python
- Implement
TimeDeltaranges - 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-timeand addTryToScaletrait (#103) - Refactor time scale transformations (#102)
- Implement
DeltaUt1Taiprovider (#101) - Split up
lox-eop(#100) - Implement
LeapSecondsProvidertrait with builtin and LSK impls (#99) - Refactor
lox-timeRust 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)