Skip to content

Commit

Permalink
Mark project as typing supported
Browse files Browse the repository at this point in the history
  • Loading branch information
markheik committed Nov 2, 2023
1 parent 1260cde commit c610f09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
to 1 (gen1) when the HDAWG is operated with PQSC together with UHFQA instruments.
* Improved `CommandTable` performance when `CommandTable.active_validation` is disabled.
* Added `CommandTable.is_valid()` method to check validity of the command table.
* Added `py.typed` type information marker file.

## Version 0.6.1
* Deep gets on nodes with keywords returns an enum like the regular get.
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include src/ *.json
include src/zhinst/toolkit/py.typed
Empty file added src/zhinst/toolkit/py.typed
Empty file.

0 comments on commit c610f09

Please sign in to comment.