- 09 Jun, 2016 1 commit
-
-
Jait Dixit authored
-
- 08 Jun, 2016 2 commits
-
-
Jait Dixit authored
-
Jait Dixit authored
- Refactor based on discussion on 08.06 - Add test for FFTW transform
-
- 07 Jun, 2016 1 commit
-
-
Jait Dixit authored
- Refactor transform() according to discussions - Add checks for validity of axes
-
- 02 Jun, 2016 2 commits
-
-
Jait Dixit authored
-
theos authored
-
- 01 Jun, 2016 1 commit
-
-
Jait Dixit authored
- Move the transform logic to its own method - Refactored the _fftw_plan_and_info to FFTWTransformInfo
-
- 27 May, 2016 3 commits
-
-
Jait Dixit authored
-
theos authored
-
theos authored
-
- 26 May, 2016 6 commits
- 25 May, 2016 2 commits
-
-
Jait Dixit authored
-
Jait Dixit authored
-
- 20 May, 2016 2 commits
-
-
Jait Dixit authored
-
Jait Dixit authored
-
- 19 May, 2016 3 commits
-
-
Jait Dixit authored
-
Jait Dixit authored
-
Jait Dixit authored
- Finished the case when input is np.ndarray - Fix typos
-
- 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.
-