Added get_leaves_multiple to chunkedgraph module (273)
7.0.0
- Simplified skeleton client interface to only accept formats of 'dict' and 'swc' Structure of the dictionary returned was also changed compared to previous "json" format, where the dict is flat with only one level of keys. Corresponding change made to MeshParty 1.18.0 allows for hydration of MeshParty Skeleton object from this dict format.
6.5.0
- Added endpoints for bulk skeleton retrieval and querying whether a skeleton exists or not.
6.4.1
- Fix networkx deprecation warning.
6.4.0
- Added a CAVEclientMock function to ease the use of fully mocked CAVEclients in testing. - Fix a bug about use of global server. - Fix writing of local server secret to be more secure.