- Make parsable importable from `kit` - Rename typing.py to decorators.py to better reflect its contents.
0.3.4
Changes
- added a new decorator: `parsable`
0.3.2
- Added option to choose between sequential and random sampling strategies when doing stratified sampling. - Added generator attributes to InfBatchSequentialSampler and StratifiedSampler classes.
0.3.1
Added generalized copy function (gcopy).
0.3.0
- Added IterationBasedProgBar callback for correcting the progress bar display during iteration-based training with PyTorch Lightning.
0.1.10
This time the hydra dependency really was made optional.