File python-pyModes.changes of Package python-pyModes
-------------------------------------------------------------------
Mon Sep 15 19:30:06 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.21.1
* Fix type hints for temp44().
- Update to version 2.21
* bds44.py temperature fixes.
- Update to version 2.20
* Fixed C code build process.
* Fixed error when receiving NICv1 in example decoder due to
mismatch in output.
* Fix for a corner-case numerical problem and corresponding unit
test.
* Fix floating point display on terminal output.
- Update to version 2.19
Fixes:
* BDS50: track angle when bits are all zeros or ones.
* BDS50: vertical rates when bits are all zeros or ones.
- Update to version 2.18
* Properly return None if altitude could not be decoded.
* DI = 1 correction for uplink messages.
* Added a function that retrieves RSSI values from Mode-S
messages received by PiAware devices.
* Fixed "Megnatic" typo.
* Some annotations for physical quantities.
* Mods20230421a.
-------------------------------------------------------------------
Sat Feb 20 20:08:01 UTC 2021 - malcolmlewis@opensuse.org
- Skip python 3.6 build due to numpy 1.20 update.
-------------------------------------------------------------------
Thu Feb 11 01:49:15 UTC 2021 - malcolmlewis@opensuse.org
- Update to version 2.9+git.20210123:
* Add github action for publishing on pypi.
* Number format.
* Bug fix: altiude and TAS,(gh#junzis/pyModeS#91).
* Minor packaging additions.
* Suggestions for installation.
* Update README.rst.
* Add the pip install pyModeS[fast] option for the Cython
dependency.
* Update uplink.py.
- Add python tests and spec file clean up.
- Build for python 3 only.
-------------------------------------------------------------------
Fri Jun 26 01:12:39 UTC 2020 - malcolmlewis@opensuse.org
- Update to version 2.8+git.20200610:
* Minor bug fix.
* Update BDS61 decoder.
* Update squawk decoding.
* Fix altitude decoding.
* Continue reading from socket if no data received,
(gh#junzis/pyModeS#70).
* First annotations.
* Add support and tests for BDS 6,1 emergency messages.
-------------------------------------------------------------------
Wed Nov 27 14:35:43 UTC 2019 - malcolmlewis@opensuse.org
- Update to version 2.0+git.20191119:
* Code cleanup.
* Update README.
* Minor speed improvements.
* Update installation guide.
* Add tell() function.
* Reformat code with Black.
* Update airborne_position(), allow swapping the odd and even
messages.
* Deal with Python 2 long int,
* Moved pms.adsb.surface_velocity under typecode 5-8.
* Keep only common virtualenv folder names.
* Fix surface positions for negative longitude.
* Fix local buffer bug.
* Improve multiprocessing efficiency.
* Change modeslive to multiprocessing.
* Update dependencies.
* Improve signal process efficiency.
* Update instruction for rtl-sdr.
* Adding support for rtl-sdr tuner.
* Corrected category parsing.
* Update wind null return.
* Fix bug for alternative temperature.
* Rename functions for seleted altitudes in BDS40.
* Rewrite CRC function.
* Add downlink format check.
* Decoder recognizes supersonic velocity subtype.
* Stream errors are printed with full traceback.
* Print the traceback of TCP client Exception.
* Provides debuging option for TCP stream.
* Updated docstrings for velocity messages.
* Changed velocity source names.
* add the BaseClient example.
* update citation info.
* velocity default argument for backwards compatibility.
* Added direction source to ground_velocity().
* Fixed ground velocity return and updated velocity docstring.
* BDS09 returns direction and v/s source.
* Update api doc.
* Add MHR to comm-b wapper.
* Update temp44() to produce two possible results.
* Update BDS 44 and 45, and MRAR switch in infer().
* Fix dump path.
* Sort dump output by time.
* Enable saving decode data to csv files.
* Clarifications of Skysense format.
* Remove remaining Python3 explicit typing.
* Implement an alternative faster CRC.
* Extended test to stress the CRC function.
- Update service to obs scm.
- Clean up spec file.
-------------------------------------------------------------------
Tue Jan 8 11:51:18 UTC 2019 - mardnh@gmx.de
- Update to version git snapshot 2.0+git.20181214
- Use obs-source service instead of get_from_git.sh
- Remove unneeded python-devel from Requires
- Run spec-cleaner
-------------------------------------------------------------------
Sat Aug 18 18:28:32 UTC 2018 - malcolmlewis@opensuse.org
- Initial build 2.0-Beta1 at commit 8adacd8 (2018-07-25).