Skip to content

Releases: navis-org/fafbseg-py

Version 3.0.10

13 Aug 08:01
Compare
Choose a tag to compare

This is a bug fix release for flywire.annotations.clear_cached_annotations().

Version 3.0.9

20 Jul 07:57
Compare
Choose a tag to compare

Improved

  • flywire.fetch_adjacency now optionally returns per-neuropil connectivity (see docstrings for details)
  • flywire.search_annotation and flywire.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

23 May 19:34
Compare
Choose a tag to compare

This release fixes a bug with caching the hierarchical annotations in Windows.

Version 3.0.7

16 May 08:52
Compare
Choose a tag to compare
  • 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
    in GITHUB_PAT if present; this avoids issues with rate limits

Version 3.0.6

09 Apr 10:16
Compare
Choose a tag to compare

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

22 Mar 18:26
Compare
Choose a tag to compare

This release fixes issues in flywire.get_adjacencies and flywire.get_connectivity when the query was against the live dataset.

Version 3.0.4

21 Mar 15:15
Compare
Choose a tag to compare

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

21 Mar 09:51
Compare
Choose a tag to compare

Various bugfixes and improvements:

  1. is_proofread (which is also used for connectivity queries) should now work with the public release data (see docstring for details)
  2. get_cave_table will now optionally add user details (unclear if this works on public data)
  3. various fixes for get_somas, find_mat_version, is_valid_root and is_latest_root

Version 3.0.2

11 Mar 13:48
Compare
Choose a tag to compare

Another small bug fix that caused search_annotations to fail when local cache was empty.

Version 3.0.1

11 Mar 11:05
Compare
Choose a tag to compare

This is a bug fix release:

  1. Fixes an issue in search_community_annotations where adding user information for non-existent user "0" would fail
  2. Prevents trying to query the live version if working with the public release datastack