- 18 May, 2016 6 commits
-
-
Jait Dixit authored
- get_slice_list returns the entire shape when axes is None - GFFT.transform() is now a single for-loop - Input array is simply cast to codomain's dtype - Other formating changes were included/reverted
-
Jait Dixit authored
-
Jait Dixit authored
- GFFT.transform() now returns data cast to codomain's dtype - Remove cast to codomain from rg_space.calc_transform()
-
Jait Dixit authored
- GFFT now uses get_slice_list to get slices to iterate over all axes
-
Jait Dixit authored
-
Jait Dixit authored
-
- 17 May, 2016 5 commits
-
-
Theo Steininger authored
Slice list iterator See merge request !12
-
theos authored
-
Jait Dixit authored
-
theos authored
-
Jait Dixit authored
-
- 13 May, 2016 1 commit
-
-
theos authored
-
- 12 May, 2016 1 commit
-
-
Jait Dixit authored
- GFFT now checks if the axes keyword is provided and only applies FFT to those axes.
-
- 11 May, 2016 1 commit
-
-
Jait Dixit authored
- Rename FFT classes so that they follow PEP8 naming conventions. The following classes have been renamed: - fft -> FFT - fft_fftw -> FFTW - fft_gfft -> GFFT - Add docstrings for new arguments and for the old ones missing one - Add axes keyword to rg_space.calc_transform() - More PEP8 fixes in nifty_fft - GFFT's transform method now uses paradict instead of para
-
- 09 May, 2016 2 commits
- 07 May, 2016 1 commit
-
-
Jait Dixit authored
- Reformat code according to PEP8 - Add 'axes' keyword to transforms of both FFT machines.
-
- 03 May, 2016 1 commit
-
-
Theo Steininger authored
fix tests for overflow errors See merge request !11
-
- 02 May, 2016 6 commits
- 01 May, 2016 1 commit
-
-
csongor authored
-
- 29 Apr, 2016 1 commit
-
-
theos authored
-
- 28 Apr, 2016 4 commits
- 27 Apr, 2016 3 commits
-
-
csongor authored
-
Theo Steininger authored
Minor fixes for axis See merge request !10
-
csongor authored
-
- 26 Apr, 2016 2 commits
- 24 Apr, 2016 2 commits
- 23 Apr, 2016 2 commits
- 22 Apr, 2016 1 commit
-
-
Theo Steininger authored
Tests for axis See merge request !9
-