Fixed * Fixed json serialization error when using perterb_coco.
0.1.2
Added * ported metrics from netharn, might be moved in the future. * Add `perterb_coco` * Add `CocoEvaluator` and CLI `kwcoco eval`
0.1.1
Added * stats CLI can now accept multiple datasets. * ported `data.grab_voc` and `data.grab_camvid` from netharn. * Add `kwcoco.coco_evaluator.CocoEvaluator` * Add `safe` kwarg to `CocoDataset.reroot`
Fixed * Python2 error with json dump
0.1.0
Added * Example usage section in CLI help * Moved toydata from ndsampler to kwcoco
Fixed * Multipolygon segmentations are now displayed correctly. * Tracebacks on errors are now displayed.