Releases: navis-org/fafbseg-py
Releases · navis-org/fafbseg-py
Version 3.1.3
This minor release contains two changes:
flywire.decode_url
now also works with!middleauth+...
URLs (thanks to @DanaSherman)- fixed an issue with
flywire.get_mesh_neuron
whenwith_synapses=True
Version 3.1.2
Two minor fixes/changes:
- Teach annotation function to properly shut up when
verbose=False
(fixes #21) get_neuropil_volumes
now returns anavis.Volume
with its.units
set. This required bumping the minimum version ofnavis
to1.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.NeuronCriteria
now works like an iterator- synced
flywire.get_neuropil_volumes
withprecomputed://gs://flywire_neuropil_meshes/neuropils/neuropil_mesh_v141_v6
neuroglancer 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_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.