Releases: pyvisa/pyvisa-sim
Releases · pyvisa/pyvisa-sim
0.7.0
What's Changed
- Implemented RANDOM values. by @MatteoTondelli in #96
- Fix
SimVisaLibrary.readviolatingviReadsuccess code specification by @gschaffner in #98 - Avoid quadratic bytes concatenation in
SimVisaLibrary.readby @gschaffner in #113 - Support Python 3.13 explicitly and drop 3.8 and 3.9 by @MatthieuDartiailh in #124
New Contributors
- @MatteoTondelli made their first contribution in #96
- @gschaffner made their first contribution in #98
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Testsuite fixes (GPIB secondary addr) by @Satertek in #61
- Modernize the code base by @MatthieuDartiailh in #67
- Bump actions/checkout from 2 to 3 by @dependabot in #70
- Bump actions/setup-python from 1 to 4 by @dependabot in #71
- Update index.rst by @LawsonGu in #73
- Update definitions.rst by @LawsonGu in #74
- Fix mypy error in channels.py by @dougthor42 in #77
- Fix support for dialogs without response by @dougthor42 in #78
- Consolidate read/write methods in
sessionsmodules to thesession.Sessionparent class. by @dougthor42 in #75 - Have
Device.writeaccept a full byte sequence, not just a single byte by @dougthor42 in #79 - Fix
common.iter_bytesby @dougthor42 in #81 - Bump actions/checkout from 3 to 4 by @dependabot in #86
- Use the monotonic clock to measure time elapsed by @jtilahun in #85
- docs: fix documentation issue and reformat to a narrower line width by @MatthieuDartiailh in #87
New Contributors
- @dependabot made their first contribution in #70
- @LawsonGu made their first contribution in #73
- @dougthor42 made their first contribution in #77
- @jtilahun made their first contribution in #85
Full Changelog: 0.5.1...0.6.0