Releases: colinoflynn/pico-python
Releases · colinoflynn/pico-python
Release 0.7.21
Same as 0.7.20 except released through github actions
Release 0.7.20
Merge pull request #181 from bmoneke/ps6000a Adding Ps6000a Series
Release 0.7.19
Allow runblock to be used without providing a callback.
Release 0.7.18
Merge pull request #174 from bmoneke/callback Add callback functions to runBlock
Release 0.7.17
Merge pull request #176 from bmoneke/FixOpenWithSerial Fix opening by serial number #169
Release 0.7.16
Merge pull request #173 from bmoneke/fix-timebase-4000a Fix timebase and open with serial number, add pingUnit to ps4000a
Release 0.7.15
Merge pull request #173 from bmoneke/fix-timebase-4000a Fix timebase and open with serial number, add pingUnit to ps4000a
fix typo which broke PS3000
Fix typo: AWGMaxVa -> AWGMaxVal
Avoid dangling pointer errors that can cause defaults
Merge pull request #166 from abrasive/master getRawDataBulk: clear the driver's data pointers after use
Ensure compatibility with python 3.8 on windows
Merge pull request #167 from Cyclical-/windows-dll Fix loading of DLLs on windows by adding a call to find_library()