----------------
- Removed find_next and find_resources from VisaLibraryBase.
(Issue also 135, thanks)
- Implemented parse_resource and parse_resource_extended.
- Created rname module to parse Resource Names.
- Properly cleanup visa handlers upon resource close.
(thanks lupien)
- Improved gpib classes
(thanks lupien)
- Fixed bug in binary data writing.
(Issue 140, thanks burnpack)
- Fix reseting of line termination for serial.
(Issue 147, thanks lupien)
- Added property to resource name returning the InterfaceType value.
- Added backend information to logging.
- Added the flow_control attribute to ASRL resources.
(Issue 144, thanks lupien)
- Remove empty entry in resources caused by attribute registration.
(Issue 144, thanks lupien)
- Make container=numpy.array work consistently.
(Issue 142, thanks Martin Ritter)
- Create compact/struct.py for python2/3 compatibility.
(thanks Martin Ritter)
- Improve install and uninstall handlers
(Issue 138, 139, 151 thanks lupien)
- Prevents cygwin segfaults.
(Issue 131)
- Better error reporting when a resource cannot be found.
(Issue 129)
- Suppress VI_SUCCESS_MAX_CNT warning on read raw.
(Issue 116)
- Implemented smarter query values based on looking how many bytes are expected.
(Issue 118)
- Fix UnicodeDecodeError on wrong file for library load
(Issue 136, thanks lupien)