Skip to content

Commit 939ae74

Browse files
committed
Correct version number for upcoming release
1 parent 1ae80ba commit 939ae74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for adjoint transformations where needed, and comes with different
2222
optimisations (precompute or not) that one may select depending on
2323
available resources and desired angular resolution $L$.
2424

25-
> [!NOTE]
25+
> [!IMPORTANT]
2626
> HEALPix long JIT compile time fixed for CPU! Fix for GPU coming soon.
2727
2828
> [!TIP]
@@ -31,7 +31,7 @@ precompute transforms. In future releases this support will be extended to our
3131
on-the-fly algorithms.
3232

3333
> [!TIP]
34-
As of version 1.0.3 `S2FFT` also provides JAX support for existing C/C++ packages,
34+
As of version 1.1.0 `S2FFT` also provides JAX support for existing C/C++ packages,
3535
specifically `HEALPix` and `SSHT`. This works by wrapping python bindings with custom
3636
JAX frontends. Note that currently this C/C++ to JAX interoperability is currently
3737
limited to CPU.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ transforms (for both real and complex signals), with support for adjoint transfo
1111
where needed, and comes with different optimisations (precompute or not) that one
1212
may select depending on available resources and desired angular resolution :math:`L`.
1313

14-
.. note::
14+
.. important::
1515
HEALPix long JIT compile time fixed for CPU! Fix for GPU coming soon.
1616

1717
.. tip::

0 commit comments

Comments
 (0)