* Fix bug causing empty output when using a custom kernel without specifying min_dist * Fix crash when using custom_kernel without specifying max_dist
0.4.4
* Fix bug preventing detection of patterns on the main diagonal (e.g. borders)
0.4.3
Add a command lint option with default value for density filter. This can be useful in low coverage situations at the cost of a higher false positive rate.
0.4.2
Fix crash with small or empty matrices
0.4.0
* Fix bug when using `--region` * add density filter to reduce false positives * various bug fixes
0.3.0
* Add SNR filter to reduce false positives * Allow **experimental** "stat" mode to use t-test instead of median background filter.