The Readme was slightly updated to have api reference at the top. Furthermore, all those changes pertain to the `kt.image.build_dataset` function.
Added
- Arguments: `random_state`
Changed
- `augment` arg: Can now be either a bool or a function
- `cache` arg: can now be either a bool or a string
- Improved doc string
- Order and default values of the parameters
Removed
- Arguments: `cache_dir`, `augment_fn`