Add Support for Python 2 w/t CI Improvements
In the process of adding py2 support, the following extra improvements are made:
- Dropped dependency on
multiprocessanddill(the 2d transform method is not relied on for performance-critical tasks) - Refactored tests (e.g. use
ctx_factory) -
pylintlinting in CI builds - Refactored examples,
flake8andpylintchecks in CI build
Closes #35 (closed), #36 (closed)
Edited by Xiaoyu Wei