Skip to content

Releases: fernandoenzo/parallel-utils

v1.3.1

Choose a tag to compare

@fernandoenzo fernandoenzo released this 08 Mar 08:46
cc913fc
  • Change some default arguments

v1.3

Choose a tag to compare

@fernandoenzo fernandoenzo released this 08 Mar 00:23
f32a2f5
  • Major code refactoring and introduction of context managers

  • Full Changelog: v1.2.1...v1.3

v1.2.1

Choose a tag to compare

@fernandoenzo fernandoenzo released this 05 Mar 23:10
3c9e883

Fixed deadlock issue in decorators when decorated function invokes sys.exit()

v1.2

Choose a tag to compare

@fernandoenzo fernandoenzo released this 24 Jul 21:33
c947dd5
Removed a workaround that was needed due to a bug in Python 3.7 that …

v1.1.1

Choose a tag to compare

@fernandoenzo fernandoenzo released this 06 Feb 11:30
1849d6d
Update to adapt to the new version of private-attrs dependency.