Releases: stared/livelossplot
Releases · stared/livelossplot
v0.6.1
Internal cleanup pass and a few small breaking removals. For older Python or
older import paths, pin a previous livelossplot version.
Removed
- The
livelossplot.keras/livelossplot.tf_keras/livelossplot.poutyne/
livelossplot.pytorch_igniteimport shortcuts (deprecated since 0.5.0).
Uselivelossplot.inputs.*orfrom livelossplot import PlotLossesKerasetc. PlotLosses.draw()(deprecated since 0.5.0). Use.send().
Changed
ExtremaPrinterparametermassage_templaterenamed tomessage_template.Plot2dparametervaliation_datarenamed tovalidation_data.
Fixed
- Mutable default arguments in
PlotLosses(outputs=...)andMatplotlibPlot(extra_plots=...). MainLogger.groups = Nonenow correctly resets to{}.ipythondeclared as a runtime dependency.
v0.6.0
Changed
- Minimum Python is now 3.10.
Removed
- Neptune.AI integration — Neptune is no longer maintained.
Fixed
BokehPlotnow works in Google Colab (issue #109).Plot2dworks again as aPlotLossesoutput (issue #137).MatplotlibPlotno longer errors whenmax_cols=1(PR #147).- Groups whose metrics start at different steps now plot correctly (PR #149).