efbfbf: upgrade to Bugs Everywhere Directory v1.5
[sawsim.git] / pysawsim / histogram.py
2012-05-18 W. Trevor KingEnsure that printed histograms always have at least...
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-04-01 W. Trevor KingMerge commit 'origin/master'
2010-11-06 W. Trevor KingEnsure that self.headings exists in Histogram, e.g...
2010-11-05 W. Trevor KingForce bin_edges and counts to be numy arrays in Histogram.
2010-11-05 W. Trevor KingSplit Histogram.analyze() out of Histogram.from_stream().
2010-11-04 W. Trevor KingMerge remote branch 'pub/master'
2010-10-29 W. Trevor KingUse numpy.ndarray.sum() vs. __builtin__.sum() to comput...
2010-10-27 W. Trevor KingMerge remote branch 'borg/master'
2010-10-27 W. Trevor KingAdd support for nosetests multiprocessing plugin.
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-20 W. Trevor KingAdd Histogram.to_stream() and .headings.
2010-10-20 W. Trevor KingAdd Histogram.calculate_bin_edges().
2010-10-19 W. Trevor KingMove Histogram class from fit_force_histogram to new...