Skip to content

Releases: navis-org/navis-flybrains

Version 0.3.0

05 Sep 15:44
Compare
Choose a tag to compare

Changes:

  • potentially breaking as it may change transform paths:
    • weights for AliasTransforms are now set to 0 (i.e. no cost)
    • weights for simple AffineTransforms are set to 0.1
  • added a new JRC2018F-FLYWIRE CMTK transform (by S. Cachero, Jefferis lab) to jefferislab/BridgingRegistrations:
    import flybrains
    # Re-run download to get the new transform
    flybrains.download_jefferislab_transforms()
  • improved the mirror transforms for FAFB14 and FLYWIRE based on the new JRC2018F-FLYWIRE transform
  • added a symmetrizing transform for FLYWIRE
  • added a VNC mesh to JRCFIB2022M: it now has .mesh (brain + VNC), .mesh_brain and .mesh_vnc
  • fixed stray vertex in FLYWIRE.mesh_whole_brain
  • some under-the-hood refactoring

Version 0.2.11

23 Jul 04:55
Compare
Choose a tag to compare

Fixes

  • fixed bounding box for JRCFIB2022Mraw

Version 0.2.10

16 Apr 09:41
Compare
Choose a tag to compare

Version 0.2.10:

  • added download for JRCFIB2022M (maleCNS) <-> JRC2018M transform (via Saalfeld lab)
  • added mirror transform for JRCFIB2022M (maleCNS)
  • dropped VFB transforms between JRC VNC templates (use Saalfeld transforms instead)

Version 0.2.9

08 Aug 11:02
Compare
Choose a tag to compare

Added MANC (male adult nerve cord) dataset:

  • template (including meshes) for MANC (nm) and MANCraw (voxel)
  • added download for JRCVNC2018M <-> MANC

Version 0.2.8

29 Jul 05:58
Compare
Choose a tag to compare
  • adds a transform between the male CNS and FlyWire
  • adds _navis_units properties to the template meta data

Version 0.2.7

05 Jan 12:08
Compare
Choose a tag to compare

This fixes an error in the URL used to download the JRC2018U to JRC2018M transform that led to the wrong transform being downloaded.

Version 0.2.6

08 Sep 20:31
Compare
Choose a tag to compare

Added a (downloadable) JRC2018U <-> JRC2018M.

Version 0.2.5

22 May 12:57
Compare
Choose a tag to compare

This fixes a critical error with a wrong filename (not sure how that slipped past tbh).

We also add a preliminary transform for FAFB <-> JRCFIB2022M (male CNS) and a JRCFIB2022M neuropil mesh.

Version 0.2.4

12 May 14:02
Compare
Choose a tag to compare

This version adds a template and a mirror transform for FLYWIRE. In addition, FAFB is now a full synonym for FAFB14.

Version 0.2.3

10 Mar 14:44
Compare
Choose a tag to compare

This is a bug fix/maintenance release:

  1. Fixes an issue with reading the template meta data on Windows (#11)
  2. Will no longer automatically create a ~/flybrains-data directory (#10)