Skip to content

Commit

Permalink
Update changelog and bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Aug 31, 2022
1 parent af077f1 commit 6705705
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
Expand Up @@ -2,6 +2,10 @@

*

# v1.12.1

* Fix memory leak when using recursive structure as data in the `Model.fit()` or the `ModelBundle.train_data()` methods.

# v1.12

* Fix a bug when transfering the optimizer on another device caused by a new feature in PyTorch 1.12, i.e. the "capturable"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12
1.12.1

0 comments on commit 6705705

Please sign in to comment.