Skip to content
This repository was archived by the owner on Jul 18, 2019. It is now read-only.

Releases: twoporeguys/libadcusb

Removed reference to data objects causing the library to leak memory

18 May 16:17

Choose a tag to compare

v0.1.7

Removed reference to data objects causing the library to leak memory

Package config fixes

24 Jan 00:50

Choose a tag to compare

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

05 Dec 18:07

Choose a tag to compare

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

04 Dec 23:41

Choose a tag to compare

Fixed issues with proper adcusb_close causing hangs, segfaults and un…

Include manual Py_INCREF on samples in the release

22 Nov 15:36

Choose a tag to compare

v0.1.3

Include manual Py_INCREF on samples in the release

Fixes direct access to ndarray.base in ADCDataBlock constructor

26 Oct 01:31

Choose a tag to compare

v0.1.2

Fixes direct access to ndarray.base in ADCDataBlock constructor

Fixes use after free issue in ADCDataBlock.samples

26 Oct 00:32

Choose a tag to compare

v0.1.1

Fixes use after free issue in ADCDataBlock.samples

v0.1

21 Oct 01:55

Choose a tag to compare

Initial stable release