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

deskewGPU function removed from docs? #25

Closed avenkatramani closed 3 years ago

avenkatramani commented 3 years ago

Just noticed that the latest doc update removed the deskewGPU function. Is it still supported?

tlambert03 commented 3 years ago

Yeah it's still there: https://github.com/tlambert03/pycudadecon/blob/6ef2a1d7a70886dab8cb2087a784beb474cda72b/pycudadecon/__init__.py#L4 ... can you point me to where it seemed like it got removed? (so I can maybe prevent the confusion?)

avenkatramani commented 3 years ago

Thanks! I was using - https://pycudadecon.readthedocs.io/_/downloads/en/latest/pdf/ for reference and it looks like the update last week removed it.

tlambert03 commented 3 years ago

ah... ok thanks! yeah, I need to refresh the docs at readthedocs. will likely be doing a little more cleanup in the near future, and will update the docs after that. but I don't plan to make any breaking changes (maybe some naming changes/deprecations, but no functionality). Thanks!

tlambert03 commented 3 years ago

ok, docs are updated now, and hosted here: http://www.talleylambert.com/pycudadecon/

affine page is fixed again: http://www.talleylambert.com/pycudadecon/affine.html