Add pysawsim.test submodule (currently empty).
[sawsim.git] / pysawsim /
2010-11-05 W. Trevor KingAdd pysawsim.test submodule (currently empty).
2010-11-04 W. Trevor KingMoved testing/common/fit.py to pysawsim/fit.py and...
2010-11-04 W. Trevor KingMerge remote branch 'pub/master'
2010-11-04 W. Trevor KingDisable epilog line wrapping in pysawsim/parameter_erro...
2010-11-02 W. Trevor KingBetter pysawsim.sawsim.SAWSIM detection via distutils...
2010-10-29 W. Trevor KingUse numpy.ndarray.sum() vs. __builtin__.sum() to comput...
2010-10-27 W. Trevor KingPython FAQ GIL link should point to GIL blurb, not...
2010-10-27 W. Trevor KingMerge remote branch 'borg/master'
2010-10-27 W. Trevor King-m/--manager now defaults to auto-select.
2010-10-27 W. Trevor KingAdd ability to import a default manager with get_manager().
2010-10-27 W. Trevor Kingpysawsim/parameter_error.py should not be executable.
2010-10-27 W. Trevor KingAdd support for nosetests multiprocessing plugin.
2010-10-27 W. Trevor KingUse single-quote delimited strings when possssible.
2010-10-27 W. Trevor KingHistogramMatcher should not plot residual comparisons...
2010-10-27 W. Trevor KingAdded bin/sawsim_param_error.py and pysawsim/parameter_...
2010-10-27 W. Trevor KingAssorted minor cleanups to pysawsim/parameter_scan.py.
2010-10-26 W. Trevor KingRemove some more velocity-specific cruft from pysawsim...
2010-10-26 W. Trevor Kingparameter_scan.py no longer needs to import anything...
2010-10-24 W. Trevor KingPrint the CommandError of failed sawsim executions.
2010-10-24 W. Trevor KingSave CommandError in failed InvokeJobs.
2010-10-24 W. Trevor KingAdd pysawsim.invoke.CommandError.__repr__() method...
2010-10-24 W. Trevor KingMake pysawsim.invoke.CommandError picklable, and add...
2010-10-24 W. Trevor KingFix cache shuffling (random.shuffle() shuffles in place...
2010-10-24 W. Trevor KingMove __version__ import from sawsim_histogram to sawsim...
2010-10-23 W. Trevor KingAdd namedtuple definition from Python 2.6's collections...
2010-10-23 W. Trevor KingMove `import with_statement` from sawsim_histogram...
2010-10-23 W. Trevor KingReplace EXAMPLE_HISTOGRAM_FILE_CONTENTS histograms...
2010-10-23 W. Trevor KingAdd epilogs to each OptionParser in pysawsim.
2010-10-23 W. Trevor KingMove sawsim running into a new pysawsim.sawsim.SawsimRu...
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 KingMerge branch 'master' of ssh://wking@einstein/~/public_...
2010-10-20 W. Trevor KingDisable pysawsim.manager.subproc is multiprocessing...
2010-10-20 W. Trevor KingWork around namedtuple import for Pythons < 2.6.
2010-10-20 W. Trevor KingWork around missing MPD with a more elaborate pysawsim...
2010-10-20 W. Trevor KingAdd pysawsim.manager.mpi with an mpi4py-based manager.
2010-10-20 W. Trevor KingAdd link to Python wiki's parallel processing page.
2010-10-20 W. Trevor KingAdjust pysawsim.manager.pbs to skip most doctests if...
2010-10-20 W. Trevor KingRemove execute permission from pysawsim/manager/pbs.py.
2010-10-20 W. Trevor KingAdd pysawsim.manager.subproc using subprocessing.
2010-10-20 W. Trevor KingAdd pysawsim.sawsim.main() and bin/sawsim_hist.py calli...
2010-10-20 W. Trevor KingAdd Histogram.to_stream() and .headings.
2010-10-20 W. Trevor KingFix 'intil_state' -> 'initial_state' typo in pysawsim...
2010-10-20 W. Trevor KingAdd Histogram.calculate_bin_edges().
2010-10-20 W. Trevor KingReduce ThreadManager default worker_thread to 2.
2010-10-20 W. Trevor KingAdd --sawsim option to velocity_dependant_scan.main().
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 KingTeardown manager after use in velocity_dependant_scan...
2010-10-20 W. Trevor KingAdd --clean-cache option to velocity_dependant_scan...
2010-10-20 W. Trevor KingNo need for `if __name__ == '__main__'` in velocity_dep...
2010-10-20 W. Trevor KingRearrange velocity_dependant_scan.main() to group resid...
2010-10-20 W. Trevor KingPass velocity_dependant_scan.main() --manager through...
2010-10-20 W. Trevor KingReposition matplotlib.use() call in velocity_dependant_...
2010-10-20 W. Trevor KingFix sawsim_histogram imports in velocity_dependant_scan.py.
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-20 W. Trevor KingTransition more of the pysawsim framework into Python.
2010-10-20 W. Trevor KingAdd pysawsim.sawsim module.
2010-10-19 W. Trevor KingMove 'qwait' to pysawsim.manager.pbs and add the rest...
2010-10-19 W. Trevor KingFix a few deadlock errors in pysawsim.manager.thread.
2010-10-19 W. Trevor KingMove Histogram class from fit_force_histogram to new...
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...
2010-10-18 W. Trevor KingAdd pysawsim/__init__.py and break invoke out into...
2010-10-18 W. Trevor KingIntroduce pysawsim in the README and add fit_force_hist...