Skip to content

Commit

Permalink
Release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Oct 30, 2021
1 parent 3ccc033 commit a165e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# v1.x.x

*

# v1.7

* Add [`plot_history`](https://poutyne.org/utils.html#poutyne.plot_history) and
[`plot_metric`](https://poutyne.org/utils.html#poutyne.plot_metric) functions to easily plot the history returned
by Poutyne. [`Experiment`](https://poutyne.org/experiment.html#poutyne.Experiment) also saves the figures at the end
of the training.
* All text files (e.g. CSVs in CSVLogger) are now saved using UTF-8 on all platforms.

# v1.6q
# v1.6

* PeriodicSaveCallback and all its subclasses now have the `restore_best` argument.
* `Experiment` now contains a `monitoring` argument that can be set to false to avoid monitoring any metric and saving uneeded checkpoints.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6
1.7

0 comments on commit a165e31

Please sign in to comment.