Odl Versions Save

Operator Discretization Library https://odlgroup.github.io/odl/

v0.2.3

7 years ago

See the Release Notes for a list of changes.

v0.2.2

8 years ago

From this version on, ODL can be installed with pip from the Python package index.

v0.2.1

8 years ago

Fix version number in setup.py

v0.2.0

8 years ago

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

v0.1.0

8 years ago

ODL 0.1

This is the first "feature complete" release of ODL, with all core functionality. It contains:

  • Sets
  • Linear spaces
  • Operators

as well as a wealth of utilities on these.

It also contains some core functionality for tomography problems:

  • RayTransform with adjoint in most common geometries
  • Differentials
  • Solvers for general optimization and special ones for TV (e.g. Chambolle-Pock).