Skip to content

Commit 121ee40

Browse files
committed
update version
1 parent c6e5313 commit 121ee40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.6.0] - 2022-06-09
810
### Added
911
- Function `matrix` to `FunctionalLinear`
1012
- `experimental.voxel_convolution`: `padding` and add self-connection into the convolution kernel

e3nn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"
22

33
from ._graph_util import index_add, radius_graph
44
from ._rotation import (

0 commit comments

Comments
 (0)