Skip to content

Releases: danionella/warpfield

v0.2.2

26 Aug 09:46
5684748

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Aug 09:32
bbe3283

Choose a tag to compare

What's Changed

  • Enable saving/loading of WarpMap to hdf5 file in #34

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Jun 06:15
5c513db

Choose a tag to compare

What's Changed

  • add linear extrapolation (replacing nearest-neighbor extrapolation) to warp CUDA kernel in #25
  • update affine default settings (block_size [-2,-2,-2], block_stride=0.5) in #22
  • round down block_stride in #26

Full Changelog: v0.1.0...v0.2.0

v0.1.0

30 May 13:49
9b196b8

Choose a tag to compare

What's Changed

  • fill out of bounds values in warp._warp_volume_kernel with 0 (instead of nearest neighbor extrapolation) in #4
  • add soft_edge parameter in #10
  • WarpMap Invert_fast fix in #14
  • pynrrd support in #15
  • zarr and n5 support in #16
  • allow input volumes of different shape in #11
  • update affine fit (include edge voxels) #18

Full Changelog: v0.0.6...v0.1.0