Skip to content

make qcodes.__version__ lazy#5931

Open
jenshnielsen wants to merge 5 commits into
microsoft:mainfrom
jenshnielsen:jenshnielsen/lazy_version
Open

make qcodes.__version__ lazy#5931
jenshnielsen wants to merge 5 commits into
microsoft:mainfrom
jenshnielsen:jenshnielsen/lazy_version

Conversation

@jenshnielsen
Copy link
Copy Markdown
Collaborator

@jenshnielsen jenshnielsen commented Apr 5, 2024

This speeds up importing qcodes from an editable install with ~ 0.6-0.7 s assuming that you do not actually make use of the __version__ attribute. By only doing this in a if not TYPE_CHECKING: block we avoid losing static type information about top level attributes

@jenshnielsen jenshnielsen requested a review from a team as a code owner April 5, 2024 09:31
@jenshnielsen jenshnielsen marked this pull request as draft April 5, 2024 09:31
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 5, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.02%. Comparing base (5192c2f) to head (737cb3c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5931   +/-   ##
=======================================
  Coverage   71.02%   71.02%           
=======================================
  Files         301      301           
  Lines       31896    31896           
=======================================
  Hits        22655    22655           
  Misses       9241     9241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jenshnielsen jenshnielsen changed the title make qcodes version lazy make qcodes.__version__ lazy Apr 5, 2024
@jenshnielsen jenshnielsen force-pushed the jenshnielsen/lazy_version branch from 9bd9158 to 27fce61 Compare June 9, 2024 18:00
@jenshnielsen jenshnielsen force-pushed the jenshnielsen/lazy_version branch 2 times, most recently from 55ea07f to f24d220 Compare May 13, 2026 14:26
@jenshnielsen jenshnielsen marked this pull request as ready for review May 18, 2026 08:41
@jenshnielsen jenshnielsen force-pushed the jenshnielsen/lazy_version branch from 952ca6a to 0028cd1 Compare May 18, 2026 08:41
@jenshnielsen jenshnielsen force-pushed the jenshnielsen/lazy_version branch from 0028cd1 to 737cb3c Compare May 18, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant