As discussed offline, at least for now we'll use scikit-image for tile drawing. So I'm adding it as a dependency here in this PR. If this dependency is an issue for some users, we can always spend the effort to replace it just by scipy or pure Numpy later.
Coverage remained the same at 100.0% when pulling 235b51609e5c349d1370c01bdead6be9afb66434 on cdeil:skimage into 59ea63650b9f2dfd202959a6c68c4e474eb2b2a7 on hipspy:master.
As discussed offline, at least for now we'll use
scikit-image
for tile drawing. So I'm adding it as a dependency here in this PR. If this dependency is an issue for some users, we can always spend the effort to replace it just by scipy or pure Numpy later.