Releases: lox-space/lox
Releases · lox-space/lox
lox-orbits-v0.1.0-alpha.3
Added
- implement elevation masks for ground locations
lox-time-v0.1.0-alpha.1
Other
- fix clippy lints
- update pyo3 and fix deprecations
lox-space-v0.1.0-alpha.3
Added
- (lox-orbits) implement frame and origin change for Python classes
lox-orbits-v0.1.0-alpha.2
Added
- (lox-orbits) implement frame and origin change for Python classes
- (lox-orbits) implement origin change for
State
Other
- fix formatting
- fix clippy lints
- update pyo3 and fix deprecations
lox-math-v0.1.0-alpha.2
Other
- update Cargo.toml dependencies
lox-io-v0.1.0-alpha.1
Other
- fix clippy lints
- (lox-io) remove fast-float due to security advisory
lox-ephem-v0.1.0-alpha.1
Added
- (lox-orbits) implement frame and origin change for Python classes
- (lox-orbits) implement origin change for
State
lox-earth-v0.1.0-alpha.1
Other
- updated the following local packages: lox-bodies, lox-math, lox-io, lox-time
lox-bodies-v0.1.0-alpha.1
Other
- update Cargo.toml dependencies
lox-time-v0.1.0-alpha.0
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 addTryToScale
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)