You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://arxiv.org/abs/xxxx.xxxxx)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[](https://arxiv.org/abs/2311.14670)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[](https://colab.research.google.com/drive/1YmJ2ljsF8HBvhPmD4hrYPlyAKc4WPUgq?usp=sharing)
> For algorithmic reasons JIT compilation of HEALPix transforms can become slow at high bandlimits, due to XLA unfolding of loops which currently cannot be avoided. After compiling HEALPix transforms should execute with the efficiency outlined in the associated paper, therefore this additional time overhead need only be incurred once. We are aware of this issue and will work to improve this in subsequent versions.
75
+
72
76
## Installation :computer:
73
77
74
78
The Python dependencies for the `S2FFT` package are listed in the file
@@ -86,14 +90,14 @@ executed to ensure the installation was successful by running
86
90
pytest tests/
87
91
```
88
92
89
-
In the very near future one will be able to install `S2FFT` directly
90
-
from [PyPi](https://pypi.org) by `pip install s2fft` but this is not yet
91
-
supported. Note that to run `JAX` on NVIDIA GPUs you will need to follow
92
-
the [guide](https://github.com/google/jax#installation) outlined by
93
-
Google.
93
+
Alternatively, the `S2FFT` package may be installed directly from PyPi by running
94
+
95
+
```bash
96
+
pip install s2fft
97
+
```
94
98
95
-
Note: For plotting functionality which can be found throughout our various notebooks, one
96
-
must install the requirements which can be found in `requirements/requirements-plotting.txt`.
99
+
> [!NOTE]
100
+
> For plotting functionality which can be found throughout our various notebooks, one must install the requirements which can be found in `requirements/requirements-plotting.txt`.
97
101
98
102
## Usage :rocket:
99
103
@@ -178,11 +182,11 @@ referenced. A BibTeX entry for this reference may look like:
178
182
179
183
```
180
184
@article{price:s2fft,
181
-
author = "Matthew A. Price and Jason D. McEwen and Contributors",
185
+
author = "Matthew A. Price and Jason D. McEwen",
182
186
title = "Differentiable and accelerated spherical harmonic and Wigner transforms",
0 commit comments