restore type hints for GF related functions
AndrewAnnex opened this issue · 2 comments
AndrewAnnex commented
Describe the bug
When transitioning the doc strings to type hints in 3.0.0 it appears that I missed a number of geometry finder (GF) routines are now missing their type hints, go back and fix that. This isn't a major issue as old versions of the docs retain the old type information but it could confuse people until it is fixed.
AndrewAnnex commented
also make sure the callbacks are included in the docs...
AndrewAnnex commented
fixed with #364