summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33 from tehbrut/masterHEADorigin/masterorigin/HEADmasterJehiah Czebotar2016-10-191-2/+2
|\ | | | | fix exception handle
| * fix exception handleValery Krivchikov2016-01-311-2/+2
|/
* Merge pull request #30 from mateidavid/masterJehiah Czebotar2015-11-092-5/+7
|\ | | | | allow user-specified dot character
| * allow user-specified dot characterMatei David2015-11-092-5/+7
|/
* Merge pull request #26 from elazarl/masterJehiah Czebotar2015-07-041-55/+86
|\ | | | | Explain logarithmic scale
| * explain logarithmic buckets calculationElazar Leibovich2015-07-031-2/+11
| |
| * pep8 complianceElazar Leibovich2015-07-031-54/+76
| |
* | Merge pull request #25 from elazarl/masterJehiah Czebotar2015-07-022-0/+35
|\ \ | |/ | | fixes #24, histogram.py logarithmic scale buckets
| * fixes #24, histogram.py logarithmic scale bucketsElazar Leibovich2015-07-022-0/+35
|/ | | | Usage: histogram.py -l, histogram.py --logscale
* Merge pull request #21 from jehiah/tag_release_21v0.3.1Jehiah Czebotar2015-01-081-1/+1
|\ | | | | bump version 0.3.1
| * bump versionJehiah Czebotar2015-01-081-1/+1
|/
* Merge pull request #20 from jehiah/aggregate_params_20Jehiah Czebotar2015-01-083-13/+25
|\ | | | | improve aggregate parameter handling
| * update docsJehiah Czebotar2015-01-081-2/+2
| |
| * separaet agg codeJehiah Czebotar2014-12-202-11/+23
|/
* Merge pull request #19 from jehiah/bar_chart_percentage_19Randy Au2014-12-198-50/+57
|\ | | | | bar chart/histogram percentage
| * doc updatesJehiah Czebotar2014-12-197-41/+30
| |
| * add option to list out percentageJehiah Czebotar2014-12-193-9/+27
|/
* Merge pull request #17 from jehiah/histogram_agg_17Sean O'Connor2014-08-262-19/+34
|\ | | | | Support ingesting Aggregate data from histogram.py
| * add pre-aggregate support for histogramJehiah Czebotar2014-08-262-19/+34
|/
* Merge pull request #15 from erikvanzijst/patch-1Jehiah Czebotar2014-08-062-0/+2
|\ | | | | Added utf8 encoding header.
| * Added utf8 encoding header.Erik van Zijst2014-08-051-0/+1
| | | | | | | | | | 0a8dfb8 introduced non-ascii characters in the source file, causing: SyntaxError: Non-ASCII character '\xe2' in file data_hacks/histogram.py on line 188, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
| * Added utf8 encoding header.Erik van Zijst2014-08-051-0/+1
|/ | | | | 0a8dfb890f9e introduced non-ascii characters in the source file, causing: SyntaxError: Non-ASCII character '\xe2' in file data_hacks/histogram.py on line 188, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
* use ∎ instead of *Jehiah Czebotar2014-07-231-2/+2
|
* use ∎ instead of *Jehiah Czebotar2014-07-231-2/+2
|
* new option: sort by numeric keysJehiah Czebotar2014-07-181-14/+18
| | | | If input file was list of number, sort_keys would sort by ascii rules: 1,10,15,2,22,3,36. The new option will sort this list numerically: 1,2,3,10,15,22,36.
* Added the ability to take in aggregated data in bar_chart, and updatedJilles Oldenbeuving2014-07-182-1/+13
| | | | the documentation along with it.
* Merge pull request #13 from phillipkent/masterJehiah Czebotar2014-07-181-1/+1
|\ | | | | Update histogram.py
| * Update histogram.pyPhillip Kent2014-07-181-1/+1
|/ | | fixed typos in help message
* Merge pull request #11 from poikilotherm/masterJehiah Czebotar2014-02-201-9/+35
|\ | | | | Added option -B to provide custom buckets
| * Added option -B to provide custom bucketspoikilotherm2014-02-201-9/+35
|/ | | A desperate need to have non equidistant buckets used for the histogram implemented as option "-B" or "--custom-buckets".
* use math.ceil() to keep width < max. closes #6Jehiah Czebotar2010-12-091-1/+2
|
* use /usr/bin/env python everywhereJehiah Czebotar2010-11-226-5/+7
|
* keep /bin/envJehiah Czebotar2010-11-221-1/+1
|
* Fix typo in readmeLorrin Nelson2010-11-221-1/+1
|
* Merge branch 'master' of https://github.com/bitly/data_hacksLorrin Nelson2010-11-225-21/+6
|\
| * for line in stdin is cleaner and slightly fasterAri Pollak2010-11-055-21/+6
| |
* | Add median calculation to histogram.pyLorrin Nelson2010-10-281-3/+20
|/
* - fixed typoMichael J. Schultz2010-10-231-2/+2
| | | | - corrected off-by-1 on randint and sample_rate
* fix sort commands for bar_charts.py and add a --reverse-sort. closes #1Jehiah Czebotar2010-10-221-6/+11
|
* typo fixJehiah Czebotar2010-10-203-3/+3
|
* add bar_chart.pyJehiah Czebotar2010-10-203-1/+109
|
* fix help for utilitiesJehiah Czebotar2010-10-203-4/+6
|
* details for releaseJehiah Czebotar2010-10-201-4/+11
|
* more doc string cleanupJehiah Czebotar2010-10-145-37/+83
|
* adding command line argsJehiah Czebotar2010-10-145-25/+90
|
* add script to pass through data for a specified durationJehiah Czebotar2010-09-282-1/+51
|
* add script to do random stream samplingJehiah Czebotar2010-09-283-11/+78
|
* initial histogram and 95% utilitiesJehiah Czebotar2010-09-285-0/+225