CAVEclient
CAVEclient copied to clipboard
This is te python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
@ceesem and I discussed making the timestamp argument here an keyword argument and have the default (none) respect the client level version
for example the documentation string should read something like.. if you pass for example, desired_resolution = [1,1,1] then when you have a position value of [1,1,1] in your result, that...
Only used in `get_lineage_graph`, could provide instructions for the one-liner to go from the output of that function to networkx
This PR: - removes requirements.txt-like files -> pyproject.toml - removes bumpversion -> pyproject.toml (version is specified in one place only, caveclient can read it from there) - adds optional dependency...
### Opened - [x] Annotation - [x] Auth (already done) - [x] Chunkedgraph - [x] EMannotationSchemas - [x] InfoService - [x] JsonService - [x] L2cache - [x] Materialization - [x]...
(naming of the method completely up for debate) I almost always do something like the following when I'm grabbing level2 cache data: ```python def _format_l2_data(level2_data: dict) -> pd.DataFrame: level2_data =...