v2.11.6
Pierre-Sassoulas
released this
13 Jun 14:28
·
1212 commits
to main
since this release
-
The Qt brain now correctly treats calling
.disconnect()
(with no
arguments) on a slot as valid. -
The argparse brain no longer incorrectly adds
"Namespace"
to the locals
of functions that return anargparse.Namespace
object.