SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-pyvisa-1.14.1-3.11.noarch.rpm :

* Sat May 11 2024 Frank Kunz - new version 1.14.1 remove not anymore neede 0001-Add-legacy-setup.cfg.patch - fix handling of missing board number for VICP resources PR #787 - fix ctypes truncated pointers on 64-bit for ViBusAddress, ViBusSize, ViAttrState PR #725 - fix read_termination_context does not allow None PR #727 - replace `bitness` for library and python runtime information with instruction set and bitness #733 Resulting API changes: - `pyvisa.util.LibraryPath.arch` now returns a list of `pyvisa.util.ArchitectureType` enum values representing architectures the binary was compiled for - `p.u.LibraryPath.is_32bit`, `p.u.LibraryPath.is_64bit`, and `p.u.LibraryPath.bitness` have been removed - `p.u.get_shared_library_arch` now returns `p.u.PEMachineType` instead of a string - `p.u.get_arch` now returns a list of `p.u.ArchitectureType` - update `Resource` context manager type annotation to preserve derived type PR #740 - added support for using custom simulation files when using the `sim` backend with `pyvisa-shell`. PR #774 - add official support for Python 3.11 and drop support for Python 3.7 - add support for VICP resource names PR #699 NOTE: the interface type enum value for VICP is unknown. No documentation was found and tests using the VICP passport were not conclusive. If somebody figures out the right value it would be great - numerous bug fixes related to VISA attributes PR #697 This included fixing several typos, uncommenting the AttrVI_ATTR_INTF_PARENT_NUM class, and adding in the AttrVI_ATTR_RM_SESSION class,
* Tue Jun 21 2022 Frank Kunz - run unit tests only for factory The tests do not run on Leap.
* Tue May 31 2022 Frank Kunz - new version 1.12.0
* Tue Apr 05 2022 Frank Kunz - initial version
 
ICM