Releases: intrepidcs/libneoradio2
v1.3.1
What's Changed
- updated submodules to latest versions by @Jonas-Harrison-ICS in #19
- Fixed compiler errors to build on linux. by @drebbe-intrepid in #20
- Fixed some compiler warnings
- Moved directory structure
- Updated CMakeLists.txt and removed setup.py
- Updated CI
- Releases for newer versions of python 3.10-3.13
New Contributors
- @Jonas-Harrison-ICS made their first contribution in #19
Full Changelog: v1.2.0...v1.3.1
Fix for calibration points failing reading
Fix for calibration points failing reading
v1.1.0
-More documentation.
-Fixes for DIO and USB comm issues.
-Added neoradio2.clear_calibration()
-Updated hidapi past 0.9.0.
-Fixed writing settings.
-Fixed neoradio2_write_sensor()
-Updated neoradio2.toggle_led()
-Added neoradio2_write_default_settings()
v1.0.0
Changelog:
-Fixed issues under Ubuntu 18.04 LTS.
-Fixed issues under Fedora.
-Fixed issues under macOS X.
-Added examples.
-Reworked device finder code for better memory management and stability.
-Updated udev rules for linux.
-Added C documentation (unfinished)
-Fixed stack overflow on windows.
-Fixed neoradio2_get_device_type()
-Added missing DeviceTypes
enum to Python.
-Updated Readme documentation.
-support for github pages documentation.
-Started initial work for swig bindings, not finished.