Skip to content

v0.13.0

Choose a tag to compare

@MrClock8163 MrClock8163 released this 28 Sep 22:11
· 54 commits to main since this release

Added

  • Added dot product to Vector
  • Added cross product to Vector
  • Added device option to GeoCOM CSV setup_listing

Changed

  • Reworked arithmetic operations supported by Angle
  • Reworked arithmetic operations supported by Vector
  • Renamed parsestr to parse_string
  • Renamed parsebool to parse_bool
  • Renamed toenum to get_enum
  • Renamed enumparser to get_enum_parser
  • Updated GeoCOM FTR download to return bytes instead of str
  • Updated GeoCOM FTR download_large to return bytes instead of str

Fixed

  • GeoCOM IMG set_telescopic_configuration was missing the prefix parameter
  • GeoCOM CSV get_voltage_memory was calling the wrong GeoCOM commmand
  • Angle.to_dms was sometimes returning incorrect value due to rounding
  • Package could not be installed from ZIP due to a missing version fallback

Removed

  • Removed normalize_rad classmethod from Angle