Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize type signatures and enforce for all future functions #1061

Merged
merged 21 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions releasenotes/notes/fully-typed-0fbab79a7206d7e3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
The ``rustworkx`` Python package is now fully typed with
`mypy <https://mypy-lang.org/>`__. Building off of the previous 0.13.0
release which introduced partial type annotations to the library, rustworkx
now includes type annotations for the entire public API.
391 changes: 208 additions & 183 deletions rustworkx/__init__.pyi

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions rustworkx/cartesian_product.pyi

This file was deleted.

90 changes: 0 additions & 90 deletions rustworkx/centrality.pyi

This file was deleted.

21 changes: 0 additions & 21 deletions rustworkx/coloring.pyi

This file was deleted.

107 changes: 0 additions & 107 deletions rustworkx/connectivity.pyi

This file was deleted.

59 changes: 0 additions & 59 deletions rustworkx/dag_algo.pyi

This file was deleted.

Loading