Changelog¶
This is a record of all past noggin releases and what went into them, in reverse chronological order. All previous releases should still be available on pip.
0.10.1 - 2019-07-21¶
Fixes bug which last_n_batches was specified for a LivePlot instance, and a
metric’s test-epochs were being plotted, but its train-epochs were not. In this scenario, noggin was not
properly tracking the batch-iterations associated with the plotted epochs, and all of the test-epochs were
being plotted.
0.10.0 - 2019-06-15¶
Normalizes the interfaces of LiveLogger and LivePlot
so that they can be used as drop-in replacements for each other more seamlessly.
This is an API-breaking update for LivePlot, as it renames the methods
plot_train_epoch and plot_test_epoch to set_train_epoch and set_test_epoch,
respectively. As stated above, this is to match the interface of LiveLogger.
0.9.1 - 2019-06-06¶
Adds plot_logger(), which provides a convenient means for plotting
the data stored by a LiveLogger, and to convert it into an
instance of LivePlot
LivePlot not longer warns about a bad matplotlib backend
if max_fraction_spent_plotting is set to 0.
0.9.0 - 2019-05-27¶
This is the first public release of noggin on pypi.