v4.1.1
Bug fixes and minor code updates:
- Implemented a fix for #85 which would cause multiprocessing to throw an error when multiple processes would be running. The fix involves integrating
multiprocessing.freeze_support()
as suggested by @pauljohn2000. - @dmcken fixed #96 by adding better support for error handling.
- @FlavienRx improved the
search.delete
function structure.