Added a monkey patching for _cook_nd_args to fix the long annoying bu…
…g that numpy 1.6.2 and lower has.
Now with the recent patch for numpy less than or equal to 1.6.2, we c…
…an unskip some tests in the general case.
Updating the scipy.fftpack interface to work properly in the rfft and…
… irfft cases along with a complete test suite for scipy_fftpack.py to be confident there aren't any other lingering issues.
Added a fix to a numpy test exception handler that broke python 3 wit…
…h a variable being deleted by the handler.
Updated the builders alignment code to use pyfftw.simd_alignment, rat…
…her than 16, which it should have done all along.
Changed the test for alignment to use the real dtype equivalant. Also…
… pushed some debug info for a travis raised DeprecationWarning.
Removed deprecation warning issue. The problem stemmed from scipy mis…
…calling fftn - not our code.
Changed FFTW._N to be a 64 bit int rather than a 32 bit int. This was…
… clearly a missed bug.
Added a set of additional properties to the FFTW object in order to p…
…resent the internal state to users.
Added imports for scipy's discrete sine transform functions to the
scipy_fftpack interface.
Silenced the import error when importing the discrete sine transform …
…functions from scipy.fftpack so that the Travis build works properly.
Set travis to use miniconda for the test suite. Hopefully this will r…
…esult in fewer regular breakages.
reverted anaconda path to that used in the gist, rather than what app…
…ears to happen locally.
For some reason I don't understand travis cannot cope with 3.4 so rem…
…oving that from the .travis.yml tests. It is not necessary to test python3 funcionality.
Merge pull request pyFFTW#42 from insertinterestingnamehere/dst_imports
Discrete sine transform imports