Releases: navis-org/fafbseg-py
Releases · navis-org/fafbseg-py
Version 3.0.10
Version 3.0.9
Improved
flywire.fetch_adjacency
now optionally returns per-neuropil connectivity (see docstrings for details)flywire.search_annotation
andflywire.get_hierarchical_annotations
will now report the version used on first call
Fixed
- fixed
flywire.set_default_annotation_version
- corrected a few docstrings
Version 3.0.8
This release fixes a bug with caching the hierarchical annotations in Windows.
Version 3.0.7
- small fix for connectivity queries when
filtered=True
in the public dataset - queries against Github (for hierarchical annotations) will now use personal access token defined
inGITHUB_PAT
if present; this avoids issues with rate limits
Version 3.0.6
Two small improvements:
- (hierarchical) annotations can now be loaded from a specific (or just the latest) commit
- re-enabled synapse queries against the raw (
filtered=False
) synapse table for the public dataset
Version 3.0.5
This release fixes issues in flywire.get_adjacencies
and flywire.get_connectivity
when the query was against the live dataset.
Version 3.0.4
This version fixes an accidentally introduced bottleneck in is_valid_root
which caused a bunch of other functions to become sluggish.
Version 3.0.3
Various bugfixes and improvements:
is_proofread
(which is also used for connectivity queries) should now work with the public release data (see docstring for details)get_cave_table
will now optionally add user details (unclear if this works on public data)- various fixes for
get_somas
,find_mat_version
,is_valid_root
andis_latest_root
Version 3.0.2
Another small bug fix that caused search_annotations
to fail when local cache was empty.
Version 3.0.1
This is a bug fix release:
- Fixes an issue in
search_community_annotations
where adding user information for non-existent user "0" would fail - Prevents trying to query the live version if working with the public release datastack