Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • D DAQControlMainz
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Antoine Laudrain
  • DAQControlMainz
  • Merge requests
  • !36

Update visa

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antoine Laudrain requested to merge update_visa into main Nov 28, 2022
  • Overview 0
  • Commits 3
  • Pipelines 1
  • Changes 9

Update VISA 1.10.1 -> 1.12.0 and pyvisa-py (0.4.1 -> 0.5.3). Other libraries were updated as well.

Note the library changed its import name (visa -> pyvisa). Backward compatibility is ensured everywhere through

try:
    import pyvisa
except ImportError:
    import visa as pyvisa

Support for conda is dropped. The preferred method is now using python's venv module (also provides better explanation in README.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: update_visa