Changed * kwcoco subset can now accept dst as the second positional argument
Fixed * Fix issue in kwcoco subset where paths were invalid if written outside of the source kwcoco bundle.
0.2.30
Added * kwcoco validate now accepts `--require_relative` which causes non-portable kwcoco files with non-relative paths to fail. * kwcoco validate now checks for duplicate bands in the auxiliary dictionary.
0.2.29
Changed * Better verbosity for demodata * Experimental support for ujson * Remove deprecated usage of cfgstr with ubelt.Cacher * kwcoco stats output is modified
Fixed * CocoImage Affine transform `matrix` attribute is now always populated.
0.2.28
Changed * CocoDataset.dump now uses `safer` with `temp_file=True` by default. * Initial steps to rename "auxiliary" to "assets" in a backwards compatible way.
0.2.27
Fixed * Bug in valid region warp
0.2.26
Added
* Method to get the valid region for a CocoImage in image or video space
Changed
* CocoSqlDatabase is now lazy exposed at the top level in Python 3.7+ * Better SQL support in CocoImage * Add maxlen in `path_sanitize` * Warp properties in CocoImage * Stub out CocoAsset