Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #33 from tehbrut/masterHEADorigin/masterorigin/HEADmaster | Jehiah Czebotar | 2016-10-19 | 1 | -2/+2 |
|\ | | | | | fix exception handle | ||||
| * | fix exception handle | Valery Krivchikov | 2016-01-31 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #30 from mateidavid/master | Jehiah Czebotar | 2015-11-09 | 2 | -5/+7 |
|\ | | | | | allow user-specified dot character | ||||
| * | allow user-specified dot character | Matei David | 2015-11-09 | 2 | -5/+7 |
|/ | |||||
* | Merge pull request #26 from elazarl/master | Jehiah Czebotar | 2015-07-04 | 1 | -55/+86 |
|\ | | | | | Explain logarithmic scale | ||||
| * | explain logarithmic buckets calculation | Elazar Leibovich | 2015-07-03 | 1 | -2/+11 |
| | | |||||
| * | pep8 compliance | Elazar Leibovich | 2015-07-03 | 1 | -54/+76 |
| | | |||||
* | | Merge pull request #25 from elazarl/master | Jehiah Czebotar | 2015-07-02 | 2 | -0/+35 |
|\ \ | |/ | | | fixes #24, histogram.py logarithmic scale buckets | ||||
| * | fixes #24, histogram.py logarithmic scale buckets | Elazar Leibovich | 2015-07-02 | 2 | -0/+35 |
|/ | | | | Usage: histogram.py -l, histogram.py --logscale | ||||
* | Merge pull request #21 from jehiah/tag_release_21v0.3.1 | Jehiah Czebotar | 2015-01-08 | 1 | -1/+1 |
|\ | | | | | bump version 0.3.1 | ||||
| * | bump version | Jehiah Czebotar | 2015-01-08 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20 from jehiah/aggregate_params_20 | Jehiah Czebotar | 2015-01-08 | 3 | -13/+25 |
|\ | | | | | improve aggregate parameter handling | ||||
| * | update docs | Jehiah Czebotar | 2015-01-08 | 1 | -2/+2 |
| | | |||||
| * | separaet agg code | Jehiah Czebotar | 2014-12-20 | 2 | -11/+23 |
|/ | |||||
* | Merge pull request #19 from jehiah/bar_chart_percentage_19 | Randy Au | 2014-12-19 | 8 | -50/+57 |
|\ | | | | | bar chart/histogram percentage | ||||
| * | doc updates | Jehiah Czebotar | 2014-12-19 | 7 | -41/+30 |
| | | |||||
| * | add option to list out percentage | Jehiah Czebotar | 2014-12-19 | 3 | -9/+27 |
|/ | |||||
* | Merge pull request #17 from jehiah/histogram_agg_17 | Sean O'Connor | 2014-08-26 | 2 | -19/+34 |
|\ | | | | | Support ingesting Aggregate data from histogram.py | ||||
| * | add pre-aggregate support for histogram | Jehiah Czebotar | 2014-08-26 | 2 | -19/+34 |
|/ | |||||
* | Merge pull request #15 from erikvanzijst/patch-1 | Jehiah Czebotar | 2014-08-06 | 2 | -0/+2 |
|\ | | | | | Added utf8 encoding header. | ||||
| * | Added utf8 encoding header. | Erik van Zijst | 2014-08-05 | 1 | -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 Zijst | 2014-08-05 | 1 | -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 Czebotar | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | use ∎ instead of * | Jehiah Czebotar | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | new option: sort by numeric keys | Jehiah Czebotar | 2014-07-18 | 1 | -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 updated | Jilles Oldenbeuving | 2014-07-18 | 2 | -1/+13 |
| | | | | the documentation along with it. | ||||
* | Merge pull request #13 from phillipkent/master | Jehiah Czebotar | 2014-07-18 | 1 | -1/+1 |
|\ | | | | | Update histogram.py | ||||
| * | Update histogram.py | Phillip Kent | 2014-07-18 | 1 | -1/+1 |
|/ | | | fixed typos in help message | ||||
* | Merge pull request #11 from poikilotherm/master | Jehiah Czebotar | 2014-02-20 | 1 | -9/+35 |
|\ | | | | | Added option -B to provide custom buckets | ||||
| * | Added option -B to provide custom buckets | poikilotherm | 2014-02-20 | 1 | -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 #6 | Jehiah Czebotar | 2010-12-09 | 1 | -1/+2 |
| | |||||
* | use /usr/bin/env python everywhere | Jehiah Czebotar | 2010-11-22 | 6 | -5/+7 |
| | |||||
* | keep /bin/env | Jehiah Czebotar | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Fix typo in readme | Lorrin Nelson | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/bitly/data_hacks | Lorrin Nelson | 2010-11-22 | 5 | -21/+6 |
|\ | |||||
| * | for line in stdin is cleaner and slightly faster | Ari Pollak | 2010-11-05 | 5 | -21/+6 |
| | | |||||
* | | Add median calculation to histogram.py | Lorrin Nelson | 2010-10-28 | 1 | -3/+20 |
|/ | |||||
* | - fixed typo | Michael J. Schultz | 2010-10-23 | 1 | -2/+2 |
| | | | | - corrected off-by-1 on randint and sample_rate | ||||
* | fix sort commands for bar_charts.py and add a --reverse-sort. closes #1 | Jehiah Czebotar | 2010-10-22 | 1 | -6/+11 |
| | |||||
* | typo fix | Jehiah Czebotar | 2010-10-20 | 3 | -3/+3 |
| | |||||
* | add bar_chart.py | Jehiah Czebotar | 2010-10-20 | 3 | -1/+109 |
| | |||||
* | fix help for utilities | Jehiah Czebotar | 2010-10-20 | 3 | -4/+6 |
| | |||||
* | details for release | Jehiah Czebotar | 2010-10-20 | 1 | -4/+11 |
| | |||||
* | more doc string cleanup | Jehiah Czebotar | 2010-10-14 | 5 | -37/+83 |
| | |||||
* | adding command line args | Jehiah Czebotar | 2010-10-14 | 5 | -25/+90 |
| | |||||
* | add script to pass through data for a specified duration | Jehiah Czebotar | 2010-09-28 | 2 | -1/+51 |
| | |||||
* | add script to do random stream sampling | Jehiah Czebotar | 2010-09-28 | 3 | -11/+78 |
| | |||||
* | initial histogram and 95% utilities | Jehiah Czebotar | 2010-09-28 | 5 | -0/+225 |