postmates / quantiles

Approximations to Histograms
MIT License
64 stars 7 forks source link

Upgrade Serde, make optional #15

Closed blt closed 7 years ago

blt commented 7 years ago

Updates quantiles to 0.5.0. The major change here is the use of serde 1.0. There are no code changes but any project still using serde < 1.0 will have to make use of quantiles 0.4.

As well, serde is now an optional dependency for the project, reducing build-times and tree complexity for projects not needing to serialize CKMS. Projects needing that will have to enable the "serde_support" feature.