Added
* Added `take` and `subgraph` to `kwcoco.CategoryTree`.
Changed
* `kwcoco.CategoryTree` no longer modifies node order to be sorted by id. If
this causes something to break, old behavior can be temporarily restored by
setting `RESPECT_INPUT_ORDER = 0`, but this option will be removed in the
future.
* `kwcoco.CategoryTree.from_coco` and other `CategoryTree` constructors now
respects the order in which the categories were given if id is not present.