* Top level Python module is now "openmm"
* Updated module names in examples
* Updated module names in documentation
* Updated module in CI scripts
* Added deprecation warning
This also removes assert statements, since those can't be relied upon to *not*
be optimized away -- they should never be used to check user input sanity.