Contains a set of improvements. Further improvements are planned but may be breaking changes. Still thinking about the best way to do it.
0.8.1
This is just a tiny improvement when calling `wait_for` with an empty list. This is often in combination with a `batch.flush()` outside the context (as the batch gets automatically flushed at the end of the context and all further flushes will be empty.
0.8.0
Some users seem to struggle with understanding what is happening. This update adds some logging. You can easily deactivate it if you don't need it, as it uses Python's logging framework. Additionally, some type warning were resolved.
0.7.1
Just updating the CI, see v0.7.0 for the actual changes.
0.7.0
We noticed that the example with ``Batch`` and ``clean_up.wait_for`` was often used wrong, potentially just by wrong indentation due to copy and paste. Thus, we added a warning for this case, trying to make a wrong usage of this tool more difficult.
0.6.1
Adds automatic task naming. Not fully convincing yet on our system. Will keep improving it.