Skip to content

Commit 852f169

Browse files
Merge pull request #33 from nicolas-chaulet/debug
Prep for release
2 parents 7d16352 + 799ada9 commit 852f169

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Unreleased
1+
# 0.6.1
2+
3+
## Bug fix
4+
- Random memory access on cpu radius search in the degree function
25

36
# 0.6.0
47

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_cmdclass():
6565
requirements = ["torch>=1.1.0"]
6666

6767
url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
68-
__version__="0.6.0"
68+
__version__="0.6.1"
6969
setup(
7070
name="torch-points-kernels",
7171
version=__version__,

0 commit comments

Comments
 (0)