14
0

- update to 2.4.41:

* mavfft_pid: allow PID target and error frequencies to be
    visualized
  * Fix Wireshark dissector and add snapshot tests
  * tools: added extract_batch_imu.py
  * examples: added dup_samples.py
  * Fix bitshifting issue on 8bit AVR boards when using msgid >
    255 with generated C libs
  * mavgen_c: added XXX_encode_status bindings
  * mavextra: added RotateMag
  * mavutil: Add circle mode for rover
  * DFReader: recognise VER.BU for build type
  * Generator: Lua: allow strings
  * rotmat: added more euler 321 and 312 functions
  * generators: js: fix sinon dependency to 15.2.0, add node
    tests
  * mavutil: fixed multicast on windows
  * tools: fix mavplayback.py
  * sertotcp: auto-reopen serial port
  * Mavgen WLua: Support 64-bit flag fields
  * mavschema - Typo 10E5 should be 1E5
  * tools: Add option to mavgen.py to return exit code if
    generation fails
  * github: test against Python 3.11
  * fixed mavplayback and split
- Update to version 2.4.35
- Update to version 2.4.34

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymavlink?expand=0&rev=18
This commit is contained in:
2024-01-05 17:09:40 +00:00
committed by Git OBS Bridge
parent 64dcaf6215
commit b314cde050
4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Jan 5 17:08:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.4.41:
* mavfft_pid: allow PID target and error frequencies to be
visualized
* Fix Wireshark dissector and add snapshot tests
* tools: added extract_batch_imu.py
* examples: added dup_samples.py
* Fix bitshifting issue on 8bit AVR boards when using msgid >
255 with generated C libs
* mavgen_c: added XXX_encode_status bindings
* mavextra: added RotateMag
* mavutil: Add circle mode for rover
* DFReader: recognise VER.BU for build type
* Generator: Lua: allow strings
* rotmat: added more euler 321 and 312 functions
* generators: js: fix sinon dependency to 15.2.0, add node
tests
* mavutil: fixed multicast on windows
* tools: fix mavplayback.py
* sertotcp: auto-reopen serial port
* Mavgen WLua: Support 64-bit flag fields
* mavschema - Typo 10E5 should be 1E5
* tools: Add option to mavgen.py to return exit code if
generation fails
* github: test against Python 3.11
* fixed mavplayback and split
-------------------------------------------------------------------
Tue Sep 12 02:16:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -56,7 +85,7 @@ Tue Sep 12 02:16:35 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
-------------------------------------------------------------------
Wed Oct 5 00:45:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.4.35
- Update to version 2.4.35
* tests: reformat XML
* mavlogdump.py: don't die when handling bytestrings in dataflash logs
* mavftpdecode: fixed handling of defaults
@@ -66,7 +95,7 @@ Wed Oct 5 00:45:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
-------------------------------------------------------------------
Wed Oct 5 00:43:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.4.34
- Update to version 2.4.34
fixed pypi error
-------------------------------------------------------------------