From 837335f8014e909749f8ea15f25dde7ec39103aa Mon Sep 17 00:00:00 2001 From: Boris Bonev Date: Tue, 17 Dec 2024 01:10:13 +0100 Subject: [PATCH] bumping version number and modified chagelog (#61) --- 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