Releases: danionella/warpfield
Releases · danionella/warpfield
v0.2.2
What's Changed
- fix block size check (Issue #28) by @bjudkewitz in #40
- smooth fixed in test_register_volumes (Issue #30) by @bjudkewitz in #41
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- add linear extrapolation (replacing nearest-neighbor extrapolation) to
warpCUDA 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
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