Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyvisa-py to 0.5.2 #428

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Feb 5, 2021

This PR updates PyVISA-py from 0.4.1 to 0.5.2.

Changelog

0.5.2

------------------

- handle SUPPRESS_END_EN in usb.py to fix 293 PR 294
- add python_requires to avoid people trying to get a
new pyvisa-py on Python 2 PR 295
This addresses pyvisa issue 578

0.5.1

------------------

- list serial resources under Windows without the COM prefix 269
- fix writing to serial resources PR 277
- fix return value of USB close method PR 265
- fix pyvisa version constraint PR 268

0.5.0

------------------

In 0.5.0, the Python package installed in site-packages in now called pyvisa_py
which makes it a valid python package. This change was decided because the old name
was causing issues with tools such as Mypy and PyInstaller.

- start running testsuite on Keysight buildbot PR 247 252
- fix import in gpib.py when using linux-gpib PR 246
- fix opening some TCPIP resources PR 242
Some instrument do not indicate that the returned packet is the last one, so
fix the number of returned packet for a TCPIP INSTR resource.
- add typing validation through mypy PR 238
- use Numpy style dosctrings PR 238
- format the code with black and isort PR 236
- drop Python 2 support and run against PyVISA 1.11 PR 222
- usbtmc: improve support for USB488 devices. PR 241
For instrument that support REN_CONTROL, we now always assert the REN line.
- fix a crash on Windows when opening multiple USBTMC devices
Links

Emantor and others added 2 commits January 22, 2021 16:21
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants