Skip to content

v4.1.1

Choose a tag to compare

@elisemercury elisemercury released this 09 Oct 21:05
· 173 commits to main since this release

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.