------------------- * added vmin and vmax to plt_imshow_series
0.13.01
------------------- * turned title into str when passing to plt_utils functions * plt_imshow_subplots bug fixed for when fram_shape is given * crtical bugs fixed in plt_imshow_series
0.13.00
------------------- * should have added a revision in the last "patch" * allow access to plt_imhist fig_ax
0.12.19
------------------- * plt_hist2 is easier to use now * plt_plot supports shapes N, (1, N) * record accepts argument savefig * block_runner reads the code before running * time_tag is True by default again * removed all imports from lognflow for faster loading * all tests are passed!
0.12.18
------------------- * allow pyrunner to be imported from lognflow itself * bug fixed in lognflow.plot * block_runner supports code_block_id to be int, float or string. * block_runner supports debugging
0.12.17
------------------- * fixed a bug in plt_hist2 * added plt_plot