Fix python bindings for task classes.
- Remove python bindings for constructor since we want all tasks constructed in python to be via shared pointer (i.e., create()).
- Fix the
configure()
binding to take a string since pybind11 no longer appears to handle JSON conversion automatically.