Skip to content

Commit d6769cb

Browse files
committed
Correct upcoming version number (replace 1.0.3 by 1.1.0)
1 parent 706bbb2 commit d6769cb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.pip_readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:target: https://github.com/psf/black
1313
.. image:: https://colab.research.google.com/assets/colab-badge.svg
1414
:target: https://colab.research.google.com/github/astro-informatics/s2fft/blob/main/notebooksspherical_harmonic_transform.ipynb
15-
15+
1616
Differentiable and accelerated spherical transforms
1717
=================================================================================================================
1818

@@ -31,7 +31,7 @@ As of version 1.0.2 `S2FFT` also provides PyTorch implementations of underlying
3131
precompute transforms. In future releases this support will be extended to our
3232
on-the-fly algorithms.
3333

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, however for many applications this is desirable due to memory

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Matthew Price, Jason McEwen, Matthew Graham, Sofia Miñano, Devaraj Gopinathan"
2626

2727
# The short X.Y version
28-
version = "1.0.3"
28+
version = "1.1.0"
2929
# The full version, including alpha/beta/rc tags
30-
release = "1.0.3"
30+
release = "1.1.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

s2fft/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
__version_tuple__: VERSION_TUPLE
1414
version_tuple: VERSION_TUPLE
1515

16-
__version__ = version = "1.0.3"
17-
__version_tuple__ = version_tuple = (1, 0, 3)
16+
__version__ = version = "1.1.0"
17+
__version_tuple__ = version_tuple = (1, 1, 0)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Intended Audience :: Science/Research",
2222
],
2323
name="s2fft",
24-
version="1.0.3",
24+
version="1.1.0",
2525
url="https://github.com/astro-informatics/s2fft",
2626
author="Matthew A. Price, Jason D. McEwen & Contributors",
2727
license="MIT",

0 commit comments

Comments
 (0)