Update create interface
There were two PMT::Create
functions in PMT's API, causing problems on various occasions. Merging the variant solves the issues. The Python interface is updated as well. This change is transparent to users of the Python interface, but for users of the C++ that didn't rely on default arguments, a small code change is needed.