Skip to content

Releases: HolyLab/BlockRegistration.jl

v0.2.3

12 Feb 15:21
90c30b8

Choose a tag to compare

BlockRegistration v0.2.3

Merged pull requests:

  • Major revamp (#1) (@timholy)
  • Small fixes (#2) (@timholy)
  • Use MathProgBase/Ipopt rather than Optim (plus, more optimization) (#3) (@timholy)
  • Small fixes found while debugging BlockRegistrationScheduler (#4) (@timholy)
  • Automatic setting of affine-residual lambda (#7) (@timholy)
  • Cjg/smallfixes (#8) (@Cody-G)
  • Faster deformations (#9) (@timholy)
  • Fix paths and build (#10) (@timholy)
  • Allow warp! to receive u::Array{R<:Real} (#11) (@timholy)
  • Added ForwardDiff to require list. Removed test/REQUIRE, which was m… (#13) (@Cody-G)
  • Show progress meter during warp! (#14) (@timholy)
  • Implement "whole experiment" temporal optimization (#15) (@timholy)
  • Provide a complete README (#16) (@timholy)
  • Update for Interpolations BSpline parametrization change (#17) (@timholy)
  • Update for new MathProgBase API (#19) (@timholy)
  • Support temporal interpolation of deformations (#20) (@timholy)
  • Fixes to bias-correction, and partial support for padding (#22) (@timholy)
  • Fixes to make stack-by-stack registration easier (#23) (@timholy)
  • Fixes for package API changes (#28) (@timholy)
  • Updates for julia-0.5 (#30) (@timholy)
  • Update to the new Images (#32) (@timholy)
  • Update RegisterGUI to the new Images (#33) (@timholy)
  • Update for the latest AffineTransforms (#35) (@timholy)
  • Fix one more depwarn from the new Images (#37) (@timholy)
  • Play nice with ImageTransformation.warp (#38) (@HaoyangRong)
  • Add test for warp (#39) (@timholy)
  • Define size(::CoefsWrapper). Fixes #43 (#44) (@timholy)
  • Fix initialization for lambda=0, and support linear interpolation of mismatch data (#46) (@timholy)
  • Various performance enhancements. Fix #45 (#47) (@timholy)
  • Jerry/reg opt (#51) (@mdhe1248)
  • Implement regridding for GridDeformations (#52) (@timholy)
  • Split original image creation in warpgrid out into knotgrid (#53) (@timholy)
  • Continuation of pixelwise registration (#48) (#54) (@timholy)
  • Install test dependencies manually (#55) (@timholy)
  • Updates for julia 0.6 (#58) (@timholy)
  • Update the REQUIRE file with all direct dependencies (#59) (@timholy)
  • CUDAdrv was added in this module. (#60) (@mdhe1248)
  • Expand the README and provide a more useful error message (#61) (@timholy)
  • Patch 1 (#62) (@mdhe1248)
  • Define == for GridDeformations (#66) (@timholy)
  • Adjust maxiter and define methods needed for cg in new IterativeSolvers (#67) (@timholy)
  • Eliminate some deprecation warnings (#68) (@timholy)
  • Cjg/fix2 (#72) (@Cody-G)
  • Add an optimization function rotation_gridsearch that searches a grid… (#73) (@Cody-G)
  • Cjg/rigid upgrades (#75) (@Cody-G)
  • Fixed order of composed transformations (#79) (@ChantalJuntao)
  • Cjg/initial tfm (#80) (@Cody-G)
  • FemtoCleaner updates (#84) (@timholy)
  • QuadDIRECT based registration (#85) (@Cody-G)
  • Make this a meta package (#92) (@timholy)
  • Delete unnecessary build.jl (#93) (@timholy)
  • MassInstallAction: Install the TagBot workflow on this repository (#94) (@kdw503)
  • MassInstallAction: Install the Documenter workflow on this repository (#96) (@kdw503)
  • MassInstallAction: Install the CI workflow on this repository (#97) (@kdw503)
  • MassInstallAction: Install the TagBot workflow on this repository (#98) (@kdw503)
  • Install CompatHelper (#101) (@timholy)
  • CompatHelper: fix URL for HolyLabRegistry (#102) (@timholy)
  • CompatHelper: fix URL for HolyLabRegistry (#103) (@timholy)
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#104) (@github-actions[bot])
  • MassInstallAction: Install the CompatHelper workflow on this repository (#108) (@kdw503)
  • Update CI.yml (#109) (@kdw503)
  • MassInstallAction: Install the TagBot workflow on this repository (#110) (@kdw503)
  • Version 0.2.3 (#111) (@kdw503)

Closed issues:

  • Conflicts with juliafunc (#5)
  • TransformedArray not defined (#6)
  • Missing package in REQUIRE? (#12)
  • fixed_λ optimization diverges (#21)
  • SubArray padding in mismatch_apertures (#24)
  • Moving to Julia 0.5 (#25)
  • Fail to build "CUDArt" and "Ipopt" on Mac OS (#26)
  • Migration to 0.5 (#29)
  • Error on Pkg.update() (#31)
  • Broken with latest AffineTransforms (#34)
  • Re: Build error (#40)
  • Error during registration (issue with getindex_t) (#41)
  • Re: Error during optimization (#42)
  • Re: error during optimization (#43)
  • Re: fixed_λ (#45)
  • Re: Again, slow fixed_λ? (#49)
  • Re: Error in fixed_λ (#56)
  • Error: ConstraintsBox not defined (#57)
  • Re: Method error during 'fixed_λ' (#63)
  • Re: Copying Cannon packages to Flash (#64)
  • MethodError: no method matching A_mul_B!(::Array{Float64,1} (#65)
  • Test failure due to showing CenterIndexedArrays (#69)
  • Rigid optimization failure case (#74)
  • Computing mismatch with OffsetArrays (#83)
  • RegisterMismatchCuda error on import (#89)