- 06 Mar, 2017 1 commit
-
-
Theo Steininger authored
Increased version number to 3.0.4
-
- 01 Mar, 2017 1 commit
-
-
Theo Steininger authored
-
- 25 Feb, 2017 2 commits
-
-
Theo Steininger authored
-
Theo Steininger authored
-
- 21 Feb, 2017 1 commit
-
-
Theo Steininger authored
-
- 19 Feb, 2017 1 commit
-
-
Theo Steininger authored
-
- 16 Feb, 2017 2 commits
-
-
Theo Steininger authored
-
Theo Steininger authored
-
- 15 Feb, 2017 1 commit
-
-
Theo Steininger authored
-
- 08 Feb, 2017 1 commit
-
-
Theo Steininger authored
Set default dtype for FieldArray
-
- 07 Feb, 2017 1 commit
-
-
Theo Steininger authored
-
- 28 Jan, 2017 1 commit
-
-
Theo Steininger authored
Fixed the bug that the distribution strategy of the return field of power_analyze was the original but not the natural one.
-
- 11 Jan, 2017 1 commit
-
-
Theo Steininger authored
-
- 05 Dec, 2016 1 commit
-
-
Theo Steininger authored
-
- 04 Dec, 2016 3 commits
-
-
Jait Dixit authored
-
Jait Dixit authored
- Use attrs for storing metadata - Remove pickle usage from Field and PowerSpace
-
Jait Dixit authored
-
- 03 Dec, 2016 1 commit
-
-
Jait Dixit authored
-
- 02 Nov, 2016 1 commit
-
-
Theo Steininger authored
Fixed a few small bugs.
-
- 18 Oct, 2016 1 commit
-
-
Theo Steininger authored
-
- 12 Oct, 2016 1 commit
-
-
Theo Steininger authored
Added keyword arguments mean and std to Field.power_synthesize. Bug fixes in Field, SmoothingOperator, LMSpace and Space.
-
- 11 Oct, 2016 1 commit
-
-
Theo Steininger authored
-
- 06 Oct, 2016 1 commit
-
-
Theo Steininger authored
Removed NIFTy 2 files that have not been ported so far.
-
- 15 Sep, 2016 1 commit
-
-
Theo Steininger authored
-
- 13 Sep, 2016 2 commits
-
-
Theo Steininger authored
-> A Field on a PowerSpace can now be initialized with a spectral function.
-
Theo Steininger authored
-
- 04 Sep, 2016 1 commit
-
-
Theo Steininger authored
Started to consolidate the code base of LM <-> GL/HP transformations.
-
- 02 Sep, 2016 2 commits
-
-
Jait Dixit authored
- Refactor _smooth_helper - Remove inplace property - Rename method compute_k_array to distance_array in RGSpace - Fix compute_k_array usage
-
Theo Steininger authored
-
- 01 Sep, 2016 1 commit
-
-
Theo Steininger authored
-
- 29 Aug, 2016 1 commit
-
-
Theo Steininger authored
-
- 26 Aug, 2016 1 commit
-
-
Theo Steininger authored
Modified power_analyze in Field for complex power spectra.
-
- 25 Aug, 2016 2 commits
-
-
Jait Dixit authored
-
Theo Steininger authored
-
- 24 Aug, 2016 1 commit
-
-
Theo Steininger authored
Fixed violation of LSP for implemented keyword/property.
-
- 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
-
Theo Steininger 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.
-
- 19 Aug, 2016 1 commit
-
-
Theo Steininger 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)`
-
- 17 Aug, 2016 1 commit
-
-
Theo Steininger authored
-
- 23 Jul, 2016 1 commit
-
-
Theo Steininger authored
-