Ensure that self.headings exists in Histogram, e.g. in bell_rate.py's theory hist.
[sawsim.git] / pysawsim / histogram.py
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...