- Bug fix. SWC skeletons weren't working through the skeleton client's get_bulk_skeletons().
7.6.1
- Verbose flags passed into skeleton client are now passed along to the server.
7.6.0
- Added tables.find() and views.find(). Asynchronous skeleton generation and low/high priority skeleton generation (via PubSub).
7.5.1
- Skeleton client get_skeleton(), when called with a 'dict' output format request, now populates the dictionary with numpy arrays instead of Python lists.
7.4.3
- Enabled skeleton client to generate & retrieve the new V4 skeleton format (and all future skeleton versions without necessitating CAVEclient upgrades -- unless the hard-coded default version needs to be continually updated I suppose).
7.4.2
- Eliminated skeleton client skeleton_exists() issue in which passing a large number of root ids would cause a "URI too big" error.