Skip to content

Commit 9f81ae6

Browse files
committed
v0.5.4
1 parent a445cf6 commit 9f81ae6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- TensorField.splat function for splat features to a sparse tensor
99
- SparseTensor.interpolate function for extracting interpolated features
1010
- `coordinate_key` property function for `SparseTensor` and `TensorField`
11+
- Fix .dense() for GPU tensors. (PR #319)
1112

1213
## [0.5.3]
1314

MinkowskiEngine/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Please cite "4D Spatio-Temporal ConvNets: Minkowski Convolutional Neural
2323
# Networks", CVPR'19 (https://arxiv.org/abs/1904.08755) if you use any part
2424
# of the code.
25-
__version__ = "0.5.3"
25+
__version__ = "0.5.4"
2626

2727
import os
2828
import sys

0 commit comments

Comments
 (0)