Barak Katzir
Barak Katzir
When raising `PruneSearch` in the `finish_vertex` traversal event, the traversal methods raise `PanicError`. I suggest raising `RuntimeError` instead. This properly inherits from `Exception` (and not only from `BaseException`) and has...
### Information When writing a reproduction for https://github.com/Qiskit/rustworkx/issues/1381 I stumbled upon this. - **rustworkx version**: currently on main (commit `f2f45425c70b49d89aa5527271a34f64fb114f1d`) - **Python version**: 3.12 - **Rust version**: ... - **Operating...
### Information `graphviz_draw` has wrong documentation of return type both in type annotation and docstring. It is marked as `PIL.Image` when in fact it should be `PIL.Image.Image`. This confused me...
## Purpose I noticed that in the autodoc extension, the `autodoc_type_aliases` was not respected in overload signatures. Even worse, it ruined type signature for import aliases (`import ... as ...`)...