Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmyvandenbergh committed Nov 13, 2024
1 parent 615aa20 commit 0b78dad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ PyVISA-py Changelog

- add read_stb method for TCPIP HiSLIP client PR #429
- fix usbtmc implementation to respect section 3.3 of the spec PR #449
Read now reads from usb until a "short packet" has been read
(see specification), and only expects a header on the first packet received.
Read now reads from usb until a "short packet" or if all data (`transfer_size`) PR #465
has been read (see specification), and only expects a header on the first packet received.
- fix usbtmc implementation to properly discard the alignment bytes
ensuring only the actual data (`transfer_size`) is retained in the message PR #465
- add support for VI_ATTR_SUPPRESS_END_EN for USB resources PR #449

0.7.2 (07/03/2024)
Expand Down

0 comments on commit 0b78dad

Please sign in to comment.