From f32b7c1803eefffd55f13eb65eabf0e9cb63759c Mon Sep 17 00:00:00 2001 From: Boris Bonev Date: Tue, 17 Dec 2024 01:06:31 +0100 Subject: [PATCH] bumping version number and modified chagelog --- Changelog.md | 1 + torch_harmonics/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 7b65b75..c4b45a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ ### v0.7.3 * Changing default grid in all SHT routines to `equiangular` +* Hotfix to the numpy version requirements ### v0.7.2 diff --git a/torch_harmonics/__init__.py b/torch_harmonics/__init__.py index 5ab04a1..26a04df 100644 --- a/torch_harmonics/__init__.py +++ b/torch_harmonics/__init__.py @@ -29,7 +29,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -__version__ = "0.7.2" +__version__ = "0.7.3" from .sht import RealSHT, InverseRealSHT, RealVectorSHT, InverseRealVectorSHT from .convolution import DiscreteContinuousConvS2, DiscreteContinuousConvTransposeS2