Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Apr 24, 2024
1 parent 1e1abbe commit 463c3a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CHANGELOG

### 3.8.4
- fix: move IoU appropriately to fix wrong device error created by a breaking change in torch when using DDP.

### 3.8.3
- fix: prepare_data_per_node is a flag and was incorrectly used as a replacement for prepare_data.

Expand Down
2 changes: 1 addition & 1 deletion myria3d/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.8.3"
__version__ = "3.8.4"


if __name__ == "__main__":
Expand Down

0 comments on commit 463c3a7

Please sign in to comment.