This version moves away from Cython in favor of batching FFTs in SciPy. It's much faster! Plus, you can configure it to run on the GPU (more on that soon). The interface has been completely reworked to a simpler and more elegant solution.
What's Changed
* fix version in docs by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/221
* Full rewrite for speed and logical simplicity by jmbhughes in https://github.com/punch-mission/regularizepsf/pull/209
**Full Changelog**: https://github.com/punch-mission/regularizepsf/compare/0.4.2...1.0.0