Releases: PatrickBaus/pyAsyncGpib
Releases · PatrickBaus/pyAsyncGpib
Release of version 2.1.3
- Updated
pyproject.toml
to fix the changes made in pypa/setuptools#4159 - Updated pre-commit deps
Release of version 2.1.2
Updated documentation
Release of version 2.1.1
Moved to async context managers to manage the lifecycle of the gpib object and threadpool
Release of version 1.1.0
Updated Documentation and renamed some function parameters:
read(len)
-> read(length)
command(str)
-> command(cmd)
Initial Release
1.0.2 Updated versioning