We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49565f9 commit b364123Copy full SHA for b364123
README.md
@@ -2,3 +2,8 @@ quantile-estimator
2
==========================
3
4
Python Implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05
5
+
6
+## Installation
7
+```
8
+pip install quantile-estimator==0.1.0
9
quantile_estimator/version.py
@@ -1 +1 @@
1
-__version__ = "0.0.1"
+__version__ = "0.1.0"
0 commit comments