Releases: fossasia/pslab-python
Releases · fossasia/pslab-python
4.0.1
4.0.0
Changed
- Breaking: Do not autoconnect on SerialHandlerzero-arg instantiation (2ae3f09) (Alexander Bessman)
- Breaking: Deprecate serial_handlerin favor ofconnection(0605386) (Alexander Bessman)
- Breaking: Move SerialHandlertoconnection(2ae3f09) (Alexander Bessman)
- Breaking: Move detecttoconnection(2ae3f09) (Alexander Bessman)
- Breaking: Make check_serial_access_permissionprivate (2ae3f09) (Alexander Bessman)
- Breaking: Move ADCBufferMixintoinstrument.buffer(2ae3f09) (Alexander Bessman)
Added
- Add common connectionmodule for different control interfaces (2ae3f09) (Alexander Bessman)
- Add WLANHandlerclass for controlling the PSLab over WLAN (f595d01) (Alexander Bessman)
- Add ConnectionHandlerbase class forSerialHandlerandWLANHandler(2ae3f09) (Alexander Bessman)
- Add connection.autoconnectfunction (2ae3f09) (Alexander Bessman)
- Add instrument.buffermodule (2ae3f09) (Alexander Bessman)
Removed
- Breaking: Remove SerialHandler.wait_for_data(2ae3f09) (Alexander Bessman)
Fixed
- Fix SPI configuration sending one byte too few (bd11b73) (Alexander Bessman)
3.1.1
3.1.0
v3.0.0
v2.6.0b0
v2.5.0
v2.4.0
Version 2.3.2
This is a bugfix release.
- Fixes incorrect gain when using multiple Oscilloscopeinstances.
- Fixes LogicAnalyzer.get_initial_statessometimes being wrong.
- Fixes ImportError of grppackage in Windows.
Version 2.3.1
pslab-python now first checks if the user is a member of the dialout group before requiring the udev rule to be installed.