Skip to content

Releases: bradsease/oem

0.4.5

18 May 22:52
0.4.5
bf5abef

Choose a tag to compare

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

v0.4.4

13 Apr 23:34
0.4.4
4e8bd44

Choose a tag to compare

OEM v0.4.4 Release Notes

Key Changes

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

v0.4.3

15 Feb 19:43
v0.4.3
8a27f4b

Choose a tag to compare

OEM v0.4.3 Release Notes

Key Changes

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

v0.4.2

28 Apr 01:04
v0.4.2
0b01d35

Choose a tag to compare

OEM v0.4.2 Release Notes

Key Changes

  • Fix astropy epoch truncation

v0.4.1

10 Mar 00:46
v0.4.1

Choose a tag to compare

OEM v0.4.1 Release Notes

Key Changes

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

v0.4.0

26 Nov 18:06
v0.4.0
96b3766

Choose a tag to compare

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.

v0.3.3

08 Dec 00:41
12d872c

Choose a tag to compare

OEM v0.3.3 Release Notes

Key Changes

  • Added fix for handling of namespaced XML OEM files.

v0.3.2

07 Feb 20:42
ec11ea6

Choose a tag to compare

OEM v0.3.2 Release Notes

Key Changes

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

v0.3.1

15 Oct 01:48
1ac8ae2

Choose a tag to compare

OEM v0.3.1 Release Notes

Key Changes

  • Improved efficiency of KVN parser for large OEM files

v0.3.0

29 Aug 16:19
7f8f8ae

Choose a tag to compare

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