tlambert03 / pycudadecon

Python wrapper for cudaDecon - GPU accelerated 3D deconvolution for microscopy
http://www.talleylambert.com/pycudadecon/
MIT License
59 stars 12 forks source link

fix: Fix _cudadecon_version annotation, added support for skewed decon argument #47

Closed dmilkie closed 1 year ago

dmilkie commented 1 year ago

Fixed _cudadecon_version: tuple[int, ...] = (0, 0, 0) from throwing an exception.

Working on Windows with cudadecon 0.6.2.

dmilkie commented 1 year ago

I don't know what this "Semantic PR — add a semantic commit or PR title" is trying for. I think it's looking for a [type][scope] in the PR title. Which I think I gave it?

tlambert03 commented 1 year ago

Don't worry about that, I edited the title... but the annotation needs undoing, see comment

tlambert03 commented 1 year ago

released on v0.4.1