Skip to content

Releases: JonasLoos/trainplot

v0.3.1

22 Nov 18:43
Compare
Choose a tag to compare

New:

  • refactoring
  • experimental plotly support

v0.3.0

16 Nov 19:17
Compare
Choose a tag to compare

New:

  • Added a plot function, that can be used without prior initialization to plot something in the current cell without further custumizations
  • tp.close() doesn't have to be called anymore, because all updated plots will automatically be "closed"/updated when a cell execution finishes
  • updated README and examples

v0.2.0

21 Oct 16:17
0452255
Compare
Choose a tag to compare

New:

  • tf/keras callback
  • more customization options with axis_custumization argument
  • optional threading with threaded argument
  • base class, which receives plot init and update functions. Should also work for non-matplotlib plotting. (from trainplot.trainplot import TrainPlotBase)
  • more documentation / code comments
  • example notebooks

v0.1.2

11 Oct 20:07
Compare
Choose a tag to compare

basic functionality is now implemented and documented