Skip to content

PyPalmSens 1.1.0

Choose a tag to compare

@stefsmeets stefsmeets released this 23 Sep 10:14
79978ba

The main change in this release is better support for multichannel experiments, making it simpler to manage a group of instruments. For example:

import pypalmsens as ps

instruments = ps.discover()

with ps.InstrumentPool(instruments) as pool:
    measurements = pool.measure(method=method)

See the documentation for more information.

What's Changed

Full Changelog: python-1.0.0...python-1.1.0