From 3f7946896f19134c97d9281f8c9c94bce3662ca8 Mon Sep 17 00:00:00 2001 From: Mario Geiger Date: Tue, 28 Jun 2022 18:09:26 -0400 Subject: [PATCH] version --- ChangeLog.md | 4 +++- e3nn_jax/__init__.py | 2 +- setup.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6717fa00..5c03b857 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.2] - 2022-06-29 ### Added -- add the `sh` function that does not `IrrepsData` as input/output +- add the `sh` function that does not use `IrrepsData` as input/output - `legendre` algorithm to compute spherical harmonics - add flag `algorithm` to specify the algorithm to use for computing spherical harmonics, use `legendre` for large L. - `experimental.voxel_convolution`: add optional dynamic steps (not static for jit) diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 70a7e8b9..3e1450f6 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" from ._graph_util import index_add, radius_graph from ._rotation import ( diff --git a/setup.py b/setup.py index 7a376b28..f649b615 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ def find_version(*file_paths): "dm-haiku", "optax", "sympy", + "numpy", ], include_package_data=True, classifiers=[