We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d16352 + 799ada9 commit 852f169Copy full SHA for 852f169
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-# Unreleased
+# 0.6.1
2
+
3
+## Bug fix
4
+- Random memory access on cpu radius search in the degree function
5
6
# 0.6.0
7
setup.py
@@ -65,7 +65,7 @@ def get_cmdclass():
65
requirements = ["torch>=1.1.0"]
66
67
url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
68
-__version__="0.6.0"
+__version__="0.6.1"
69
setup(
70
name="torch-points-kernels",
71
version=__version__,
0 commit comments