Skip to content

Releases: lox-space/lox

lox-derive-v0.1.0-alpha.0

19 Jul 12:53
6c96f63
Compare
Choose a tag to compare

Other

  • Add crate descriptions (#145)
  • Align versions (#143)
  • Release preparation (#140)
  • Add support for empty lines
  • Get clippy happy
  • Change vec reference to slice
  • Implement field prefix and postfix checking
  • Give better names than blalla
  • Programmatic deser OemCovarianceMatrixType
  • Break out the parser from struct construction
  • Improve variable name
  • Implement support for META_START and META_STOP
  • Add deserializers for OEM subtypes
  • Add retries for support for nested Vecs
  • Clean-up variable name
  • Use original type ident for vec type
  • Add support for multi-segment types
  • Clean-up vec type generator
  • Get rid of the second _new usage
  • Get rid of one _new usage
  • First step in unifying the parser chains
  • Remove duplicate call chain
  • Remove _new suffix from parsers
  • Drop _new suffix for type argument getter
  • Remove nom types
  • Encapsulate kvn string split
  • Make the check more idiomatic
  • Make error payload an owned string
  • Fix usage of date time parser
  • Simplify unamed fields handling
  • Simplify version field handling by reodering
  • Remove special case the EpochType
  • Make list order match the nested match
  • Reexport the KVN deserializer types
  • Make clippy happy
  • Remove unused variable
  • Remove leftover trailing whitespace
  • Fix formatting
  • Fix crate name case

lox-bodies-v0.1.0-alpha.0

19 Jul 12:53
6c96f63
Compare
Choose a tag to compare

Other

  • Rename lox-utils to lox-math because the former is taken (#146)
  • Add crate descriptions (#145)
  • Align versions (#143)
  • Fix bodyfixed frames for satellites
  • Fix Python ground propagator
  • Implement visibility window detection
  • Implement ground propagator
  • Impl event and window detection from Python
  • Expose Frame class from Python
  • Fix transformations
  • Prototype trajectory
  • Implement ICRF <-> body-fixed transformations
  • Prototype orbit state representations
  • Move Python wrappers to lox-bodies (#107)
  • Hoist shared constants and type aliases (#84)
  • Implement TAI <-> UTC conversion (#81)
  • Core No More (#68)