- New feature: Subset batch. Sometimes (for performance reasons), even though the user needs a batched UI, we want to limit the computation to the subset of values actually shown to the user.
- Register `batch.Batch` as named (``"z3c.batching.batch"``) factory.
1.1.0
------------------
- Added a function to build a small neighbourhood list of the current batch, from a large batch list. (extracted from z3c.table)