Skip to content

Releases: navis-org/fafbseg-py

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

Version 3.0.0

15 Jan 09:07
Compare
Choose a tag to compare

This is a major update with a few breaking changing!

Highlights:

  • The default dataset is now the "public" dataset.
  • It is now easy to work with annotations (classes, types, etc) instead of having to shuttle root IDs in and out of fafbseg functions; see the updated tutorial on annotations.
  • Annotation queries will download (and cache) data from https://github.com/flyconnectome/flywire_annotations which is currently principally based on Schlegel et al. (2023). We are planning to keep updating these annotations in the future.

We also renamed a bunch of functions to make things more consistent, please see the Changelog for details.

Version 2.0.3

29 Nov 11:04
Compare
Choose a tag to compare

One fix, one improvement:

  • flywire.fetch_connectivity now allows neuropils=True to return edges broken
    down by neuropils
  • fix flywire.predict_neuropils with single_pred=True