HistogramMatcher should not plot residual comparisons by default.
[sawsim.git] / pysawsim / manager / __init__.py
2010-10-24 W. Trevor KingSave CommandError in failed InvokeJobs.
2010-10-21 W. Trevor KingAdd 'mpi' to pysawsim.manager.MANAGERS.
2010-10-21 W. Trevor KingRelax command-not-found doctest messages.
2010-10-21 W. Trevor KingMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingFix dropped receive during ThreadManager._spawn_jobs.
2010-10-20 W. Trevor KingAdd link to Python wiki's parallel processing page.
2010-10-20 W. Trevor KingAdd pysawsim.manager.subproc using subprocessing.
2010-10-20 W. Trevor KingAllow Job status logging when .status is an Exception.
2010-10-20 W. Trevor KingAllow Job.__str__() to work when .id == None.
2010-10-20 W. Trevor KingAdd --manager option to velocity_dependant_scan.py.
2010-10-20 W. Trevor KingAdd pysawsim.manager.SUBMODS and .IsSubclass and .get_m...
2010-10-19 W. Trevor KingFix a few deadlock errors in pysawsim.manager.thread.
2010-10-19 W. Trevor KingJobManager.async_invoke() should accept Job instances.
2010-10-19 W. Trevor KingAdd pysawsim.manager and pysawsim.manager.thread for...