Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Aug 9, 2019
1 parent 7ffb547 commit 8aa27b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
PyVISA Changelog
================

1.11 (unreleased)
-----------------


1.10 (2019-08-09)
-----------------

- Change the returned data_length for IEEE block of undefined size to 0 PR #435
- Add chunk_size and data_length keyword argument to read/query_binary_values PR #435
- Make the ordering of the visa library deterministic PR #399
- Properly close pipes when looking for a shared libary path on linux #380
- Properly close pipes when looking for a shared library path on linux #380
- Fixing missing argument for USBInstrument.usb_control_out PR #353
- avoid attempting to close already closed resources in del PR #424
- add a list_opened_resources method to the ResourceManager PR #415
Expand All @@ -16,7 +20,7 @@ PyVISA Changelog
- keep track of resources created by the ResourceManager to properly close them PR #357
- replace time.clock by time.perf_counter under Python 3 PR #441
- make the ordering of the visa library deterministic PR #399
- properly close pipes when looking for a shared libary path on linux #380
- properly close pipes when looking for a shared library path on linux #380
- fixing missing argument for USBInstrument.usb_control_out PR #353
- usb_control_out -> control_out. warnings for deprecated usb_control_out PR #353
- Added new function log_to_stream() PR #363
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(filename):

setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, TCPIP and USB instruments',
version='1.10.0',
version='1.11.0.dev',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',
Expand Down

0 comments on commit 8aa27b5

Please sign in to comment.