Skip to content

ODL 0.2

Compare
Choose a tag to compare
@kohr-h kohr-h released this 11 Mar 15:31
· 2583 commits to master since this release

This is a short summary of the changes since version 0.1.0. See the detailed release notes for further information.

New features

Fourier Transform

The (discretized) continuous Fourier Transform (FT) and the "pure" Discrete Fourier Transform (DFT) are implemented as operators, based on Numpy FFT or pyFFTW, with nearly complete support of the features of the wrapped libraries.

Further additions

  • Writable real and imag attributes of DiscreteLpVector and FunctionSpaceVector
  • Method conj for complex conjugation of the mentioned objects
  • Explicit handling of output data type in FunctionSpace
  • Discrete sequence space