Skip to content

PSOM version 1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pbellec pbellec released this 22 Jun 21:16
· 277 commits to master since this release

Main new features are:

  • Improved, more concise verbose. Three levels are now supported for opt.flag_verbose:
    0: minimal verbose.
    1: default (concise) verbose.
    2: extensive verbose, suitable for debugging.
  • Figures are generated in the background.
  • Killing the pipeline manager (i.e. deleting PIPE.lock) will now kill all active jobs, regardless of the execution mode.
  • Jobs that become inactive are automatically detected and counted as failed.
  • This release should work on Octave and *nix systems, and likely on OSX as well. As not been tested much on matlab, and not at all on windows. But it may work. Feeback welcome.