Releases: fossasia/pslab-python
Releases · fossasia/pslab-python
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
Oscilloscope
instances. - Fixes
LogicAnalyzer.get_initial_states
sometimes being wrong. - Fixes ImportError of
grp
package 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.
Version 2.3.0
This version of pslab-python improves the installation of the udev rule required to access the PSLab on Linux by providing a command line function to install the rule:
# pslab install
Other operating systems than Linux are not affected by this release.
Version 2.2.0
- Change auto connect behavior when multiple PSLab devices are connected. Previously, the device which appeared first in port enumeration was connected to. Now, the user must specify the port they which to connect on or an exception is raised.
- New function for device detection:
pslab.serial_handler.detect
. - Fix broken import in
pslab.external.HCSR04
.
Version 2.1.0
- Fix CLI tools (entry point was incorrent)
- Add support for MQ135 gas sensor
Version 2.0.1
This release fixes a bug (#167) in PowerSupply where the current was incorrectly reported as 3.3 mA after setting it to zero.