Recent Releases of oem

oem - 0.4.5

OEM 0.4.5 Release Notes

Key Changes

  • Exposed number format options in save_as and convert methods
  • Removed default + from scientific number format
  • Fixed ignored compression argument in convert method

- Python
Published by bradsease 9 months ago

oem - v0.4.4

OEM v0.4.4 Release Notes

Key Changes

  • Fix incorrect reference frame in TLE to OEM conversions when requesting TEME

- Python
Published by bradsease 11 months ago

oem - v0.4.3

OEM v0.4.3 Release Notes

Key Changes

  • Add parser error check
  • Add compression option to convert method

- Python
Published by bradsease about 1 year ago

oem - v0.4.2

OEM v0.4.2 Release Notes

Key Changes

  • Fix astropy epoch truncation

- Python
Published by bradsease almost 2 years ago

oem - v0.4.1

OEM v0.4.1 Release Notes

Key Changes

  • Fix unhandled exception when CCSDSOEMVERS is not on the first line.

- Python
Published by bradsease almost 2 years ago

oem - v0.4.0

OEM v0.4.0 Release Notes

Key Changes

  • Significantly optimized parsing and load times. Large KVN ephemeris files should load up to 95% faster with greatly reduced memory usage.
  • Added initial support for creation of OEMs from TLEs. Requires sgp4 package and can be installed with pip install oem[tle].
  • Added initial support for OEM comparisons by subtracting two OEM instances with matching frame and center parameters.

- Python
Published by bradsease about 2 years ago

oem - v0.3.3

OEM v0.3.3 Release Notes

Key Changes

  • Added fix for handling of namespaced XML OEM files.

- Python
Published by bradsease about 4 years ago

oem - v0.3.2

OEM v0.3.2 Release Notes

Key Changes

  • Implement missing support for YYYY-DDD epoch format
  • Prevent numpy warning messages

- Python
Published by bradsease about 5 years ago

oem - v0.3.1

OEM v0.3.1 Release Notes

Key Changes

  • Improved efficiency of KVN parser for large OEM files

- Python
Published by bradsease over 5 years ago

oem - v0.3.0

OEM v0.3.0 Release Notes

Key Changes

  • Implemented interpolation interface for OrbitEphemerisMessage and EphemerisSegment
  • Implemented .steps and .resample methods to facilitate common usage of interpolation
  • Incorporated defusedxml to address XML-related parsing vulnerabilities

- Python
Published by bradsease over 5 years ago

oem - v0.2.2

OEM v0.2.2 Release Notes

Key Changes

  • Implemented single-object constraint for all OEM files

- Python
Published by bradsease over 5 years ago

oem - v0.2.1

OEM v0.2.1 Release Notes

Key Changes

  • Corrected errors that could lead to an unexpected exception during state construction.

- Python
Published by bradsease over 5 years ago

oem - v0.2.0

OEM v0.2.0 Release Notes

Key Changes

  • The primary interface for reading OEM files is now OrbitEphemerisMessage.open.

  • Added support for XML OEM files.

  • Added .save_as method to OrbitEphemerisMessage instances to allow writing of OEMs in both KVN and XML formats.

  • Added OrbitEphemerisMessage.convert class method to allow direct conversion of OEM files between KVN and XML formats.

  • States now use astropy Time objects to represent epochs with the correct scale.

- Python
Published by bradsease over 5 years ago

oem - v0.1.1

OEM v0.1.1 Release Notes

Modified constraints applied to ephemeris segments to prevent rejection of valid ephemerides when a state epoch is outside the useable range but within START_TIME and STOP_TIME.

- Python
Published by bradsease almost 6 years ago

oem - v0.1.0

OEM v0.1.0 Release Notes

This is the initial release of the OEM package. At this stage, the OEM module supports basic interactions with ASCII OEM files.

- Python
Published by bradsease almost 6 years ago

oem - v0.0.1

OEM v0.0.1 Release Notes

This is a test release to verify automated build and deployment.

- Python
Published by bradsease almost 6 years ago