Changed - Set the base python version to 3.9 and above
Deprecated - Python < 3.9 support
0.5.0
Added - GitHub action for PR verification
Changed - Do not have git track visual sudio code directory - Use pytest framework over nose framework for unit tests - Miscellaneous packaging updates
Deprecated - Python 2.7 support
0.4.0
Changed - Improved the worker class for handling both run types
0.3.0
Added - Ability to set a timeout per task to exit when timeout is reached
0.2.0
Added - Use bumpversion for making new releases - Added changelog file
Changed - Updates to setuptools for packaging/distribution - Consolidate common code across both parallel/sequential methods - Makefile adjustments - Some minor adjustments to project README.md