- [x] Fix: Prediction being a `dict` breaks `sample` and `select` commands. - [x] Update: JSON dumps retain utf8 chars.
0.2.10
- [x] Feat: Download calls dataset using call uuids from a given csv file. - [x] Update: Prediction column added to calls dataset.
0.2.8
- [x] Add: Call history can be added to calls dataset by providing the `--history` flag.
0.2.7
- [x] Fix: Command `select` doesn't dispatch to select method.
0.2.6
- [x] Update: `sample` and `select` are sub-commands for skit-calls. - [x] Feat: obtain calls directly by passing ids. - [x] Fix: Turns are serialized to JSON strings if the value is `List` or `Dict`.
0.2.5
- [x] Fix: Separate call url and turn url parsing.