PyPalmSens 1.7.1
PyPalmSens 1.7.1 is now available on PyPi.
To upgrade: pip install pypalmsens -U.
This is a small release that adds a way to connect to a serial port directly, see the docs for more information.
import pypalmsens as ps
instrument = ps.Instrument.from_port('COM4')
ps.measure(ps.CyclicVoltammetry(), instrument=instrument)What's Changed
- Add AllowedMethods literal string by @stefsmeets in #291
- Refactor and add method to connect to comport by @stefsmeets in #298
Full Changelog: python-1.7.0...python-1.7.1