sawsim.git
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().
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 bin/vel_dep_scan.py calling pysawsim.velocity_depen...
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 KingAdd nosetests line to misc/hooks/REAMDE for pre-commit...
2010-10-18 W. Trevor KingIntroduce pysawsim in the README and add fit_force_hist...
2010-10-18 W. Trevor KingDocument suggested Git hooks.
2010-10-18 W. Trevor King"% pop. per s" -> "%% pop. per s" in printf() for k_mod...
2010-10-18 W. Trevor KingAdd prelimiary check_* code for each *.h file in sawsim.nw.
2010-10-18 W. Trevor KingCorrections to sawsim.bib after earlier pybtex run.
2010-10-18 W. Trevor KingAdd missing comma between references to tension and...
2010-10-17 W. Trevor KingAdd Tame the BeaST link and von-naming blurbs to README...
2010-10-16 W. Trevor KingPreserve space after \copy macro in sawsim.bib.
2010-10-16 W. Trevor KingConsolidated ...X macros and abbreviated journal/publis...
2010-10-16 W. Trevor KingPassed sawsim.bib through pybtex and updated keys in...
2010-10-16 W. Trevor KingCorrections to saswim.bib before reformating with pybtex.
2010-10-16 W. Trevor KingMoved BibTeX comments from src/sawsim.bib to README...
2010-10-14 W. Trevor KingAdd examples/Marszalek_Fernandez_1999/titin_intermediat...
2010-10-14 W. Trevor KingUpdate copyright/licensing blurbs with newer GPLv3+.
2010-10-14 W. Trevor KingAdded README.git to point Git newbies towards good...
2009-10-13 W. Trevor KingAdded inverse piston comments + whitespace in tension_b...
2009-09-25 W. Trevor KingFixed mispelled 'sec.transtion_rate' reference
2009-09-25 W. Trevor KingAdded cased equation to piston tension model description
2009-09-25 W. Trevor KingFixed typo in "Transition rate" section equation
2009-09-13 W. Trevor KingBumped to version 0.10. v0.10
2009-09-13 W. Trevor KingAdded max dF "-F" option to sawsim.
2009-09-13 W. Trevor KingAdded full_chain_stiffness() to handle stiffness with...
2009-09-13 W. Trevor KingAdded piston tension model.
2009-08-21 W. Trevor King-P option now sets target P_N, not P_1. Bumped to... v0.9
2009-08-19 W. Trevor KingExtended bell and const rate tests to multi-domain...
2009-08-13 W. Trevor KingThe (P_N = NP_1) bug that triggered 0.7 -> 0.8 isn...
2009-08-13 W. Trevor Kingsafe_strto*() now also checks for empty input
2009-08-13 W. Trevor KingSafer string to number conversion with ato*() -> safe_s...
2009-08-13 W. Trevor KingRemoved TODO in favor of BugsEverywhere bugtracking.
2009-08-13 W. Trevor KingFixed _major_ bug in multi-domain unfolding calculation... v0.8
2009-08-03 W. Trevor Kinginverse_wlc now handles F=HUGE_VAL.
2009-03-24 W. Trevor KingAdded inverse tension functions for speed. Bumped... v0.7
2009-03-09 W. Trevor KingFixed up the guts to support the new multi-state capabi...
2009-03-05 W. Trevor KingStarting on version 0.6, with generalized discrete... v0.6
2009-02-25 W. Trevor KingAdded stiffness env. parameter and stiffness-corrected... v0.5
2009-02-24 W. Trevor KingIncreased verbose output from tension_model_utils.
2009-02-24 W. Trevor KingCorrected some strings for tension_model_utils.
2009-02-02 W. Trevor KingFixed a few minor typos.
2008-11-11 W. Trevor KingAdded Fmax and Xmax options to tension_model_utils
2008-09-09 W. Trevor KingAdded testing scripts, comparing sawsim with theory
2008-09-07 W. Trevor KingRemoved debugging printfs from sawsim.c stepping
2008-09-06 W. Trevor KingAdded the option to make discrete steps in x.
2008-09-02 W. Trevor KingMade directory prerequisites order-only prerequisites.
2008-09-02 W. Trevor KingAdded a better introduction and UTF-8 capability in...
2008-09-02 W. Trevor KingFixed linker error running wlc check in check_sawsim.
2008-09-01 W. Trevor KingFixed some bugs with `make clean'
2008-09-01 W. Trevor KingMajor rewrite of the build system/Makefile reorganized.
next