------------------- * Added new files for readthedocs * copy() checks for proper use of arguments * __call__ returns fpath * loopprocessor is added
0.10.4
------------------- * get_flist returns whatever search pattern means for .glob * plt_tight_layout is removed and replaced by bbox * You can get name from file when file is within the log_dir root
0.10.3
------------------- * multiprocessor handles errors with maximum speed as all processes share error_event * multichannel_plots assume fitrst fimension is the channels not the last * printprogress as iterator does not take the first __next__ as a tick * log_imshow takes meaningful input sizes to make one frame * log_imshow_by_subplots can put images in different places * log_imshow_series is the new name of the log_canvas * if there are multiple images the shape should be n_f x n_r x n_c * tests are added for all functions * tests for lognflow.utils is added
0.10.2
------------------- * printprogress can be used as an iterator, test added * time_tag is False by default for copy() * to log MATLAB files, input must be a dictionary. * bug fixed in get_flist to return dirs only as well * all new features for Python 3.10 onwards are removed.
0.10.1
------------------- * multi_channel_by_subplots bug fixed for non-square shape * default colormap is viridis everywhere * multiprocessor heavily debugged and made a lot easier to use * better tests added for multiprocessor
0.10.0
------------------- * I added multiprocessor to lognflow * bug fixed in logviewer