PyPalmSens 1.1.0
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
- Add InstrumentPool class by @stefsmeets in #95
- Update requirements.txt by @stefsmeets in #96
- Simplify ELevel dataclass by @stefsmeets in #97
- Shorten pypalmsens imports and clean up examples by @stefsmeets in #104
- Add workflow for publishing to pypi by @stefsmeets in #86
Full Changelog: python-1.0.0...python-1.1.0