Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.86 KB

TelemetryAnalysis.jl Changelog

Version 2.0.3

  • Enhancement We added compat bounds for stdlibs.
  • Enhancement General improvements in the source code.

Version 2.0.2

  • Bugfix We fixed the conversion of variable alias in @searchvar.
  • Bugfix The bit transfer function can output any AbstractVector{UInt8}.

Version 2.0.1

  • Bugfix We fixed a possible racing condition when processing the telemetries using multiple threads.

Version 2.0.0

  • BREAKING The function process_telemetries was renamed to process_telemetry_packets.
  • BREAKING The function set_default_telemetry_packet was renamed to set_default_telemetry_packets!.
  • BREAKING The function set_default_telemetry_source was renamed to set_default_telemetry_source!.
  • Feature We added the support for the raw transfer functions.
  • Enhancement We added a progress bar to show the process status.
  • Enhancement The variable search functionality provided by the macro @serchvar was highly improved. It is now case-insensitive and it also considers the variable labels during searching.
  • Enhancement We added a REAMDE.md describing the package.

Version 1.0.0

  • Initial stable version.