* simplify build system * add support for pip dependencies * simplify documentation tree * add option for generating documentation in build system * source distribution is now embedding the documentation
1.1
----------------------
* PEP 440 compliant version string * more pythonic API, breaks compatibility with 1.0.x * documentation update
1.0.1
------------------------
* update installation instructions * change registration of cleanup routine to use Py_AtExit
1.0
----------------------
* simplify code base * pynfft.nfft and pynfft.solver moved to pynfft * revert support for multiple floating precision * fix missing documentation for the solver
0.6
----------------------
* pynfft.nfft: enable openmp support
0.5
----------------------
* pynfft.nfft: rewrite NFFT class internals to support multiple floating point precision, coming in a future version of libnfft3 * Documentation: first draft of the tutorial section