The festim workshop failed recently because .create_dolfinx_function has been removed (breaking change). Since we released this under 1.0 it is kind of implied that we would ensure some sort of backwards compatibility.
I would release a patch release 1.1.1 that adds .create_dolfinx_function back with a DeprecationWarning as an alias of .create_dolfinx_function_with_point_data
The festim workshop failed recently because
.create_dolfinx_functionhas been removed (breaking change). Since we released this under 1.0 it is kind of implied that we would ensure some sort of backwards compatibility.I would release a patch release
1.1.1that adds.create_dolfinx_functionback with aDeprecationWarningas an alias of.create_dolfinx_function_with_point_data