DistanceTransforms v0.3.0
Breaking changes
- Remove handwritten KA.jl kernels for AcceleratedKernels.jl-based GPU algorithm
- All exported functions (
transform
,transform!
,boolean_indicator
) but might be breaking changes due to the underlying algorithm implementation updates
- All exported functions (
Merged pull requests:
- Add full
Wenbo
dt algorithm and test + docstrings (#33) (@Dale-Black) - refactor all (squared) euclidean algorithms (#34) (@Dale-Black)
- Wenbo (#35) (@lwbhahahaha)
- Wenbo (#36) (@lwbhahahaha)
- Wenbo (#37) (@Dale-Black)
- Wenbo (#38) (@lwbhahahaha)
- Python call (#39) (@Dale-Black)
- Merge master to wenbo (#40) (@lwbhahahaha)
- Wenbo ver 2.0 (#41) (@lwbhahahaha)
- Updated Felzenszwalb (#42) (@lwbhahahaha)
- Cleanup (#44) (@Dale-Black)
- Replace GPU stuff with AcceleratedKernels.jl (#47) (@Dale-Black)
- check buildkite benchmarks (#48) (@Dale-Black)
- init new docs based on quarto (#50) (@Dale-Black)
- update docs (#51) (@Dale-Black)
Closed issues:
- Use Hausdorff Distance Loss Function for medical image segmentation (#43)