Skip to content

Releases: intrepidcs/libneoradio2

v1.3.1

08 Nov 19:04
390a029
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.1

Fix for calibration points failing reading

18 May 15:43
f91cfcb
Compare
Choose a tag to compare

Fix for calibration points failing reading

v1.1.0

27 Jan 19:34
6fdcc78
Compare
Choose a tag to compare

-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

16 Jul 19:26
Compare
Choose a tag to compare

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.