sawsim.git
2012-04-18 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-02-22 W. Trevor KingUpdate URLs from einstein to tremily.
2012-01-12 W. Trevor KingAdd bin/sawsim_plot_histogram_file.py and Histogram...
2011-12-06 W. Trevor KingRelax precision in pysawsim.histogram.Histogram bin_edg...
2011-09-16 W. Trevor KingAdd underscore to PYSAWSIM_LOG_LEVEL_MSG reference...
2011-09-16 W. Trevor KingAdd the PYSAWSIM_LOG_LEVEL environmental variable.
2011-09-13 W. Trevor KingClose parens in gamma calculation in manual's timescale...
2011-09-13 W. Trevor KingFix omega -> \omega in manual's timescale discussion.
2011-04-19 W. Trevor KingAdd download_url to setup.py.
2011-04-19 W. Trevor KingUse README for long_description in setup.py.
2011-04-19 W. Trevor KingAdd author information to setup.py.
2011-04-09 W. Trevor KingAdd --csv option to pysawsim.parameter_scan.
2011-04-01 W. Trevor KingAdd WORKER_POOL environmental option to facilitate...
2011-04-01 W. Trevor KingMerge commit 'origin/master'
2011-04-01 W. Trevor KingCorrect mpi4py URL.
2010-12-31 W. Trevor KingFix typo in setup.py which produced a 'pysawsim/manager...
2010-11-06 W. Trevor KingStandardize max step calculation and fit-parameter...
2010-11-06 W. Trevor KingWider bins and weaker comparisons allow bell_rate to...
2010-11-06 W. Trevor KingCompare theory vs. sim scaled by bin width (not theory...
2010-11-06 W. Trevor KingFix Gumbel normalization in pysawsim.test.bell_rate...
2010-11-06 W. Trevor KingEnsure that self.headings exists in Histogram, e.g...
2010-11-06 W. Trevor KingFor high K_0, the Bell model's <f> can be negative...
2010-11-06 W. Trevor KingMove Bell model unfolding rate test into pysawsim/test...
2010-11-05 W. Trevor KingUse verbose nosetests (to easily ensure tests are being...
2010-11-05 W. Trevor KingBe less specific about fit info in pysawsim.fit.ModelFi...
2010-11-05 W. Trevor Kingpysawsim/fit.py should not be executable.
2010-11-05 W. Trevor KingEscape LaTeX backslashes in pysawsim.test.constant_rate.
2010-11-05 W. Trevor KingNo need to give an explicit K in the pysawsim constant...
2010-11-05 W. Trevor KingAdd doctest call to pysawsim.test.constant_rate.test...
2010-11-05 W. Trevor Kingconstant_rate.py should not be executable.
2010-11-05 W. Trevor KingFixup pysawsim.test.constant_rate so it passes.
2010-11-05 W. Trevor KingOnly log WARNING level messages (and more urgent ones...
2010-11-05 W. Trevor KingForce bin_edges and counts to be numy arrays in Histogram.
2010-11-05 W. Trevor KingModelFitter.fit() should always return a list (even...
2010-11-05 W. Trevor KingMove constant unfolding rate test into pysawsim/test...
2010-11-05 W. Trevor KingAccount for binwidth in HistogramModelFitter doctest.
2010-11-05 W. Trevor KingSplit Histogram.analyze() out of Histogram.from_stream().
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-03 W. Trevor KingThere *is* a Gentoo package for pbs_python: sys-cluster...
2010-11-03 W. Trevor KingUpdate Gentoo overlay info in README now that my overla...
2010-11-02 W. Trevor KingAdd a Gentoo package section to the README.
2010-11-02 W. Trevor KingBetter pysawsim.sawsim.SAWSIM detection via distutils...
2010-11-02 W. Trevor KingAdd simple setup.py for installing pysawsim.
2010-11-02 W. Trevor KingUse `rm -rf` instead of `rmdir` for `make clean`.
2010-11-02 W. Trevor KingCreate new phony Makefile targets all_doc and all_bin.
2010-11-01 W. Trevor KingFix : -> :: (rst markup) in README; document setupools...
2010-10-29 W. Trevor KingUse numpy.ndarray.sum() vs. __builtin__.sum() to comput...
2010-10-29 W. Trevor KingRemove cruft from testing/ in preparation for test...
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 KingConvert tabs to spaces in pre-commit-pysawsim-check.
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 KingStart fleshing out "Related work" section in the manual.
2010-10-23 W. Trevor KingFix some long URLs that had been wrapped by pybtex.
2010-10-23 W. Trevor KingUpdate the README with more information about the pysaw...
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 KingAdd autogenerated .be/id-cache to .gitignore.
2010-10-20 W. Trevor KingMerge branch 'master' of ssh://wking@einstein/~/public_...
2010-10-20 W. Trevor KingUpgrade .be bug cache to Bugs Everywhere Directory...
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 KingAlso cleanup local mpd if the pysawsim nosetests fail.
2010-10-20 W. Trevor KingAdd CC, CFLAGS, and LDFLAGS to the Makefile for easy...
2010-10-20 W. Trevor KingWork around missing MPD with a more elaborate pysawsim...
2010-10-20 W. Trevor KingKill off worker-node implementations of master code.
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().
next