Added optional `group_labels` argument to `RandomMixUp._transform`, based on which mixup pairs are selected in a cross-group fashion.
0.3.10
Endow targets with default value of None in signatures of `RandomMixup.__call__` and `RandomMixup.transform`.
0.3.9
Added implementation of MixUp that can handle different sampling distributions and inputs only. Replaced mypy with pyright for type-checking and extended type-checking to kit.
0.3.8
Added unified (capable of handling both binary and multinomial cases) cross-entropy loss module.
0.3.7
Endowed batch-samplers with the ability to switch between epoch- and iteration-based sampling.
0.3.6
- Updated prop_random_split to allow it to take single floats for `props` argument."