Skip to content

Commit

Permalink
[stable] Remove py.typed (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Wood <[email protected]>
  • Loading branch information
mrossinek and woodsp-ibm authored Sep 11, 2023
1 parent 8c9da41 commit 887010b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ bool
boyer
brassard
broyden
bugfix
callables
cambridge
cancelled
Expand Down Expand Up @@ -358,6 +359,7 @@ unitaries
univariate
uno
unscaled
untyped
utils
varadarajan
variational
Expand Down
1 change: 0 additions & 1 deletion qiskit_algorithms/py.typed

This file was deleted.

8 changes: 8 additions & 0 deletions releasenotes/notes/remove-typing-marker-2b1684ceb542b51a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
fixes:
- |
Even though ``qiskit-algorithms`` included a ``py.typed`` marker, reporting
itself as being typed, the types were not checked and contained errors.
We are releasing a bugfix release
in an untyped form to allow dependent packages, that are themselves typed, to
continue type checking normally.

0 comments on commit 887010b

Please sign in to comment.