Feature included:
- Add ability to update a coordinator's definition https://github.com/Shopify/pyoozie/pull/42
- Add missing is_active tags to some statuses https://github.com/Shopify/pyoozie/pull/44
- Leave conf None if not provided https://github.com/Shopify/pyoozie/pull/47
- Add test utilities https://github.com/Shopify/pyoozie/pull/45
- Add basic workflow generation https://github.com/Shopify/pyoozie/pull/49
Bugfixes included:
- Change how we specify environment markers https://github.com/Shopify/pyoozie/pull/53
Cleanup PRs included:
- Replace pep8 with pycodestyle https://github.com/Shopify/pyoozie/pull/39
- Pin Pylint in requirements https://github.com/Shopify/pyoozie/pull/43
- Fix flaky XML comparison https://github.com/Shopify/pyoozie/pull/48