Skip to content

Commit

Permalink
cut release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 13, 2023
1 parent 1f4fa8c commit 04102ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PyVISA Changelog
================

1.14.0 (unreleased)
1.14.0 (13-11-2023)
-------------------
- fix ctypes truncated pointers on 64-bit for ViBusAddress, ViBusSize, ViAttrState PR # 725
- fix read_termination_context does not allow None PR # 727
- 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
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
- 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

Expand Down

0 comments on commit 04102ee

Please sign in to comment.