This repository was archived by the owner on Jul 18, 2019. It is now read-only.
Releases: twoporeguys/libadcusb
Releases · twoporeguys/libadcusb
Removed reference to data objects causing the library to leak memory
Package config fixes
FIXED:
- Package name in the package config (librpc -> libadcusb)
ADDED:
- ADC.read() working under context manager (performs adc.start and adc.stop atomically)
Fix cleanup order of the worker thread and the ADC device
v0.1.5 Fix cleanup order of the worker thread and the ADC device
v0.1.4: Fixed issues with proper adcusb_close causing hangs, segfaults and undefined behaviors
Fixed issues with proper adcusb_close causing hangs, segfaults and un…
Include manual Py_INCREF on samples in the release
v0.1.3 Include manual Py_INCREF on samples in the release
Fixes direct access to ndarray.base in ADCDataBlock constructor
v0.1.2 Fixes direct access to ndarray.base in ADCDataBlock constructor
Fixes use after free issue in ADCDataBlock.samples
v0.1.1 Fixes use after free issue in ADCDataBlock.samples