Pymavlink

Latest version: v2.4.42

Safety actively analyzes 707240 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.4.36

What's Changed
* Fix python2 support due to https://github.com/ArduPilot/pymavlink/com… by khancyr in https://github.com/ArduPilot/pymavlink/pull/724
* mavschema: add nanoseconds by julianoes in https://github.com/ArduPilot/pymavlink/pull/721
* mavutil: add DOCK mode to rover by shiv-tyagi in https://github.com/ArduPilot/pymavlink/pull/729
* mavextra.py: fix average(v, k, N) function by peterbarker in https://github.com/ArduPilot/pymavlink/pull/732
* mavftpdecode: fixed handling of defaults by tridge in https://github.com/ArduPilot/pymavlink/pull/733
* mavlogdump.py: don't die when handling bytestrings in dataflash logs by peterbarker in https://github.com/ArduPilot/pymavlink/pull/731
* tests: reformat XML by peterbarker in https://github.com/ArduPilot/pymavlink/pull/735
* Disable mavnative by default by khancyr in https://github.com/ArduPilot/pymavlink/pull/728
* Tools: Magfit: throttle based by IamPete1 in https://github.com/ArduPilot/pymavlink/pull/717
* DFReader: extract defaults from 4.3.x logs by tridge in https://github.com/ArduPilot/pymavlink/pull/737
* DFReader: fixed defaults handling by tridge in https://github.com/ArduPilot/pymavlink/pull/738
* mavwp: use is_location attribute of WP commands by tridge in https://github.com/ArduPilot/pymavlink/pull/740

New Contributors
* shiv-tyagi made their first contribution in https://github.com/ArduPilot/pymavlink/pull/729

**Full Changelog**: https://github.com/ArduPilot/pymavlink/compare/2.4.34...2.4.36

2.4.34

fixed pypi error

2.4.33

