Releases: navis-org/navis-flybrains
Version 0.2.2
Hot fix for a bug in 0.2.1 that prevented registering some/all transforms under certain conditions.
Version 0.2.1
This is a maintenance release.
Version 0.2.0
This version has a couple important additions/changes:
- Added VirtualFlybrain.org's VNC templates, meshes and CMTK transforms (thanks to @Robbie1977): see the new
download_vfb_transforms()
function - Added a function to download JRC VNC H5 transforms:
download_jrc_vnc_transforms()
- For consistency renamed
download_saalfeld_transforms
->download_jrc_transforms
- Added a landmark-based FANC <-> MANC transform
Version 0.1.12
This version fixes a critical mistake that led to the Jefferis lab's CMTK being registered with the wrong orientation.
Version 0.1.11
Apparently something changed with the way figshare hosts the Saalfeld lab transforms and as a consequence we can't do HEAD requests anymore to pre-determine the file size for the progress bar. This release is a hot fix that makes sure the download still happens at the expense of not having progress bar.
Version 0.1.10
Fixes bug that led to warnings during transform registration on Windows systems:
On Windows original.list
and orig.list
files contained in CMTK transform folders apparently show up as files while OSX/Linux show them as symlinks. Hence, on Windows, flybrains
tried to register them and failed which led to copious warnings.
Version 0.1.9
See README.
Version 0.1.7
Minor update to fix bugs with parsing R/nat registration folders.
Version 0.1.6
Fixes a bug that led to the current directory (and all subdirectories) being searched for registration files/folders.
Version 0.1.5
Hot fix release to fix an error in the manifest that led to the meshes not being packaged.