Skip to content

Releases: fossasia/pslab-python

v3.0.0

28 Dec 13:57
Compare
Choose a tag to compare

Add support for PSLab v6.

All changes are backward compatible with v5.

v2.6.0b0

19 Jul 20:20
Compare
Choose a tag to compare
v2.6.0b0 Pre-release
Pre-release

This is a pre-release containing some fixes and features exclusive to the in-development v6 hardware.

v2.5.0

09 Nov 21:08
Compare
Choose a tag to compare

Highlights for this release:

  • Serial bus (I2C, SPI, UART) refactorization by nkpro2000sr
  • Circuitpython compatibility layer for serial bus devices by nkpro2000sr

v2.4.0

12 Jun 13:00
Compare
Choose a tag to compare

Add support for SSD1306 OLED

Version 2.3.2

27 Mar 08:39
Compare
Choose a tag to compare

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

14 Mar 09:23
Compare
Choose a tag to compare

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

13 Mar 20:13
Compare
Choose a tag to compare

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

04 Mar 17:54
Compare
Choose a tag to compare
  • 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

26 Feb 20:17
Compare
Choose a tag to compare
  • Fix CLI tools (entry point was incorrent)
  • Add support for MQ135 gas sensor

Version 2.0.1

10 Feb 11:29
Compare
Choose a tag to compare

This release fixes a bug (#167) in PowerSupply where the current was incorrectly reported as 3.3 mA after setting it to zero.