- 02 Sep, 2016 4 commits
- 01 Sep, 2016 3 commits
- 31 Aug, 2016 2 commits
- 29 Aug, 2016 1 commit
-
-
theos authored
-
- 26 Aug, 2016 2 commits
- 25 Aug, 2016 5 commits
-
-
Theo Steininger authored
Fix normalization in FFTOperator See merge request !24
-
theos authored
Fixed a bug in fft_operator. Fixed a inconsistency in GFFT interface.
-
Jait Dixit authored
-
theos authored
-
theos authored
Reordered methods in space classes. Made Space.weight to an abc.abstractmethod.
-
- 24 Aug, 2016 2 commits
- 23 Aug, 2016 6 commits
-
-
theos authored
Merge branch 'feature/field_multiple_space' of gitlab.mpcdf.mpg.de:ift/NIFTy into feature/field_multiple_space
-
theos authored
-
theos authored
Moved unitary property to LinearOperator.
-
Theo Steininger authored
TransformationOperator See merge request !23
-
Jait Dixit authored
-
Jait Dixit authored
- Add get_default_codomain function in utilities - Move all transforms to a subfolder inside the fft_operator - Correct weight method calls in transform method of each transformation
-
- 22 Aug, 2016 2 commits
-
-
Jait Dixit authored
- Create skeleton for TransformationOperator - Minor bug fixes in Field, FFTTransform and RGRGTransformations and __init__.py for endomorphic_operator
-
theos authored
Restructured new operator classes -> Introduced endomorphic_operator.py in order to avoid violation of Liskov's SP for square- and diagonal operator. Removed paradict from operators. Added from_random as static method to Field.
-
- 20 Aug, 2016 2 commits
- 19 Aug, 2016 6 commits
-
-
Theo Steininger authored
Refactor spaces to match Space specification Remove all functionality not provided by spaces from all the space classes. Also, move space-specific attributes to the paradicts. See merge request !21
-
Theo Steininger authored
Fixed a lot of small bugs. Removed the plotting routines from most of the spaces. Fixed furthermore: - Let's undo the changes in the RGSpace.__init__ (see the comment on gitlab) - The HPSpaceParadict still has `distances` in the list. - HPSpace.copy: Is this method really necessary? The one from Space should be sufficient, right? - HPSpace.total_volume is missing - Unnecessary imports of `random`, `LMSpace`,... in hp_space.py - I removed the plotting functionality from the space classes. - GLSpace.copy should also not be necessary - GLSpace.dim is missing - GLSpace.vol should be called `total_volume`. Also its implementation is defect: there is no self.distances for GLSpace. The total volume is just 4*pi. - Use nifty_utilities.cast_axis_to_tuple in order to sanitize `axes` input in GLSpace.weight - typo in `new_shape = np.ones(x.shape)` See merge request !22
-
theos authored
Fixed furthermore: - Let's undo the changes in the RGSpace.__init__ (see the comment on gitlab) - The HPSpaceParadict still has `distances` in the list. - HPSpace.copy: Is this method really necessary? The one from Space should be sufficient, right? - HPSpace.total_volume is missing - Unnecessary imports of `random`, `LMSpace`,... in hp_space.py - I removed the plotting functionality from the space classes. - GLSpace.copy should also not be necessary - GLSpace.dim is missing - GLSpace.vol should be called `total_volume`. Also its implementation is defect: there is no self.distances for GLSpace. The total volume is just 4*pi. - Use nifty_utilities.cast_axis_to_tuple in order to sanitize `axes` input in GLSpace.weight - typo in `new_shape = np.ones(x.shape)`
-
theos authored
-
Jait Dixit authored
-
Jait Dixit authored
- Remove distances from HPSpace paradict - Cleanup GLSpace and add weight method
-
- 18 Aug, 2016 1 commit
-
-
Jait Dixit authored
- Remove smooth from abstract Space class - Remove smooth from RGSpace - Remove smooth and transform from HPSpace - Move all HPSpace specific attributes to paradict
-
- 17 Aug, 2016 1 commit
-
-
theos authored
-
- 23 Jul, 2016 1 commit
-
-
theos authored
-
- 22 Jul, 2016 2 commits