This release changes the way `Batch.apply_parallel` works: now it accepts both `init` and `post` functions, and should be the preferrable way to decorate batch methods (by marking them with `decorators.apply_parallel`).
Other than that, there are a few new building blocks for `TorchModel`, parameter to `pad` the last microbatches to full `microbatch_size`, and small bug fixes.