- possible segfault due to tdigest_deserialize not marked as strict (bugfix)
- rebalance sorted centroids (improves case with many centroids having the same mean) (improvement)
- add <value,count> API to process pre-aggregated data more efficiently (new feature)
- add incremental update API, allowing to add individual values to a digest (new feature)
- various smaller fixes