What's Changed
* mavgen_python: Reformat output by alehed in https://github.com/ArduPilot/pymavlink/pull/662
* build(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /generator/javascript by dependabot in https://github.com/ArduPilot/pymavlink/pull/675
* build(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /generator/javascript_stable by dependabot in https://github.com/ArduPilot/pymavlink/pull/676
* build(deps): bump minimist from 1.2.5 to 1.2.6 in /generator/javascript by dependabot in https://github.com/ArduPilot/pymavlink/pull/656
* DFReader: provide __MAV__ message for log metadata by peterbarker in https://github.com/ArduPilot/pymavlink/pull/648
* XSD Validate - name attributes must not have whitespace by hamishwillee in https://github.com/ArduPilot/pymavlink/pull/652
* build(deps): bump minimist from 1.2.5 to 1.2.6 in /generator/javascript_stable by dependabot in https://github.com/ArduPilot/pymavlink/pull/657
* build(deps): bump async from 2.6.3 to 2.6.4 in /generator/javascript_stable by dependabot in https://github.com/ArduPilot/pymavlink/pull/667
* build(deps): bump async from 2.6.3 to 2.6.4 in /generator/javascript by dependabot in https://github.com/ArduPilot/pymavlink/pull/668
* mavutil: add comments describing units in location object by peterbarker in https://github.com/ArduPilot/pymavlink/pull/680
* tests: add test for mavwp library by peterbarker in https://github.com/ArduPilot/pymavlink/pull/682
* mavextra: added terrain helper functions by tridge in https://github.com/ArduPilot/pymavlink/pull/686
* mavutil: handle instances as strings in tlogs by tridge in https://github.com/ArduPilot/pymavlink/pull/690
* mavschema: add litres to acceptable units by peterbarker in https://github.com/ArduPilot/pymavlink/pull/692
* allow "map XKF1" in MAVExplorer by tridge in https://github.com/ArduPilot/pymavlink/pull/693
* Fix Wireshark parsing logic by rotu in https://github.com/ArduPilot/pymavlink/pull/671
* mavfft_isb: add triple notch option and pre+post filter logging by andyp1per in https://github.com/ArduPilot/pymavlink/pull/699
* mavgen: add has_location to EnumEntry and use it when generating Pyth… by peterbarker in https://github.com/ArduPilot/pymavlink/pull/697
* Feature/add metadata to Java MAVLink message class fields by rrr6399 in https://github.com/ArduPilot/pymavlink/pull/694
* mavextra: added model to predict current from PWM by tridge in https://github.com/ArduPilot/pymavlink/pull/707
* mavutil: fixed length parsing error for mavlink2 pkts by tridge in https://github.com/ArduPilot/pymavlink/pull/711
* Make the mavfft_isb accessible to other programs by Gone4Dirt in https://github.com/ArduPilot/pymavlink/pull/712
* Fix/type error by dforsi in https://github.com/ArduPilot/pymavlink/pull/709
* mavgen_python: Multiple improvements and bug fixes by alehed in https://github.com/ArduPilot/pymavlink/pull/664
* mavlogdump: added --reduce-rate msg by tridge in https://github.com/ArduPilot/pymavlink/pull/708
* mavlogdump.py: create local for m.get_type() by peterbarker in https://github.com/ArduPilot/pymavlink/pull/681
* Create pyproject.toml by davidbuzz in https://github.com/ArduPilot/pymavlink/pull/719
* Update requirements.txt by davidbuzz in https://github.com/ArduPilot/pymavlink/pull/718

New Contributors
* alehed made their first contribution in https://github.com/ArduPilot/pymavlink/pull/662
* rotu made their first contribution in https://github.com/ArduPilot/pymavlink/pull/671
* rrr6399 made their first contribution in https://github.com/ArduPilot/pymavlink/pull/694

**Full Changelog**: https://github.com/ArduPilot/pymavlink/compare/2.4.30...2.4.33

2.4.30

What's Changed
* def/undef of MAVLINK_THIS_XML_HASH to MAVLINK_FILENAME_XML_… by hamishwillee in https://github.com/ArduPilot/pymavlink/pull/618
* XSD: WIP tags in enums by hamishwillee in https://github.com/ArduPilot/pymavlink/pull/592
* mavgen_java.py: generate_enums: assume all integers to be 64 bits by TSC21 in https://github.com/ArduPilot/pymavlink/pull/639
* Allow disabling signing for v2.0 C generator by julianoes in https://github.com/ArduPilot/pymavlink/pull/658
* tools: added tool for extracting frame params by tridge in https://github.com/ArduPilot/pymavlink/pull/670
* csv: fixed param error and allow for separator environment by tridge in https://github.com/ArduPilot/pymavlink/pull/663
* DFReader: fixed missing instance messages by tridge in https://github.com/ArduPilot/pymavlink/pull/672
* rotmat: fixed rotation init by tridge in https://github.com/ArduPilot/pymavlink/pull/673

New Contributors
* TSC21 made their first contribution in https://github.com/ArduPilot/pymavlink/pull/639

**Full Changelog**: https://github.com/ArduPilot/pymavlink/compare/2.4.29...2.4.30

2.4.29

What's Changed
* changed git protocol for CI to https by tridge in https://github.com/ArduPilot/pymavlink/pull/651


**Full Changelog**: https://github.com/ArduPilot/pymavlink/compare/2.4.28...2.4.29

2.4.28

What's Changed
* mavutil.py: mavtcp: recreate socket object in reconned for macosx by peterbarker in https://github.com/ArduPilot/pymavlink/pull/644
* magfit_WMM.py: fix --att-source arg handling by charlesacknin in https://github.com/ArduPilot/pymavlink/pull/645
* mavutil: correct reconnect by peterbarker in https://github.com/ArduPilot/pymavlink/pull/646
* mavmsgstats.py: add capability to parse tlogs by peterbarker in https://github.com/ArduPilot/pymavlink/pull/643
* DFReader.py: correct decode of binary in statustext messages under py3 by peterbarker in https://github.com/ArduPilot/pymavlink/pull/649

New Contributors
* charlesacknin made their first contribution in https://github.com/ArduPilot/pymavlink/pull/645

**Full Changelog**: https://github.com/ArduPilot/pymavlink/compare/2.4.27...2.4.28

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.