Log for README.md
-
Drop everything TravisCI π¬ by Caio 5 years ago
I won't trust the new owner with access to my account. Also: https://twitter.com/carmatrocity/status/1098538649908666368
-
Update more examples using the old New() api by Caio 7 years ago
-
Make the example actually compile :flushed: by Caio 7 years ago
-
Fix typo by Nathan LeClaire 7 years ago
-
More README tweaks π¬ by Caio 7 years ago
Now we frame gopkg.in secondly since the expected preferred installation method is soon gonna be via `get+dep`
-
Add new CDF(float64) public method by Caio 7 years ago
-
Beef the README up a bit by Caio 7 years ago
-
Update README with configuration notes by Caio 7 years ago
-
Make Add take only one parameter, introduce AddWeighted π¬ by Caio 7 years ago
This patch renames the previous Add(float64,uint32) to AddWeighted and introduces a method Add(float64) which is simply an alias to AddWeighted(float64,1).
-
Introduce a parameter-less New() π¬ by Caio 7 years ago
Now `tdigest.New()` gives a sane ready-to-use-in-most-cases digest. Configuration should be done via self referential functions. Ex: // create a digest with compression of 200 tdigest.New(tdigest.Compression(200)) Notice that New() can still panic, which means that deserialization if still more dangerous than it should.
-
Update README with project status by Caio 7 years ago
-
Reference `gopkg.in` in the README by Caio 8 years ago
-
Add syntax highlighting to the README example π¬ by Caio 8 years ago
Look at this with the `-w` switch and you'll see that all that has changed is that I wrapped the example code with some "```" and adjusted the indent.
-
Remove the gocover.io banner π¬ by Caio 8 years ago
Too damn unstable for my taste.
-
Add link to "go report" π¬ by Caio 8 years ago
Kool-aid++
-
Rename TDigest.Percentile to Quantile π¬ by Caio 9 years ago
Quantile is the correct name given that the range is [0,1]
-
Add gocover.io flair π¬ by Caio 9 years ago
Feels like a pokΓ©mon trainer going after all these badges
-
Rephrase the disclaimer a bit π¬ by Caio 9 years ago
I did, after all, spend some time making this thing work with acceptable performance.
-
Rename `Update()` to `Add()` π¬ by Caio 9 years ago
Trying to keep the interface closer to the reference implementation. Arguably it's a better name anyway since we're adding a new datapoint to the summary.
-
Add godoc.org flair to the README by Caio 9 years ago
-
Make the usage example copy and paste-able by Caio 9 years ago
-
Remove empty roadmap π¬ by Caio 9 years ago
About time for a 0.0.1 release. Soon.
-
Add travis-ci build status to README by Caio 9 years ago
-
Mark merge support as done by Caio 9 years ago
-
Add list of things I'm planning on doing π¬ by Caio 9 years ago
Maybe. One day. Who knows.
-
README fixup by Caio 9 years ago
-
Add README by Caio 9 years ago