Skip to content

Version 0.3.1 Bugfix for a potential memory leak

Choose a tag to compare

@chr1st1ank chr1st1ank released this 24 Sep 23:26
· 158 commits to main since this release

Added:

  • Doctests to ensure the examples in the documentation keep being correct

Fixed:

  • A potential memory leak in case was fixed. It could occur if one of the tasks waiting for the
    result of a function decorated with @Batch was cancelled.

Changed:

  • Decorators are now implemented in submodules. The public interface is unchanged