Skip to content

Commit

Permalink
Update CHANGELOG for v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Mar 5, 2021
1 parent 1fa5a60 commit 6ce50a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

*

# v1.3
# v1.3.1

* Bug fix for when changing the GPU device twice with optimizer having a state would crash.

# v1.3

* A progress bar is now set on validation a model (similar to training). It is disableable by passing
`progress_options=dict(show_on_valid=False)` in the `fit*` methods.
Expand Down

0 comments on commit 6ce50a4

Please sign in to comment.