- 24 May, 2025 1 commit
-
-
Boris Bonev authored
-
- 08 May, 2025 1 commit
-
-
Thorsten Kurth authored
* setting imaginary parts of DCT and nyquist frequency to zero in IRSHT variants
-
- 29 Apr, 2025 2 commits
-
-
Boris Bonev authored
This reverts commit 82881276.
-
Thorsten Kurth authored
* setting imaginary parts of DCT and nyquist frequency to zero in IRSHT variants * small fix * making einsum result contiguous * adding zero frequency to distributed sht
-
- 26 Feb, 2025 1 commit
-
-
Thorsten Kurth authored
* small hotfix for lobatto grid precomputation routine * adding lobatto grid to tests
-
- 21 Feb, 2025 1 commit
-
-
Thorsten Kurth authored
* adding caching * replacing many numpy calls with torch calls * bumping up version number to 0.7.6
-
- 21 Jan, 2025 1 commit
-
-
Boris Bonev authored
* Improved computation of Morlet filter basis and switched to a Hann window. * addresses #064 and some cleanup
-
- 17 Jan, 2025 1 commit
-
-
Mike McCann authored
Without putting `signal` on `device`, we get `RuntimeError: Expected all tensors to be on the same device` when `sht` is called.
-
- 14 Jan, 2025 27 commits
-
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
switched psi tensor computation to double precision and implemented a fudge factor for theta_cutoff to avoid aliasing issues with the grid width
-
Thorsten Kurth authored
-
Boris Bonev authored
-
Thorsten Kurth authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
updated resampling module to handle corner cases where the input signal needs to be extended towards the pole
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
-
Boris Bonev authored
Adding FilterBasis datastructure to contain information about the type of basis used in disco convolution
-
Boris Bonev authored
adding local SNO architecture and updating trraining script for SWE prediction with powerspectrum computation
-
Boris Bonev authored
-
- 17 Dec, 2024 1 commit
-
-
Boris Bonev authored
-
- 13 Dec, 2024 1 commit
-
-
Thorsten Kurth authored
This small fix removes the maximum version number requirement of torch harmonics
-
- 12 Dec, 2024 1 commit
-
-
Boris Bonev authored
-
- 01 Oct, 2024 1 commit
-
-
Boris Bonev authored
* safeguarding all custom CUDA and C++ routines via the _cuda_extension_available flag * bumping up version number
-
- 20 Sep, 2024 1 commit
-
-
Boris Bonev authored
* added analytic gradients to the gradient_analysis notebook * fixing sht unittest to not check the roundtrip gradient but sht and isht individually * Updated changelog
-