Releases: navis-org/fafbseg-py
Releases · navis-org/fafbseg-py
Version 3.2.1
Version 3.2.0
This release includes a couple of under-the-hood changes that enable fafbseg to be more compatible with CAVE datastacks other than FlyWire.
Improvements
- some internal changes to allow alternative supervoxel lookup services
supervoxels_to_rootnow dynamically stops at the highest layer (previously stop was hard coded at 10)locs_to_supervoxelscan now be used with different backends and datastacksget_l2_chunk_infonow looks-up the actual resolution (instead of hard-coded 4x4x40nm from FAFB)
Breaking
- dropped support for Python 3.8 (long overdue) and 3.9
Fixes
- fixed an issue in
get_hierarchical_annotationswhen working with live production dataset (by @ChrisRaven in #24) - added missing pass-through for parameter in
find_anchor_loc
Full Changelog: v3.1.3...v3.2.0
Version 3.1.3
This minor release contains two changes:
flywire.decode_urlnow also works with!middleauth+...URLs (thanks to @DanaSherman)- fixed an issue with
flywire.get_mesh_neuronwhenwith_synapses=True
Version 3.1.2
Two minor fixes/changes:
- Teach annotation function to properly shut up when
verbose=False(fixes #21) get_neuropil_volumesnow returns anavis.Volumewith its.unitsset. This required bumping the minimum version ofnavisto1.8.0.
Version 3.1.1
This version includes a number of under-the-hood fixes:
- revive the good old GSPointloader for datasets where there is no supervoxel look-up service
- fix error in get_cave_client when using an unmaterialized non-FlyWire dataset
- fix some issues related to numpy 2.0
Version 3.1.0
Improvements:
flywire.NeuronCriterianow works like an iterator- synced
flywire.get_neuropil_volumeswithprecomputed://gs://flywire_neuropil_meshes/neuropils/neuropil_mesh_v141_v6neuroglancer source
Fixes:
- fixes a number of issues arising from numpy 2.0
- various other fixes
Version 3.0.10
This is a bug fix release for flywire.annotations.clear_cached_annotations().
Version 3.0.9
Improved
flywire.fetch_adjacencynow optionally returns per-neuropil connectivity (see docstrings for details)flywire.search_annotationandflywire.get_hierarchical_annotationswill 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=Truein the public dataset - queries against Github (for hierarchical annotations) will now use personal access token defined
inGITHUB_PATif present; this avoids issues with rate limits